ruh wrong category

This commit is contained in:
SD 2021-04-14 09:43:56 +05:30
parent fb51ad6536
commit 2631d58be3
2 changed files with 12 additions and 8 deletions

View file

@ -106,6 +106,7 @@ public final class ModConfig implements ConfigData {
public static class Doors {
@Tooltip public boolean closeDoorBehind = false;
@Tooltip @CollapsibleObject public DoorList doorList = new DoorList();
@Tooltip public boolean placeRiftsInCreativeMode = true;
public static class DoorList {
@Tooltip public Mode mode = Mode.DISABLE;

View file

@ -172,14 +172,17 @@
"text.autoconfig.dimdoors.option.general.endermanAggressiveChance@Tooltip": "The chance that an enderman spawned by a detached rift attacks the closest player.",
"text.autoconfig.dimdoors.category.doors": "Doors Settings",
"text.autoconfig.dimdoors.option.general.closeDoorBehind": "Close Door Behind",
"text.autoconfig.dimdoors.option.general.closeDoorBehind@Tooltip": "When true, Dimensional Doors will automatically close when the player enters their portal.",
"text.autoconfig.dimdoors.option.general.doorList": "Doors",
"text.autoconfig.dimdoors.option.general.doorList@Tooltip": "Set overrides for enabling/disabling certain doors",
"text.autoconfig.dimdoors.option.general.doorList.mode": "Mode",
"text.autoconfig.dimdoors.option.general.doorList.mode@Tooltip": "Enable - Only generate dimensional variants of these doors. Disable - Prevent generating dimensional variants of these doors",
"text.autoconfig.dimdoors.option.general.doorList.doors": "Doors",
"text.autoconfig.dimdoors.option.general.doorList.doors@Tooltip": "A list of block ids for doors. If the door's item id is different than the block id, add that as well.",
"text.autoconfig.dimdoors.option.doors.closeDoorBehind": "Close Door Behind",
"text.autoconfig.dimdoors.option.doors.closeDoorBehind@Tooltip": "When true, Dimensional Doors will automatically close when the player enters their portal.",
"text.autoconfig.dimdoors.option.doors.doorList": "Doors",
"text.autoconfig.dimdoors.option.doors.doorList@Tooltip": "Set overrides for enabling/disabling certain doors",
"text.autoconfig.dimdoors.option.doors.doorList.mode": "Mode",
"text.autoconfig.dimdoors.option.doors.doorList.mode@Tooltip": "Enable - Only generate dimensional variants of these doors. Disable - Prevent generating dimensional variants of these doors",
"text.autoconfig.dimdoors.option.doors.doorList.doors": "Doors",
"text.autoconfig.dimdoors.option.doors.doorList.doors@Tooltip": "A list of block ids for doors. If the door's item id is different than the block id, add that as well.",
"text.autoconfig.dimdoors.option.doors.doorList.placeRiftsInCreativeMode": "Place Rifts in Creative Mode",
"text.autoconfig.dimdoors.option.doors.doorList.placeRiftsInCreativeMode@Tooltip": "If enabled, breaking a door in creative mode will spawn a rift",
"text.autoconfig.dimdoors.category.pockets": "Pocket Settings",
"text.autoconfig.dimdoors.option.pockets.pocketGridSize": "Pocket Grid Size",