File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
common/src/main/kotlin/com/lambda/config/groups Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,6 @@ class InventorySettings(
3636 override val accessChests by c.setting(" Access Chests" , false , " Allow access to the player's normal chests" ) { vis() && page == Page .Access }
3737 override val accessStashes by c.setting(" Access Stashes" , false , " Allow access to the player's stashes" ) { vis() && page == Page .Access }
3838
39- override val useWoodenTools by c.setting(" Use Wooden Tools" , false , " Use wooden tools to mine blocks" ) { vis() && page == Page .Tools }
40- override val useStoneTools by c.setting(" Use Stone Tools" , false , " Use stone tools to mine blocks" ) { vis() && page == Page .Tools }
41- override val useIronTools by c.setting(" Use Iron Tools" , false , " Use iron tools to mine blocks" ) { vis() && page == Page .Tools }
42- override val useDiamondTools by c.setting(" Use Diamond Tools" , true , " Use diamond tools to mine blocks" ) { vis() && page == Page .Tools }
43- override val useNetheriteTools by c.setting(" Use Netherite Tools" , true , " Use netherite tools to mine blocks" ) { vis() && page == Page .Tools }
44- override val useGoldTools by c.setting(" Use Gold Tools" , false , " Use gold tools to mine blocks" ) { vis() && page == Page .Tools }
45- override val useShears by c.setting(" Use Shears" , true , " Use shears to mine blocks" ) { vis() && page == Page .Tools }
46- override val useFlintAndSteel by c.setting(" Use Flint and Steel" , true , " Use flint and steel to mine blocks?" ) { vis() && page == Page .Tools }
47-
4839 enum class Page {
4940 Container , Access , Tools
5041 }
You can’t perform that action at this time.
0 commit comments