Advertisement
CodingSquid

DROP ITEMS TURN INTO BLOCKS

Jun 10th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. How to make when drop a item to make in block
  2. Made by me: CodingSquid AKA (MaZeModderYT)
  3.  
  4. 1. Get command blocks:
  5. /give @p 211
  6. /give @p 210
  7. 2. Place command blocks like that:
  8. http://imgur.com/a/MJmvg
  9.  
  10. 3. Pun in command blocks:
  11. Repeating command block:
  12. /scoreboard players tag @e[type=Item] add Stone {Item:{id:"minecraft:stone",Count:1b},OnGround:1b}
  13. Chain Command Block:
  14. /execute @e[type=Item,tag=Stone] ~ ~ ~ /setblock ~ ~ ~ stone
  15. Chain Command Block Conditional:
  16. Vanilla:/kill @e[type=Item,tag=Stone]
  17. Bukkint/Spigot: /killall drops world
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement