mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-14 14:24:02 +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.color(MaterialColor.COLOR_GRAY))
|
||||||
.properties(p -> p.sound(SoundType.NETHERITE_BLOCK))
|
.properties(p -> p.sound(SoundType.NETHERITE_BLOCK))
|
||||||
.properties(p -> p.noOcclusion())
|
.properties(p -> p.noOcclusion())
|
||||||
|
.properties(p -> p.isRedstoneConductor((level, pos, state) -> false))
|
||||||
.transform(pickaxeOnly())
|
.transform(pickaxeOnly())
|
||||||
.blockstate((c, p) -> BlockStateGen.simpleBlock(c, p, AssetLookup.forPowered(c, p)))
|
.blockstate((c, p) -> BlockStateGen.simpleBlock(c, p, AssetLookup.forPowered(c, p)))
|
||||||
.item()
|
.item()
|
||||||
|
|
Loading…
Reference in a new issue