You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"constructionstick.configuration.AngelFalling.tooltip": "Place blocks below you while falling > 10 blocks with angel upgrade (Can be used to save you from drops/the void)",
"constructionstick.configuration.BEList.tooltip": "White/Blacklist for Block Entities. Allow/Prevent blocks with BEs from being placed by stick. You can either add block ids like minecraft:chest or mod ids like minecraft",
"constructionstick.configuration.MaxRange.tooltip": "Maximum placement range (0: unlimited). Affects all sticks and is meant for lag prevention, not game balancing.",
"constructionstick.configuration.upgradeable.tooltip": "Allow stick upgrading by putting the stick together with a stick upgrade in a smithing table.",
addConfig("MaxRange", "Max Range", "Maximum placement range (0: unlimited). Affects all sticks and is meant for lag prevention, not game balancing.");
136
+
addConfig("UndoHistory", "Undo History", "Number of operations that can be undone");
137
+
addConfig("AngelFalling", "Angel Place", "Place blocks below you while falling > 10 blocks with angel upgrade (Can be used to save you from drops/the void)");
138
+
addConfig("SimilarBlocks", "Similar Blocks", "Blocks to treat equally when in Similar mode. Enter block IDs seperated by ;");
addConfig("BEList", "Block Entity List", "White/Blacklist for Block Entities. Allow/Prevent blocks with BEs from being placed by stick. You can either add block ids like minecraft:chest or mod ids like minecraft");
141
+
addConfig("BEWhitelist", "Block Entity Whitelist", "If set to TRUE, treat BEList as a whitelist, otherwise blacklist");
0 commit comments