mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-13 22:13:31 +01:00
Smart and Slender
- Smart Chutes no longer prevent chests from opening under them
This commit is contained in:
parent
ecfd43938f
commit
512b6e7c27
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue