first commit

This commit is contained in:
2025-02-18 15:25:17 +01:00
commit 37cf0e8062
7403 changed files with 1227142 additions and 0 deletions

View 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
}
]
}