Advertisement
albin900

Minecraft Block drop change no mods! (1.8)

Apr 24th, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. Scoreboard Objectives: minecobble (stat.mineBlock.minecraft.cobblestone), cobble (dummy).
  2. Command to create objectives:
  3. /scoreboard objectives add minecobble stat.mineBlock.minecraft.cobblestone
  4. /scoreboard objectives add cobble dummy
  5.  
  6. execute @p[score_minecobble_min=1] ~ ~ ~ scoreboard players set @e[type=Item,r=7,c=1] cobble 1 {Item:{id:"minecraft:cobblestone"}}
  7. execute @e[type=Item,score_cobble_min=1] ~ ~ ~ summon Item ~ ~ ~ {Item:{id:"minecraft:diamond",Count:1}}
  8. scoreboard players set @a[score_minecobble_min=1] minecobble 0
  9. kill @e[type=Item,score_cobble_min=1]
  10.  
  11. Video:https://www.youtube.com/watch?v=xe6IDUiU-zo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement