Skip to content

Commit

Permalink
fix #1424
Browse files Browse the repository at this point in the history
  • Loading branch information
TropheusJ committed Apr 19, 2024
1 parent cb55b6d commit 8241105
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions FABRIC_CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ Change logging starts below:
----------
- switched from Forge Config API Port to Porting Lib Config
- updated Porting Lib, fixing config syncing
- fix waterwheels failing to assemble (#1424)
1 change: 1 addition & 0 deletions src/main/java/com/simibubi/create/AllBlocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ public class AllBlocks {
.blockstate((c, p) -> p.getVariantBuilder(c.get())
.forAllStatesExcept(BlockStateGen.mapToAir(p), WaterWheelStructuralBlock.FACING))
.properties(p -> p.noOcclusion().mapColor(MapColor.DIRT))
.properties(p -> p.pushReaction(PushReaction.BLOCK)) // fabric: handled by method override on forge
.transform(axeOrPickaxe())
.lang("Large Water Wheel")
.register();
Expand Down

0 comments on commit 8241105

Please sign in to comment.