Posted November 15, 201212 yr Alright, something I found odd. No errors in the console or anything but... My projectiles no longer load their textures. They still work and everything, but the texture no longer appears. This worked fine in all versions of Forge that I used up until the 1.4.4 release, including all of the 1.4.2 ones... But now suddenly has stopped working. Here's some code from it: int index = RenderingRegistry.addTextureOverride("/gui/items.png" , Constants.getImgDir() + "entity/beeferslime.png"); int id = EntityRegistry.findGlobalUniqueEntityId(); EntityRegistry.registerGlobalEntityID(EntitySlimeBall.class, "BeeferSlimeBall", id); EntityRegistry.registerModEntity(EntitySlimeBall.class, "Beefer SlimeBall", id, infection, 64, 1, true); RenderingRegistry.registerEntityRenderingHandler(EntitySlimeBall.class, new RenderSnowball(index)); And I am preloading the texture as well, so I know it's not that. It'll most likely be something stupid that's entirely my fault, but I thought I'd bring it up incase it isn't my fault. Forge Version: 6.3.0 for Minecraft 1.4.4
November 15, 201212 yr You'll want to ask in Modder Support. Read the EAQ before posting! OR ELSE! This isn't building better software, its trying to grab a place in the commit list of a highly visible github project. www.forgeessentials.com Don't PM me, I don't check this account unless I have to.
November 15, 201212 yr Author You'll want to ask in Modder Support. I figured, but it seemed more like a bug to me since it worked in all versions up until the latest.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.