Skip to content

Commit

Permalink
Fix lantern light opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
jss2a98aj committed Apr 19, 2024
1 parent bd1de9b commit 03bce6c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public BlockLantern(String name, int lightLevel) {
this.setCreativeTab(EtFuturum.creativeTabBlocks);
this.setBlockName(Utils.getUnlocalisedName(name));
this.setBlockTextureName(name);
this.setLightOpacity(0);
}

@Override
Expand Down

0 comments on commit 03bce6c

Please sign in to comment.