Project home for New Alterlite - A new locaria community pack focused on a different approach of minecrafting.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
NewAlterlite/config/vtt/trade_tables/necromancer.json

33 lines
850 B

{
Profession:"minecraft:priest",
Career:"necromancer",
Offers:{
Recipes:[
{
action: "add",
CareerLevel: 1,
buyB: {id:"minecraft:emerald",Count:{min:8,max:12}}, buy: {id:"minecraft:skull",Count:1,Damage:0},
sell: {id:"minecraft:spawn_egg",Count:1,Damage:0,tag:{EntityTag:{id:"minecraft:skeleton"}}}
},
{
action: "add",
CareerLevel: 1,
buyB: {id:"minecraft:emerald",Count:{min:8,max:12}}, buy: {id:"minecraft:skull",Count:1,Damage:2},
sell: {id:"minecraft:spawn_egg",Count:1,Damage:0,tag:{EntityTag:{id:"minecraft:zombie"}}}
},
{
action: "add",
CareerLevel: 1,
buyB: {id:"minecraft:emerald",Count:{min:8,max:12}}, buy: {id:"minecraft:skull",Count:1,Damage:4},
sell: {id:"minecraft:spawn_egg",Count:1,Damage:0,tag:{EntityTag:{id:"minecraft:creeper"}}}
}
]
}
}