Skip to content

Commit

Permalink
Fix silly merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
Roadhog360 committed Nov 2, 2023
1 parent 0edb4b4 commit e78aea9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public int getLightValue(IBlockAccess world, int x, int y, int z) {
return super.getLightValue(world, x, y, z);
}

@SideOnly(Side.CLIENT)
@Inject(method = "registerBlockIcons", at = @At(value = "HEAD"))
@SideOnly(Side.CLIENT)
private void addSoulFireIcon(IIconRegister reg, CallbackInfo ci) {
Expand Down

0 comments on commit e78aea9

Please sign in to comment.