Add config setting for grindstone overstacking (#8156)

This commit is contained in:
uku
2022-10-23 01:25:17 +02:00
parent 201ba4d328
commit 9e743bccff
2 changed files with 3 additions and 1 deletions

View File

@@ -578,6 +578,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ public boolean performUsernameValidation = true;
+ @Comment("This setting controls if players should be able to create headless pistons.")
+ public boolean allowHeadlessPistons = false;
+ @Comment("This setting controls if grindstones should be able to output overstacked items (such as cursed books).")
+ public boolean allowGrindstoneOverstacking = false;
+ }
+
+ public Commands commands;