This commit is contained in:
Brianna 2019-06-22 19:04:14 -04:00
parent ac48b24c3f
commit 18bb91af3e
1 changed files with 2 additions and 2 deletions

View File

@ -91,9 +91,9 @@ public enum Setting {
"if the entity originated from a spawner or not is wiped on",
"server restart."),
ONLY_STACK_ON_SURFACE("Entities.Only Stack On Surface", true,
ONLY_STACK_ON_SURFACE("Entities.Only Stack On Surface", false,
"Should entities only be stacked if they are touching the ground",
"Or is swimming?"),
"or swimming?"),
STACK_ITEMS("Items.Enabled",true,
"Should items be stacked?"),