mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
v0.2
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
{
|
||||
"modId": "biomesoplenty",
|
||||
"group": {
|
||||
"name": "BoP Saplings",
|
||||
"enabledByDefault": true,
|
||||
"defaultPayment": {
|
||||
"item": "minecraft:emerald"
|
||||
},
|
||||
"defaultCategory": "farmingforblockheads:saplings"
|
||||
},
|
||||
"customEntries": [
|
||||
{
|
||||
"output": {
|
||||
"item": "biomesoplenty:rainbow_birch_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,59 @@
|
||||
{
|
||||
"modId": "byg",
|
||||
"group": {
|
||||
"name": "Oh the Biomes You'll Go Saplings",
|
||||
"enabledByDefault": true,
|
||||
"defaultPayment": {
|
||||
"item": "minecraft:emerald"
|
||||
},
|
||||
"defaultCategory": "farmingforblockheads:saplings"
|
||||
},
|
||||
"customEntries": [
|
||||
{"output": {"item": "byg:yellow_spruce_sapling"}},
|
||||
{"output": {"item": "byg:yellow_birch_sapling"}},
|
||||
{"output": {"item": "byg:red_spruce_sapling"}},
|
||||
{"output": {"item": "byg:red_oak_sapling"}},
|
||||
{"output": {"item": "byg:red_birch_sapling"}},
|
||||
{"output": {"item": "byg:orchard_sapling"}},
|
||||
{"output": {"item": "byg:blue_spruce_sapling"}},
|
||||
{"output": {"item": "byg:brown_birch_sapling"}},
|
||||
{"output": {"item": "byg:brown_oak_sapling"}},
|
||||
{"output": {"item": "byg:brown_zelkova_sapling"}},
|
||||
{"output": {"item": "byg:joshua_sapling"}},
|
||||
{"output": {"item": "byg:orange_birch_sapling"}},
|
||||
{"output": {"item": "byg:orange_oak_sapling"}},
|
||||
{"output": {"item": "byg:orange_spruce_sapling"}},
|
||||
{"output": {"item": "byg:araucaria_sapling"}},
|
||||
{"output": {"item": "byg:withering_oak_sapling"}},
|
||||
{"output": {"item": "byg:zelkova_sapling"}},
|
||||
{"output": {"item": "byg:witch_hazel_sapling"}},
|
||||
{"output": {"item": "byg:willow_sapling"}},
|
||||
{"output": {"item": "byg:skyris_sapling"}},
|
||||
{"output": {"item": "byg:redwood_sapling"}},
|
||||
{"output": {"item": "byg:rainbow_eucalyptus_sapling"}},
|
||||
{"output": {"item": "byg:mangrove_sapling"}},
|
||||
{"output": {"item": "byg:maple_sapling"}},
|
||||
{"output": {"item": "byg:red_maple_sapling"}},
|
||||
{"output": {"item": "byg:silver_maple_sapling"}},
|
||||
{"output": {"item": "byg:nightshade_sapling"}},
|
||||
{"output": {"item": "byg:palm_sapling"}},
|
||||
{"output": {"item": "byg:pine_sapling"}},
|
||||
{"output": {"item": "byg:palo_verde_sapling"}},
|
||||
{"output": {"item": "byg:mahogany_sapling"}},
|
||||
{"output": {"item": "byg:lament_sapling"}},
|
||||
{"output": {"item": "byg:indigo_jacaranda_sapling"}},
|
||||
{"output": {"item": "byg:jacaranda_sapling"}},
|
||||
{"output": {"item": "byg:green_enchanted_sapling"}},
|
||||
{"output": {"item": "byg:holly_sapling"}},
|
||||
{"output": {"item": "byg:fir_sapling"}},
|
||||
{"output": {"item": "byg:ether_sapling"}},
|
||||
{"output": {"item": "byg:ebony_sapling"}},
|
||||
{"output": {"item": "byg:cypress_sapling"}},
|
||||
{"output": {"item": "byg:cika_sapling"}},
|
||||
{"output": {"item": "byg:white_cherry_sapling"}},
|
||||
{"output": {"item": "byg:pink_cherry_sapling"}},
|
||||
{"output": {"item": "byg:blue_enchanted_sapling"}},
|
||||
{"output": {"item": "byg:baobab_sapling"}},
|
||||
{"output": {"item": "byg:aspen_sapling"}}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,18 @@
|
||||
{
|
||||
"modId": "immersiveengineering",
|
||||
"group": {
|
||||
"name": "Immersive Engineering Seeds",
|
||||
"enabledByDefault": true,
|
||||
"defaultPayment": {
|
||||
"item": "minecraft:emerald"
|
||||
},
|
||||
"defaultCategory": "farmingforblockheads:seeds"
|
||||
},
|
||||
"customEntries": [
|
||||
{
|
||||
"output": {
|
||||
"item": "immersiveengineering:seed"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,18 @@
|
||||
{
|
||||
"modId": "quark",
|
||||
"group": {
|
||||
"name": "Occultism Saplings",
|
||||
"enabledByDefault": true,
|
||||
"defaultPayment": {
|
||||
"item": "occultism:spirit_attuned_gem"
|
||||
},
|
||||
"defaultCategory": "farmingforblockheads:saplings"
|
||||
},
|
||||
"customEntries": [
|
||||
{
|
||||
"output": {
|
||||
"item": "occultism:otherworld_sapling_natural"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,43 @@
|
||||
{
|
||||
"modId": "quark",
|
||||
"group": {
|
||||
"name": "Quark Saplings",
|
||||
"enabledByDefault": true,
|
||||
"defaultPayment": {
|
||||
"item": "minecraft:emerald"
|
||||
},
|
||||
"defaultCategory": "farmingforblockheads:saplings"
|
||||
},
|
||||
"customEntries": [
|
||||
{
|
||||
"output": {
|
||||
"item": "quark:blue_blossom_sapling"
|
||||
}
|
||||
},
|
||||
{
|
||||
"output": {
|
||||
"item": "quark:lavender_blossom_sapling"
|
||||
}
|
||||
},
|
||||
{
|
||||
"output": {
|
||||
"item": "quark:orange_blossom_sapling"
|
||||
}
|
||||
},
|
||||
{
|
||||
"output": {
|
||||
"item": "quark:pink_blossom_sapling"
|
||||
}
|
||||
},
|
||||
{
|
||||
"output": {
|
||||
"item": "quark:yellow_blossom_sapling"
|
||||
}
|
||||
},
|
||||
{
|
||||
"output": {
|
||||
"item": "quark:red_blossom_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"modId": "undergarden",
|
||||
"group": {
|
||||
"name": "Undergarden Saplings",
|
||||
"enabledByDefault": true,
|
||||
"defaultPayment": {
|
||||
"item": "undergarden:regalium_ingot"
|
||||
},
|
||||
"defaultCategory": "farmingforblockheads:saplings"
|
||||
},
|
||||
"customEntries": [
|
||||
{
|
||||
"output": {
|
||||
"item": "undergarden:smogstem_sapling"
|
||||
}
|
||||
},
|
||||
{
|
||||
"output": {
|
||||
"item": "undergarden:wigglewood_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user