mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
24 lines
431 B
JSON
24 lines
431 B
JSON
|
{
|
||
|
"modId": "farmersdelight",
|
||
|
"group": {
|
||
|
"name": "Farmer's Delight Seeds",
|
||
|
"enabledByDefault": true,
|
||
|
"defaultPayment": {
|
||
|
"item": "minecraft:emerald"
|
||
|
},
|
||
|
"defaultCategory": "farmingforblockheads:seeds"
|
||
|
},
|
||
|
"customEntries": [
|
||
|
{
|
||
|
"output": {
|
||
|
"item": "farmersdelight:tomato_seeds"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"output": {
|
||
|
"item": "farmersdelight:cabbage_seeds"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|