Skip to content

Commit

Permalink
fixing more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Nov 8, 2024
1 parent f00eb0d commit 97eb4d6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 41 deletions.
31 changes: 0 additions & 31 deletions test/files/correct/data_bp/features/scatter_feature.json

This file was deleted.

24 changes: 15 additions & 9 deletions test/files/correct/data_bp/trading/master_block.trades.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
{
"tiers": [
{
"trades": [
"total_exp_required": 5,
"groups": [
{
"wants": [
"num_to_select": 2,
"trades": [
{
"item": "minecraft:wheat",
"quantity": {
"min": 18,
"max": 22
}
"wants": [
{
"item": "minecraft:wheat",
"quantity": {
"min": 18,
"max": 22
}
}
],
"gives": [{ "item": "minecraft:emerald" }]
}
],
"gives": [{ "item": "minecraft:emerald" }]
]
}
]
}
Expand Down
1 change: 0 additions & 1 deletion test/files/incorrect/data_bp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
{
"type": "data",
"description": "Behavior pack for Hell Cave Carver Features",
"uuid": "1016f5a1-5eaf-4ccd-8e0c-a4231d7bb308",
"version": [1, 0, 0]
}
]
Expand Down

0 comments on commit 97eb4d6

Please sign in to comment.