Posted November 22, 201411 yr Hello, I have created a new fence and wanted to make a fence gate too. But the problem is that i could not use the BlockFenceGate.class file cause that would give it a wooden plank texture, I wanted to have an iron block texture So what i did was copy the whole BlockFenceGate.class file into my IronBlockFenceGate.class and change the texture of it. But i don't know how, It doesn't crash when i use the BlockFenceGate.class file It only crashes when i use the IronBlockFenceGate.class file. So it won't render the item, then it crashes and says 'one device not closed' Anyone know how to fix this? Main mod class: http://pastebin.com/7Rk0YxtW IronBlockFenceGate.java: http://pastebin.com/vLBngqCH BlockFenceGate.class: http://pastebin.com/mcN9BNQy Thanks for helping! Creator of the Master Chef Mod and many more to come. If I helped you, please click the 'thank you' button.
November 23, 201411 yr Author Thanks, It works it extends now to "BlockFenceGate" And changed the texture from wood to iron. Creator of the Master Chef Mod and many more to come. If I helped you, please click the 'thank you' button.
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.