Share feedback and ideas for new blocks, tools, items, food, recipes, and crafting options, or improvements to existing ones. When posting, focus on a specific idea and explain how it would improve the game. Avoid sharing a list of unrelated suggestions.

17

More Types of TNT/Dynamite Part 4: Potion TNT!

1 Comments

Post a new comment:

Please sign in to leave a comment.

Sorted by oldest
  • 0
    Registered User commented
    Comment actions Permalink

    I would like to inform you of a way to make your tnt arrows.

     

    you place one command block that is impulse unconditional and needs redstone. enter this command:

    /give @a tipped_arrow{CustomPotionColor:16711680,display:{Name:'[{"text":"TNT Arrow","italic":false,"color":"red","bold":true}]',Lore:['[{"text":"Boom."}]']}} 64

    then place a button on that command block. It will give you your special arrows.

    to make the arrows work place two repeating unconditional and always active command blocks.

    in one of them enter:

    /execute at @e[type=arrow,nbt={Color:16711680,inGround:1b}] run summon creeper ~ ~ ~ {Fuse:0,ingnite:1b}

    and in the other one enter this

    /execute at @e[type=arrow,nbt={Color:16711680,inGround:1b}] run summon creeper ~ ~ ~ {Fuse:0,ingnite:1b}

    also if you don't know how to get command blocks

    press"t" and then enter

    /give @p command_block

    place it and right click while in creative with cheats on to open it. adjust the settings and copy and paste the commands. :)