add first patch

This commit is contained in:
2026-07-31 10:34:32 +09:00
parent 03aac2e45e
commit b1cbc6c78d
6390 changed files with 547430 additions and 0 deletions
@@ -0,0 +1,17 @@
{
"modId": "create",
"silent": true,
"group": {
"name": "Create Fertilizer",
"enabledByDefault": false,
"defaultPayment": {
"item": "numismatics:bevel"
},
"defaultCategory": "farmingforblockheads:other"
},
"customEntries": [
{
"output": "create:tree_fertilizer"
}
]
}
@@ -0,0 +1,23 @@
{
"modId": "farmersdelight",
"silent": true,
"group": {
"name": "Farmers Delight Seeds",
"enabledByDefault": false,
"defaultPayment": {
"item": "minecraft:emerald"
},
"defaultCategory": "farmingforblockheads:seeds"
},
"customEntries": [
{
"output": "farmersdelight:cabbage_seeds"
},
{
"output": "farmersdelight:rice"
},
{
"output": "farmersdelight:tomato_seeds"
}
]
}
@@ -0,0 +1,41 @@
{
"modId": "pamhc2trees",
"silent": true,
"group": {
"name": "Fruit Trees Saplings",
"enabledByDefault": true,
"defaultPayment": {
"item": "numismatics:cog"
},
"defaultCategory": "farmingforblockheads:saplings"
},
"customEntries": [
{
"output": {
"item": "pamhc2trees:lychee_sapling"
},
"payment": {
"item": "numismatics:cog",
"count": 4
}
},
{
"output": {
"item": "pamhc2trees:banana_sapling"
},
"payment": {
"item": "numismatics:crown",
"count": 1
}
},
{
"output": {
"item": "pamhc2trees:peach_sapling"
},
"payment": {
"item": "numismatics:sun",
"count": 4
}
}
]
}
@@ -0,0 +1,17 @@
{
"modId": "supplementaries",
"silent": true,
"group": {
"name": "Supplementaries Seeds",
"enabledByDefault": false,
"defaultPayment": {
"item": "minecraft:emerald"
},
"defaultCategory": "farmingforblockheads:seeds"
},
"customEntries": [
{
"output": "supplementaries:flax_seeds"
}
]
}
@@ -0,0 +1,16 @@
{
"modId": "minecraft",
"group": {
"name": "Bone Meal",
"enabledByDefault": false,
"defaultPayment": {
"item": "numismatics:bevel"
},
"defaultCategory": "farmingforblockheads:other"
},
"customEntries": [
{
"output": "minecraft:bone_meal"
}
]
}
@@ -0,0 +1,28 @@
{
"modId": "minecraft",
"group": {
"name": "Vanilla Crops",
"enabledByDefault": false,
"defaultPayment": {
"item": "numismatics:sprocket"
},
"defaultCategory": "farmingforblockheads:seeds"
},
"customEntries": [
{
"output": "minecraft:sugar_cane"
},
{
"output": "minecraft:cactus"
},
{
"output": "minecraft:bamboo"
},
{
"output": "minecraft:kelp"
},
{
"output": "minecraft:nether_wart"
}
]
}
@@ -0,0 +1,97 @@
{
"modId": "minecraft",
"group": {
"name": "Vanilla Saplings",
"enabledByDefault": true,
"defaultPayment": {
"item": "numismatics:bevel"
},
"defaultCategory": "farmingforblockheads:saplings"
},
"customEntries": [
{
"output": "minecraft:oak_sapling"
},
{
"output": "minecraft:spruce_sapling"
},
{
"output": "minecraft:birch_sapling"
},
{
"output": "minecraft:jungle_sapling"
},
{
"output": "minecraft:acacia_sapling"
},
{
"output": "minecraft:dark_oak_sapling"
},
{
"output": "minecraft:cherry_sapling"
},
{
"output": "minecraft:azalea",
"payment": {
"item": "numismatics:bevel",
"count": 2
}
},
{
"output": "minecraft:flowering_azalea",
"payment": {
"item": "numismatics:bevel",
"count": 2
}
},
{
"output": "minecraft:mangrove_propagule",
"payment": {
"item": "numismatics:bevel",
"count": 2
}
},
{
"output": "meadow:pine_sapling",
"payment": {
"item": "numismatics:bevel",
"count": 2
}
},
{
"output": "autumnity:red_maple_sapling",
"payment": {
"item": "numismatics:cog",
"count": 1
}
},
{
"output": "beachparty:palm_sapling",
"payment": {
"item": "numismatics:cog",
"count": 2
}
},
{
"output": "quark:orange_blossom_sapling",
"payment": {
"item": "numismatics:bevel",
"count": 2
}
},
{
"output": "vinery:dark_cherry_sapling",
"payment": {
"item": "numismatics:cog",
"count": 4
}
},
{
"output": "vinery:apple_tree_sapling",
"payment": {
"item": "numismatics:cog",
"count": 4
}
}
]
}
@@ -0,0 +1,188 @@
{
"modId": "minecraft",
"group": {
"name": "Vanilla Seeds",
"enabledByDefault": true,
"defaultPayment": {
"item": "numismatics:spur"
},
"defaultCategory": "farmingforblockheads:seeds"
},
"customEntries": [
{
"output": "farmersdelight:tomato_seeds",
"payment": {
"item": "numismatics:spur",
"count": 4
}
},
{
"output": "farm_and_charm:strawberry_seed",
"payment": {
"item": "numismatics:spur",
"count": 3
}
},
{
"output": "society:blueberry_seed",
"payment": {
"item": "numismatics:spur",
"count": 4
}
},
{
"output": "society:onion_seed",
"payment": {
"item": "numismatics:spur",
"count": 4
}
},
{
"output": "veggiesdelight:turnip_seeds",
"payment": {
"item": "numismatics:spur",
"count": 6
}
},
{
"output": "society:potato_seed",
"payment": {
"item": "numismatics:spur",
"count": 2
}
},
{
"output": "farm_and_charm:lettuce_seeds",
"payment": {
"item": "numismatics:spur",
"count": 4
}
},
{
"output": "veggiesdelight:cauliflower_seeds",
"payment": {
"item": "numismatics:spur",
"count": 6
}
},
{
"output": "supplementaries:flax_seeds",
"payment": {
"item": "numismatics:sprocket",
"count": 3
}
},
{
"output": "veggiesdelight:bellpepper_seeds",
"payment": {
"item": "numismatics:cog",
"count": 1
}
},
{
"output": "society:eggplant_seed",
"payment": {
"item": "numismatics:bevel",
"count": 1
}
},
{
"output": "minecraft:wheat_seeds",
"payment": {
"item": "numismatics:bevel",
"count": 1
}
},
{
"output": "farm_and_charm:kernels",
"payment": {
"item": "numismatics:spur",
"count": 4
}
},
{
"output": "farm_and_charm:oat_seeds",
"payment": {
"item": "numismatics:spur",
"count": 4
}
},
{
"output": "minecraft:pumpkin_seeds"
},
{
"output": "minecraft:beetroot_seeds",
"payment": {
"item": "numismatics:spur",
"count": 4
}
},
{
"output": "farm_and_charm:barley_seeds",
"payment": {
"item": "numismatics:spur",
"count": 2
}
},
{
"output": "snowyspirit:ginger_flower",
"payment": {
"item": "numismatics:spur",
"count": 4
}
},
{
"output": "society:carrot_seed",
"payment": {
"item": "numismatics:spur",
"count": 2
}
},
{
"output": "minecraft:melon_seeds"
},
{
"output": "minecraft:bamboo",
"payment": {
"item": "numismatics:bevel"
}
},
{
"output": "minecraft:kelp",
"payment": {
"item": "numismatics:bevel"
}
},
{
"output": "farmersdelight:rice",
"payment": {
"item": "numismatics:cog",
"count": 4
}
},
{
"output": "minecraft:sugar_cane",
"payment": {
"item": "numismatics:cog",
"count": 3
}
},
{
"output": "minecraft:cactus",
"payment": {
"item": "numismatics:cog",
"count": 6
}
},
{
"output": "moreminecarts:glass_cactus",
"payment": {
"item": "numismatics:crown",
"count": 4
}
}
]
}