mirror of
https://github.com/songoda/UltimateStacker.git
synced 2024-12-26 18:37:43 +01:00
Typo
This commit is contained in:
parent
851c66ebac
commit
3f4f83aa2e
@ -4,7 +4,7 @@ stages:
|
|||||||
variables:
|
variables:
|
||||||
name: "UltimateStacker"
|
name: "UltimateStacker"
|
||||||
path: "/builds/$CI_PROJECT_PATH"
|
path: "/builds/$CI_PROJECT_PATH"
|
||||||
version: "1.5.7"
|
version: "1.5.8"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
@ -103,7 +103,7 @@ public enum Setting {
|
|||||||
"Should entities only be stacked if they are touching the ground",
|
"Should entities only be stacked if they are touching the ground",
|
||||||
"or swimming? This does not effect flying entities."),
|
"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",
|
"Should entity health be stacked? When enabled Entity stacks will",
|
||||||
"remember the health of all entities inside of the stack. This",
|
"remember the health of all entities inside of the stack. This",
|
||||||
"works the best with 'Only Stack On Surface enabled' as entities",
|
"works the best with 'Only Stack On Surface enabled' as entities",
|
||||||
|
Loading…
Reference in New Issue
Block a user