mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-23 07:38:34 +01:00
move a thing so its not on fire
and lowercase thingy
This commit is contained in:
parent
5ba2055b49
commit
587b2cc959
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ public final class InitEntities{
|
|||
ModUtil.LOGGER.info("Initializing Entities...");
|
||||
|
||||
EntityRegistry.registerModEntity(new ResourceLocation(ModUtil.MOD_ID, "worm"), EntityWorm.class, ModUtil.MOD_ID+".worm", 0, ActuallyAdditions.instance, 64, 1, false);
|
||||
RenderWorm.fixItemStack();
|
||||
}
|
||||
|
||||
@SideOnly(Side.CLIENT)
|
||||
|
|
Loading…
Reference in a new issue