Added more test files
This commit is contained in:
20
test/files/correct/data_bp/trading/master_block.trades.json
Normal file
20
test/files/correct/data_bp/trading/master_block.trades.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"tiers": [
|
||||
{
|
||||
"trades": [
|
||||
{
|
||||
"wants": [
|
||||
{
|
||||
"item": "minecraft:wheat",
|
||||
"quantity": {
|
||||
"min": 18,
|
||||
"max": 22
|
||||
}
|
||||
}
|
||||
],
|
||||
"gives": [{ "item": "minecraft:emerald" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user