this repo has no description
at main 18 lines 748 B view raw
1 2#General Configuration 3[general] 4 #The list of slabs (or tags) to ignore when creating double slabs 5 #Example: minecraft:purpur_slab 6 slabBlacklist = [] 7 #The list of slabs (or tags) to ignore when creating vertical slabs 8 #Example: minecraft:purpur_slab 9 #Example: #minecraft:slabs 10 verticalSlabBlacklist = [] 11 #Whether to use the custom double slab when combining slabs of the same type 12 replaceSameSlab = true 13 #Whether to disable the placement of vertical slabs from regular horizontal slabs 14 disableVerticalSlabPlacement = false 15 #The list of slabs (or tags) to ignore when trying to convert between a regular slab and a vertical slab item 16 #Use the wildcard value * to disable this feature for all slabs 17 verticalSlabCraftingBlacklist = [] 18