Skip to content

Commit

Permalink
Add Numismatic Overhaul compat
Browse files Browse the repository at this point in the history
Signed-off-by: Noaaan <[email protected]>
  • Loading branch information
Noaaan committed Apr 23, 2024
1 parent c83bd02 commit 073d21d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/main/resources/data/mythicmetals/villager_trades/cleric.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"profession": "cleric",
"trades": {
"master": [
{
"type": "numismatic-overhaul:sell_stack",
"price": 6000,
"sell": {
"item": "mythicmetals:aegis_smithing_template",
"count": 1
},
"max_uses": 2,
"villager_experience": 30
}
]
}
}

0 comments on commit 073d21d

Please sign in to comment.