megabitus Posted August 5, 2013 Posted August 5, 2013 Hi!I've been trying to make a custom model for a block in my mod and when I place it it's invisible.I don't know why It's not working. I've made a TileEntity,a model,here is my mod: - Block: https://github.com/megabitus/BIMod/blob/master/bi/bi_Blocks/LittleGlowstone.java - TileEntity: https://github.com/megabitus/BIMod/blob/master/bi/bi_Entitys/TileEntityLittleGlowstone.java - Entity: https://github.com/megabitus/BIMod/blob/master/bi/bi_Entitys/EntityLittleGlowstone.java - Render: https://github.com/megabitus/BIMod/blob/master/bi/bi_Renders/LittleGlowstoneRender.java - Model: https://github.com/megabitus/BIMod/blob/master/bi/bi_Models/LittleGlowstoneModel.java - BaseClass: https://github.com/megabitus/BIMod/blob/master/bi/bi_BasePackage/BaseClass.java - ClientProxy: https://github.com/megabitus/BIMod/blob/master/bi/bi_BasePackage/ClientProxy.java Quote Woking at my first mod, Blocks & Items Revolution : https://github.com/megabitus98/Blocks-Items-Revolution
hydroflame Posted August 5, 2013 Posted August 5, 2013 1 your not registering your TE 2 your block doesnt override hasTileEntity 3 you're using techne Quote how to debug 101:http://www.minecraftforge.net/wiki/Debug_101 -hydroflame, author of the forge revolution-
Recommended Posts
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.