BlackBird Posted April 28, 2014 Posted April 28, 2014 Hi Guys, I write a mod and the idea is that if you are dead, the game summon a primet tnt at your position, what is wrong? Code: KeepAlive.java IfAPlayerDie.java Quote
BlackBird Posted April 28, 2014 Author Posted April 28, 2014 Ok how to do it better and how to remove recipes Quote
chimera27 Posted April 28, 2014 Posted April 28, 2014 Ok how to do it better and how to remove recipes Use MinecraftForge.EVENT_BUS.register(new IfAPlayerDie()); instead of FMLCommonHandler.instance().bus().register(new IfAPlayerDie()); I don't know about the recipies Quote Creator of Metroid Cubed! Power Suits, Beams, Hypermode and more! http://i.imgur.com/ghgWmA3.jpg[/img]
coolboy4531 Posted April 28, 2014 Posted April 28, 2014 @Recipes I replied to it in another post, wasn't sure if it was yours, or someone elses but you'll find it on the Modder Support Forum (this forum) Quote
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.