Skip to content

Commit

Permalink
Added more wandering trades
Browse files Browse the repository at this point in the history
Signed-off-by: Noaaan <[email protected]>
  • Loading branch information
Noaaan committed Oct 31, 2021
1 parent 29e7aa2 commit 654409f
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"count": 1
},
"price": 1000,
"max_uses": 12
"max_uses": 6
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,42 @@
},
"price": 2999,
"maxUses": 4
},
{
"type": "numismatic-overhaul:sell_stack",
"sell": {
"item": "minecraft:azalea",
"count": 1
},
"price": 2000,
"maxUses": 9
},
{
"type": "numismatic-overhaul:sell_stack",
"sell": {
"item": "minecraft:flowering_azalea",
"count": 1
},
"price": 2400,
"maxUses": 9
},
{
"type": "numismatic-overhaul:sell_stack",
"sell": {
"item": "minecraft:pointed_dripstone",
"count": 2
},
"price": 450,
"maxUses": 8
},
{
"type": "numismatic-overhaul:sell_stack",
"sell": {
"item": "minecraft:dripstone_block",
"count": 1
},
"price": 360,
"maxUses": 16
}
],
"apprentice": [
Expand Down Expand Up @@ -645,6 +681,15 @@
},
"price": 2500,
"maxUses": 6
},
{
"type": "numismatic-overhaul:sell_stack",
"sell": {
"item": "minecraft:sculk_sensor",
"count": 1
},
"price": 10000,
"maxUses": 2
}
]
}
Expand Down

0 comments on commit 654409f

Please sign in to comment.