• 0

    posted a message on Summoning Mending Villager

    Nevermind, I figured it out! I used mcstacker to do this: /summon villager ~1 ~ ~ {NoGravity:0b,Silent:0b,Invulnerable:1b,Glowing:0b,CustomNameVisible:0b,PersistenceRequired:1b,NoAI:0b,Profession:1,Career:1,CareerLevel:1,Offers:{Recipes:[{rewardExp:1b,maxUses:2147483647,buy:{id:"minecraft:potato",Count:1b},sell:{id:"minecraft:enchanted_book",Count:1b,tag:{Unbreakable:1,StoredEnchantments:[{id:"minecraft:mending",lvl:10}]}}}]}}

    Posted in: Creative Mode
  • 0

    posted a message on Summoning Mending Villager

    I want to summon a mending villager in 1.13, and i know this works: /summon villager ~ ~1 ~ {Invulnerable:1,PersistenceRequired:1,Offers:{Recipes:[{buy:{id:potato,Count:1},sell:{id:enchanted_book,Count:1},maxUses:9999999}]},Profession:1,Career:1,CareerLevel:5} but I need it to be a mending book, and this works for a /give command: /give @p enchanted_book{Unbreakable:1,Enchantments:[{id:mending,lvl:10}]} but I'm trying to figure out how to combine them so I can buy a mending book from the villager. Thanks!

    Posted in: Creative Mode
  • To post a comment, please .