Skip to content

Commit a4adb48

Browse files
committed
fixed thick trunks being dark in distant horizons
1 parent 2901a5f commit a4adb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ferreusveritas/dynamictrees/block/branch/TrunkShellBlock.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public int getRadius() {
7171
}
7272

7373
public TrunkShellBlock() {
74-
super(Properties.of().ignitedByLava().pushReaction(PushReaction.BLOCK));
74+
super(Properties.of().ignitedByLava().pushReaction(PushReaction.BLOCK).noOcclusion());
7575
registerDefaultState(defaultBlockState().setValue(WATERLOGGED, false));
7676
}
7777

0 commit comments

Comments
 (0)