Advertisement
Supermatt5546

Dyer to merchant & tinker to redstone tinker issue

Aug 28th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. {
  2. profession: {
  3. name: "vtt:merchant",
  4. texture: "vtt:textures/entity/villager/tinkerer.png",
  5. zombieTexture: "vtt:textures/entity/zombie_villager/zombie_tinkerer.png"
  6. },
  7. careers: [
  8. "dyer"
  9. ]
  10. }
  11.  
  12. -------------------------------------------------------------------------------------------
  13.  
  14. {
  15. Profession:"minecraft:merchant", Career:"dyer",
  16. Offers:{
  17. Recipes:[
  18. {action:"add", CareerLevel:1, buy:{id:"minecraft:red_flower",Damage:0,Count:{min:15,max:20}}, sell:{id:"minecraft:gold_nugget",Count:{min:25,max:30}}},
  19. {action:"add", CareerLevel:1, buy:{id:"minecraft:cactus",Count:{min:15,max:20}}, sell:{id:"minecraft:gold_nugget",Count:{min:25,max:30}}},
  20. {action:"add", CareerLevel:2, buy:{id:"minecraft:gold_nugget",Count:{min:25,max:30}},sell:{id:"minecraft:dye",Damage:1,Count:{min:15,max:20}}},
  21. {action:"add", CareerLevel:2, buy:{id:"minecraft:gold_nugget",Count:{min:25,max:30}},sell:{id:"minecraft:dye",Damage:2,Count:{min:15,max:20}}}
  22. ]
  23. }
  24. }```
  25.  
  26. -------------------------------------------------------------------------------------------
  27.  
  28. {
  29. profession: {
  30. name: "vtt:redstoner",
  31. texture: "vtt:textures/entity/villager/redstoner.png",
  32. zombieTexture: "vtt:textures/entity/zombie_villager/zombie_redstoner.png"
  33. },
  34. "redstone tinkerer"
  35. ]
  36. }
  37.  
  38. -------------------------------------------------------------------------------------------
  39.  
  40. {
  41. Profession:"vtt:redstoner",
  42. Career:"redstone tinkerer",
  43.  
  44. Offers:{
  45. Recipes:[
  46. {action:"add", buy:{id:"minecraft:redstone ",Count:{min:8,max:12}},sell:{id:"minecraft:gold_nugget",Count:5},CareerLevel:1,chance:1},
  47. {action:"add", buy:{id:"minecraft:emerald",Count:{min:8,max:12}},sell:{id:"minecraft:repeater",Count:1},CareerLevel:2,chance:1}
  48. ]
  49. }
  50.  
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement