2
1
Fork 1
mirror of https://github.com/ACGaming/Spackenmobs synced 2024-06-11 06:58:56 +02:00

Just remove it xD

This commit is contained in:
Timo Ley 2020-09-24 18:14:52 +02:00 committed by GitHub
parent 44af55c72f
commit 08fbc7c171
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,6 @@ public class ModItemBase extends Item
{
public ModItemBase(String name)
{
setUnlocalizedName(name);
setRegistryName(name);
setCreativeTab(Spackenmobs.SPACKENMOBS_TAB);
@ -24,4 +23,4 @@ public class ModItemBase extends Item
{
ModelLoader.setCustomModelResourceLocation(this, 0, new ModelResourceLocation(getRegistryName(), "inventory"));
}
}
}