Skip to content

Commit

Permalink
fix(recipes): ✏️[Magical Wood][Magical Planks] add Villager trade
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed May 27, 2024
1 parent ce2a86e commit 4095dc1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions config/vtt/trade_tables/cleric.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"Profession": "minecraft:priest",
"Career": "cleric",
"Offers": {
"Recipes": [
{
"action": "add",
"buy": { "id": "minecraft:emerald", "Count": 1 },
"buyB": { "id": "biomesoplenty:planks_0", "Damage": 5, "Count": 1 },
"sell": { "id": "extrautils2:decorativesolidwood", "Count": 1 },
"CareerLevel": 4
},
{
"action": "add",
"buy": { "id": "minecraft:emerald", "Count": 6 },
"buyB": { "id": "biomesoplenty:log_1", "Damage": 5, "Count": 1 },
"sell": { "id": "extrautils2:decorativesolidwood", "Damage": 1, "Count": 1 },
"CareerLevel": 4
}
]
}
}

0 comments on commit 4095dc1

Please sign in to comment.