Priming TNT

Discussion in 'Plugin Development' started by Zachster, May 30, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    Zachster

    How do you prime a specific TNT? For example if I do whatever to this block, it will prime.
     
  2. Offline

    GodzOfMadness

    Zachster remove the block that you did something to then get the location of the block and spawn primed tnt.
    world.spawnEntity(location, EntityType.PRIMED_TNT);
     
  3. Offline

    Zachster

    That's what I was thinking I would have to do but I wanted to be sure there wasn't an easier way.
     
Thread Status:
Not open for further replies.

Share This Page