Minecraft Blogs / Tutorial

Bomb Drop in minecraft /w No mods!!!!

  • 1,004 views, 2 today
  • 1
  • 0
  • 1
CalebCraft17's Avatar CalebCraft17
Level 26 : Expert Engineer
2
Hello everyone welcome to an other tutorial. This one will involve functions and I don't know how to explain it in text so their is a video of Jragon014 showing you how to make it so ya let's begin.

Before you start type this command in the text /scoreboard objectives add OrderDrop stat.useitem.carrot_on_a_stick

Here is the text document this will go on what I named them.

executeDrop:/execute @a[score_OrderDrop_min=1] ~ ~ ~ /fill ~8 ~20 ~8 ~-8 ~20 ~-8 tnt 0 replace air
/function nuke:executeDrop2
meaning:This will summon tnt 20 blocks above you, stay still in creative mode.

executeDrop2:/execute @e[score_OrderDrop_min=1] ~ ~ ~ /fill ~10 ~21 ~10 ~-8 ~21 ~-8 redstone_block 0 replace air
/function nuke:executeDrop3
meaning:this will summon redstone blocks 21 blocks above your head and above the tnt

executeDrop3:/execute @e[score_OrderDrop_min=1] ~ ~ ~ /fill ~ ~20 ~ ~ ~20 ~ air 0 destroy
/function nuke:executeDrop4
meaning:Since this is all happening instantly the tnt need a block update so a single one will break.

executeDrop4:/scoreboard players set @a[score_OrderDrop_min=1] OrderDrop 0
/function nuke:executeDrop5
meaning:This will set your score to 0 if it is at one.

executeDrop5:/execute @e[score_OrderDrop_min=0] ~ ~ ~ /fill ~10 ~21 ~10 ~-8 ~21 ~-8 air 0 replace redstone_block
meaning:This will clear the redstone blocks.

Now right click the carrot on a stick then run the command

/function nuke:executeDrop

Tags

Create an account or sign in to comment.

Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome