mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-25 12:58:33 +01:00
fixed serverside crash because of a sideonly thing
This commit is contained in:
parent
8e9979b192
commit
49925bd1e4
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ import java.util.List;
|
|||
|
||||
public class ItemShockwaveCreator extends ItemImpl implements ITrinketItem {
|
||||
|
||||
@SideOnly(Side.CLIENT)
|
||||
private static final ResourceLocation RES_WORN = new ResourceLocation(NaturesAura.MOD_ID, "textures/items/shockwave_creator_player.png");
|
||||
|
||||
public ItemShockwaveCreator() {
|
||||
|
|
Loading…
Reference in a new issue