This commit is contained in:
Brianna 2019-06-30 00:29:59 -04:00
parent 851c66ebac
commit 3f4f83aa2e
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ stages:
variables:
name: "UltimateStacker"
path: "/builds/$CI_PROJECT_PATH"
version: "1.5.7"
version: "1.5.8"
build:
stage: build

View File

@ -103,7 +103,7 @@ public enum Setting {
"Should entities only be stacked if they are touching the ground",
"or swimming? This does not effect flying entities."),
STACK_ENTITY_HEALTH("Main.Stack Entity Health", true,
STACK_ENTITY_HEALTH("Entities.Stack Entity Health", true,
"Should entity health be stacked? When enabled Entity stacks will",
"remember the health of all entities inside of the stack. This",
"works the best with 'Only Stack On Surface enabled' as entities",