Advertisement
pycraft

floor crafting improved!!!

Sep 16th, 2019
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. execute at <entity from mcstacker> if entity *<entity from mcstacker with distance=..1>* run summon item ~ ~ ~ <nbt from mcstacker with Tags:["Crafted<# that is unique>"]>
  2.  
  3. execute at @e[tag=Crafted<# that is unique>] run kill <entity #1 with distance=..1>
  4.  
  5. *execute at @e[tag=Crafted<# that is unique>] run kill <entity #2(and so on...) with distance=..1>*
  6.  
  7. execute as @e[tag=Crafted<# that is unique>] run tag @s remove Crafted<# that is unique>
  8.  
  9. ** indicates that you can have multiple item but they are linked
  10. EX: having 3 additional if entity statements = 3 additional execute at...kill statements.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement