File tree 2 files changed +2
-1
lines changed
src/main/java/org/teacon/powertool/command
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ mod_name=Power Tool
34
34
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
35
35
mod_license =GPL-3.0
36
36
# The mod version. See https://semver.org/
37
- mod_version =1.4.50
37
+ mod_version =1.4.51
38
38
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
39
39
# This should match the base package used for the mod sources.
40
40
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ public class AccelerateCommand {
37
37
);
38
38
39
39
public static final LiteralArgumentBuilder <CommandSourceStack > ALIAS_BAT_HAPPY = Commands .literal ("bathappy" )
40
+ .requires (p -> p .hasPermission (2 ))
40
41
.redirect (COMMAND .build ());
41
42
42
43
private static RequiredArgumentBuilder <CommandSourceStack , Double > createXyzArgs (Command <CommandSourceStack > command ) {
You can’t perform that action at this time.
0 commit comments