Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /summon Villager ~1 ~ ~ {
- Profession: 4,
- CustomName: "Carl",
- CustomNameVisible: 1,
- Career: 1,
- CareerLevel: 42,
- CanPickUpLoot: 0,
- PersistenceRequired: 1,
- Offers: {
- Recipes: [
- {
- buy: {
- id: "emerald",
- Count: 3
- },
- maxUses: 9999999,
- sell: {
- id: "cooked_mutton",
- Count: 1
- },
- rewardExp: false
- },
- {
- buy: {
- id: "emerald",
- Count: 200
- },
- maxUses: 9999999,
- sell: {
- id: "cooked_beef",
- Count: 64
- },
- rewardExp: false
- },
- {
- buy: {
- id: "emerald",
- Count: 10
- },
- maxUses: 9999999,
- sell: {
- id: "cooked_beef",
- Count: 1
- },
- rewardExp: false
- }
- ]
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement