Blacklist not working as intended
T4ge opened this issue ยท 3 comments
The new blacklist feature does work to a degree, but there's a minor issue when placing a non-blacklisted slab on a slab that is blacklisted.
general {
# The list of slab types and variants to ignore when creating double slabs
# Example: minecraft:purpur_slab
# Example: minecraft:stone_slab#variant=cobblestone
S:"Slab Blacklist" <
blockcraftery:editable_slab
>
}
After some additional testing, the blacklist doesn't seem to make a change to this behavior.
I can place any slabs ON a Blockcraftery slab, but I can't place Blockcraftery slabs onto other slabs.
Sorry for the delay. I've managed to figure out the issue (it's partially due to the variant property that blockcraftery uses for slabs but should be fixed in the latest version)