Feature/jest2 (#322)
* Adding more tests * adding jest * fixing tests * fixing linting * removing 1 slash less * fixing more tests * fixing last test * more last fixes
This commit is contained in:
@@ -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" }]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user