You need to register your custom tnt properly . To get it to show up you need to add these 3 lines of code:
RenderingRegistry.registerEntityRenderingHandler(***your tnt primed class***.class, new ***your tnt renderer***());
EntityRegistry.registerGlobalEntityID(***your tnt primed class***, "***a name for your tnt primed***d", EntityRegistry.findGlobalUniqueEntityId());
EntityRegistry.registerModEntity(***your tntn primed class***, "***a name for you tnt primed***", 51, ***your mod instance***, 256, 1, false);
to create a new fire you need multiple images stacked up against eachother for each frame making it is like a regular block just the textures is difference as well as some additional code
Same Thing happened to me. It was annoying but I found out that it depends on how you install java jdk and what version. also you need to be careful on how you assign it.
0
You need to register your custom tnt properly . To get it to show up you need to add these 3 lines of code:
RenderingRegistry.registerEntityRenderingHandler(***your tnt primed class***.class, new ***your tnt renderer***());
EntityRegistry.registerGlobalEntityID(***your tnt primed class***, "***a name for your tnt primed***d", EntityRegistry.findGlobalUniqueEntityId());
EntityRegistry.registerModEntity(***your tntn primed class***, "***a name for you tnt primed***", 51, ***your mod instance***, 256, 1, false);
0
I would use onArmorTick() instead
0
thanks!
0
I don't know this at the top of my head but theirs a method called isOpaqueCube or something like that & you have to set that to false
Nevermind I see that you did that
0
I has the same problem as well but I was able to get it to show when it was lit but it was only a white box
0
Just like in the title I need help spawning in an entity when I create a formation with blocks just as an iron golem. Can someone help me with that?
0
to create a new fire you need multiple images stacked up against eachother for each frame making it is like a regular block just the textures is difference as well as some additional code
0
if you still need help with this show me a sceenshot of what the block looks like in game.
0
Same Thing happened to me. It was annoying but I found out that it depends on how you install java jdk and what version. also you need to be careful on how you assign it.