Skip to content

Commit a5c5c57

Browse files
committed
Add Numismatic Overhaul compat
Signed-off-by: Noaaan <[email protected]>
1 parent d3bd270 commit a5c5c57

File tree

1 file changed

+17
-0
lines changed
  • src/main/resources/data/mythicmetals/villager_trades

1 file changed

+17
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"profession": "cleric",
3+
"trades": {
4+
"master": [
5+
{
6+
"type": "numismatic-overhaul:sell_stack",
7+
"price": 6000,
8+
"sell": {
9+
"item": "mythicmetals:aegis_smithing_template",
10+
"count": 1
11+
},
12+
"max_uses": 2,
13+
"villager_experience": 30
14+
}
15+
]
16+
}
17+
}

0 commit comments

Comments
 (0)