Skip to content

Commit 811f016

Browse files
committed
Fix weird lighting issue
1 parent 8f8300d commit 811f016

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/robotgryphon/compactmachines/core/Registration.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ public class Registration {
6363
private static Block.Properties MACHINE_BLOCK_PROPS = Block.Properties
6464
.create(Material.IRON)
6565
.hardnessAndResistance(8.0F, 20.0F)
66-
.setLightLevel((state) -> 3)
6766
.harvestLevel(1)
6867
.harvestTool(ToolType.PICKAXE)
6968
.setRequiresTool();

0 commit comments

Comments
 (0)