mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-29 00:16:27 +01:00
This change does not have to be here
This commit is contained in:
parent
b2e3fe6fd1
commit
b13ba431fb
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ public class AllBlocks {
|
||||||
|
|
||||||
public static final BlockEntry<WaterWheelBlock> WATER_WHEEL = REGISTRATE.block("water_wheel", WaterWheelBlock::new)
|
public static final BlockEntry<WaterWheelBlock> WATER_WHEEL = REGISTRATE.block("water_wheel", WaterWheelBlock::new)
|
||||||
.initialProperties(SharedProperties::wooden)
|
.initialProperties(SharedProperties::wooden)
|
||||||
.properties(Block.Properties::nonOpaque)
|
.properties(AbstractBlock.Properties::nonOpaque)
|
||||||
.blockstate(BlockStateGen.directionalBlockProviderIgnoresWaterlogged(false))
|
.blockstate(BlockStateGen.directionalBlockProviderIgnoresWaterlogged(false))
|
||||||
.addLayer(() -> RenderType::getCutoutMipped)
|
.addLayer(() -> RenderType::getCutoutMipped)
|
||||||
.transform(StressConfigDefaults.setCapacity(16.0))
|
.transform(StressConfigDefaults.setCapacity(16.0))
|
||||||
|
|
Loading…
Reference in a new issue