Advertisement
Jummit

Collection of MC 1.13 Commands (in dev)

Jan 21st, 2018
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.54 KB | None | 0 0
  1. --Villager with a diamond to emerald trade (template for own trades)
  2. /summon minecraft:villager ~ ~ ~ {Offers:{Recipes:[{buy:{id:"minecraft:diamond",Count:1b},sell:{id:"minecraft:emerald",Count:1b}}]}}
  3. --Chair (invisible saddled pig)
  4. /summon pig ~ ~ ~ {ActiveEffects:[{Id:14b,Amplifier:0b,ShowParticles:0b,Ambient:0b,Duration:9000000}],NoAI:1b,Saddle:1b}
  5. --A little minigame; run this in a repeat command block and try to catch the apple to stop the leave 'worm'
  6. /execute at @e[type=item,nbt={Item:{id:"minecraft:apple"}}] run setblock ~ ~ ~ oak_leaves
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement