Minor Change
Minor change to configuration explanation
This commit is contained in:
parent
7b4d1cc2f1
commit
b393c763a9
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ public class DDProperties
|
|||
"Sets whether groups of connected rifts will spawn Endermen").getBoolean(true);
|
||||
|
||||
LimboEnabled = config.get(Configuration.CATEGORY_GENERAL, "Enable Limbo", true,
|
||||
"Sets whether the Limbo dimension is activated").getBoolean(true);
|
||||
"Sets whether players are teleported to Limbo when they die in any pocket dimension").getBoolean(true);
|
||||
LimboReturnsInventoryEnabled = config.get(Configuration.CATEGORY_GENERAL, "Enable Limbo Returns Inventory", true,
|
||||
"Sets whether players keep their inventories upon dying and respawning in Limbo").getBoolean(true);
|
||||
HardcoreLimboEnabled = config.get(Configuration.CATEGORY_GENERAL, "Enable Hardcore Limbo", false,
|
||||
|
|
Loading…
Add table
Reference in a new issue