Smart and Slender

- Smart Chutes no longer prevent chests from opening under them
This commit is contained in:
simibubi 2023-05-24 14:43:01 +02:00
parent ecfd43938f
commit 512b6e7c27

View file

@ -787,6 +787,7 @@ public class AllBlocks {
.properties(p -> p.color(MaterialColor.COLOR_GRAY))
.properties(p -> p.sound(SoundType.NETHERITE_BLOCK))
.properties(p -> p.noOcclusion())
.properties(p -> p.isRedstoneConductor((level, pos, state) -> false))
.transform(pickaxeOnly())
.blockstate((c, p) -> BlockStateGen.simpleBlock(c, p, AssetLookup.forPowered(c, p)))
.item()