Advertisement
Lmeagno

(2014, June 14) Better Custom Crafting

Jun 14th, 2014
1,139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. /scoreboard objectives add Crafting dummy
  2.  
  3. =========================================
  4.  
  5. /execute @a ~-2 ~-2 ~-2 /fill ~ ~ ~ ~4 ~4 ~4 double_plant 0 replace stone 15
  6.  
  7. /scoreboard players set @e[type=Item] Crafting 1 {Age:0s,Item:{id:minecraft:double_plant}}
  8.  
  9. /execute @e[score_Crafting=1,score_Crafting_min=1] ~ ~ ~ /setblock ~ ~ ~ dropper 0 replace
  10. {CustomName:Advanced Crafting}
  11.  
  12. /kill @e[score_Crafting=1,score_Crafting_min=1]
  13. =
  14. /execute @e[score_Crafting=1,score_Crafting_min=1] ~ ~ ~ /summon MinecartCommandBlock ~ ~-.9 ~
  15. {CustomDisplayTile:1,DisplayTile:58,DisplayOffset:27,DisplayData:3}
  16. =
  17. /execute @e[score_Crafting=1,score_Crafting_min=1] ~ ~ ~ /setblock ~ ~-1 ~ glowstone
  18. =
  19. /execute @e[type=MinecartCommandBlock] ~ ~-1 ~ /fill ~ ~ ~ ~ ~ ~ dirt 0 replace air
  20.  
  21. /scoreboard players reset * Crafting
  22.  
  23. =========================================
  24.  
  25. /scoreboard players set @e[type=Item] Crafting 2 {Age:0s,Item:{id:minecraft:dropper}}
  26.  
  27. /execute @e[score_Crafting=2,score_Crafting_min=2] ~ ~ ~ /summon Item ~ ~ ~ {Item:{id:crafting_table,Count:1}}
  28.  
  29. /execute @e[score_Crafting=2,score_Crafting_min=2] ~ ~-1 ~ /clone ~ ~-1 ~ ~ ~-1 ~ ~ ~ ~
  30.  
  31. /execute @e[score_Crafting=2,score_Crafting_min=2] ~ ~-1.5 ~ /kill @e[type=MinecartCommandBlock,r=1]
  32.  
  33. /kill @e[score_Crafting=2,score_Crafting_min=2]
  34.  
  35. =========================================
  36.  
  37. /scoreboard players set @e[type=Item] Crafting 3 {Item:{id:minecraft:map}}
  38.  
  39. /execute @e[score_Crafting=3,score_Crafting_min=3] ~ ~-1 ~ /fill ~ ~ ~ ~ ~ ~ stone 15 replace crafting_table
  40.  
  41. =========================================
  42.  
  43. /execute @a ~ ~ ~ /execute @e[type=MinecartCommandBlock,r=2] ~ ~1 ~ /testforblock ~ ~ ~ dropper 3 {Items:[0:{id:<NAME>,Damage:0s,Count:1b,Slot:0b},{id:<NAME>,Damage:0s,Count:1b,Slot:0b}]}
  44.  
  45. /execute @a ~ ~ ~ /execute @e[type=MinecartCommandBlock,r=2] ~ ~1 ~ /blockdata ~ ~ ~ {Items:[0:{id:<NAME>,Count:1b,Damage:0s,Slot:4b}]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement