first commit
This commit is contained in:
69
config/dailyshop/trade_tables/seeds.json
Normal file
69
config/dailyshop/trade_tables/seeds.json
Normal file
@ -0,0 +1,69 @@
|
||||
{
|
||||
"roll": {
|
||||
"type": "constant",
|
||||
"count": 1
|
||||
},
|
||||
"input1": {
|
||||
"filter": "minecraft:emerald",
|
||||
"count": {
|
||||
"type": "constant",
|
||||
"count": 10
|
||||
}
|
||||
},
|
||||
"input2": {
|
||||
"filter": "minecraft:diamond",
|
||||
"count": {
|
||||
"type": "constant",
|
||||
"count": 10
|
||||
}
|
||||
},
|
||||
"input3": {
|
||||
"filter": "minecraft:iron_ingot",
|
||||
"count": {
|
||||
"type": "constant",
|
||||
"count": 10
|
||||
}
|
||||
},
|
||||
"output": [
|
||||
{
|
||||
"item": "wheat_seeds",
|
||||
"count": {
|
||||
"type": "constant",
|
||||
"count": 1
|
||||
},
|
||||
"weight": 1.0
|
||||
},
|
||||
{
|
||||
"item": "pumpkin_seeds",
|
||||
"count": {
|
||||
"type": "constant",
|
||||
"count": 1
|
||||
},
|
||||
"weight": 1.0
|
||||
},
|
||||
{
|
||||
"item": "melon_seeds",
|
||||
"count": {
|
||||
"type": "constant",
|
||||
"count": 1
|
||||
},
|
||||
"weight": 1.0
|
||||
},
|
||||
{
|
||||
"item": "torchflower_seeds",
|
||||
"count": {
|
||||
"type": "constant",
|
||||
"count": 1
|
||||
},
|
||||
"weight": 1.0
|
||||
},
|
||||
{
|
||||
"item": "beetroot_seeds",
|
||||
"count": {
|
||||
"type": "constant",
|
||||
"count": 1
|
||||
},
|
||||
"weight": 1.0
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user