move a thing so its not on fire

and lowercase thingy
This commit is contained in:
Shadows_of_Fire 2017-07-07 16:09:23 -04:00
parent 5ba2055b49
commit 587b2cc959

View file

@ -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)