1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00
This commit is contained in:
2021-01-23 21:36:55 +01:00
parent 23cbad2e35
commit 5bd7d3a786
627 changed files with 24696 additions and 42 deletions

View File

@ -0,0 +1,49 @@
{
"type": "botanypots:crop",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "byg"
},
{
"type": "forge:item_exists",
"item": "byg:araucaria_sapling"
}
],
"seed": {
"item": "byg:araucaria_sapling"
},
"categories": [
"dirt"
],
"growthTicks": 2400,
"display": {
"block": "byg:araucaria_sapling"
},
"results": [
{
"chance": 0.50,
"output": {
"item": "byg:pine_log"
},
"minRolls": 1,
"maxRolls": 1
},
{
"chance": 0.10,
"output": {
"item": "minecraft:stick"
},
"minRolls": 1,
"maxRolls": 2
},
{
"chance": 0.05,
"output": {
"item": "byg:araucaria_sapling"
},
"minRolls": 1,
"maxRolls": 1
}
]
}

View File

@ -0,0 +1,49 @@
{
"type": "botanypots:crop",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "byg"
},
{
"type": "forge:item_exists",
"item": "byg:brown_zelkova_sapling"
}
],
"seed": {
"item": "byg:brown_zelkova_sapling"
},
"categories": [
"dirt"
],
"growthTicks": 2400,
"display": {
"block": "byg:brown_zelkova_sapling"
},
"results": [
{
"chance": 0.50,
"output": {
"item": "byg:zelkova_log"
},
"minRolls": 1,
"maxRolls": 1
},
{
"chance": 0.10,
"output": {
"item": "minecraft:stick"
},
"minRolls": 1,
"maxRolls": 2
},
{
"chance": 0.05,
"output": {
"item": "byg:brown_zelkova_sapling"
},
"minRolls": 1,
"maxRolls": 1
}
]
}

View File

@ -0,0 +1,49 @@
{
"type": "botanypots:crop",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "byg"
},
{
"type": "forge:item_exists",
"item": "byg:ether_sapling"
}
],
"seed": {
"item": "byg:ether_sapling"
},
"categories": [
"dirt"
],
"growthTicks": 2400,
"display": {
"block": "byg:ether_sapling"
},
"results": [
{
"chance": 0.50,
"output": {
"item": "byg:ether_log"
},
"minRolls": 1,
"maxRolls": 1
},
{
"chance": 0.10,
"output": {
"item": "minecraft:stick"
},
"minRolls": 1,
"maxRolls": 2
},
{
"chance": 0.05,
"output": {
"item": "byg:ether_sapling"
},
"minRolls": 1,
"maxRolls": 1
}
]
}

View File

@ -0,0 +1,49 @@
{
"type": "botanypots:crop",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "byg"
},
{
"type": "forge:item_exists",
"item": "byg:lament_sapling"
}
],
"seed": {
"item": "byg:lament_sapling"
},
"categories": [
"dirt"
],
"growthTicks": 2400,
"display": {
"block": "byg:lament_sapling"
},
"results": [
{
"chance": 0.50,
"output": {
"item": "byg:lament_log"
},
"minRolls": 1,
"maxRolls": 1
},
{
"chance": 0.10,
"output": {
"item": "minecraft:stick"
},
"minRolls": 1,
"maxRolls": 2
},
{
"chance": 0.05,
"output": {
"item": "byg:lament_sapling"
},
"minRolls": 1,
"maxRolls": 1
}
]
}

View File

@ -0,0 +1,49 @@
{
"type": "botanypots:crop",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "byg"
},
{
"type": "forge:item_exists",
"item": "byg:nightshade_sapling"
}
],
"seed": {
"item": "byg:nightshade_sapling"
},
"categories": [
"dirt"
],
"growthTicks": 2400,
"display": {
"block": "byg:nightshade_sapling"
},
"results": [
{
"chance": 0.50,
"output": {
"item": "byg:nightshade_log"
},
"minRolls": 1,
"maxRolls": 1
},
{
"chance": 0.10,
"output": {
"item": "minecraft:stick"
},
"minRolls": 1,
"maxRolls": 2
},
{
"chance": 0.05,
"output": {
"item": "byg:nightshade_sapling"
},
"minRolls": 1,
"maxRolls": 1
}
]
}

View File

@ -0,0 +1,49 @@
{
"type": "botanypots:crop",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "byg"
},
{
"type": "forge:item_exists",
"item": "byg:palm_sapling"
}
],
"seed": {
"item": "byg:palm_sapling"
},
"categories": [
"dirt"
],
"growthTicks": 2400,
"display": {
"block": "byg:palm_sapling"
},
"results": [
{
"chance": 0.50,
"output": {
"item": "byg:palm_log"
},
"minRolls": 1,
"maxRolls": 1
},
{
"chance": 0.10,
"output": {
"item": "minecraft:stick"
},
"minRolls": 1,
"maxRolls": 2
},
{
"chance": 0.05,
"output": {
"item": "byg:palm_sapling"
},
"minRolls": 1,
"maxRolls": 1
}
]
}

View File

@ -0,0 +1,49 @@
{
"type": "botanypots:crop",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "byg"
},
{
"type": "forge:item_exists",
"item": "byg:withering_oak_sapling"
}
],
"seed": {
"item": "byg:withering_oak_sapling"
},
"categories": [
"dirt"
],
"growthTicks": 2400,
"display": {
"block": "byg:withering_oak_sapling"
},
"results": [
{
"chance": 0.50,
"output": {
"item": "byg:withering_oak_log"
},
"minRolls": 1,
"maxRolls": 1
},
{
"chance": 0.10,
"output": {
"item": "minecraft:stick"
},
"minRolls": 1,
"maxRolls": 2
},
{
"chance": 0.05,
"output": {
"item": "byg:withering_oak_sapling"
},
"minRolls": 1,
"maxRolls": 1
}
]
}

View File

@ -0,0 +1,47 @@
{
"type": "botanypots:crop",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "byg"
},
{
"type": "forge:item_exists",
"item": "byg:zelkova_sapling"
}
],
"seed": {
"item": "byg:zelkova_sapling"
},
"categories": ["dirt"],
"growthTicks": 2400,
"display": {
"block": "byg:zelkova_sapling"
},
"results": [
{
"chance": 0.5,
"output": {
"item": "byg:zelkova_log"
},
"minRolls": 1,
"maxRolls": 1
},
{
"chance": 0.1,
"output": {
"item": "minecraft:stick"
},
"minRolls": 1,
"maxRolls": 2
},
{
"chance": 0.05,
"output": {
"item": "byg:zelkova_sapling"
},
"minRolls": 1,
"maxRolls": 1
}
]
}

View File

@ -0,0 +1,47 @@
{
"type": "botanypots:crop",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "quark"
},
{
"type": "forge:item_exists",
"item": "quark:red_blossom_sapling"
}
],
"seed": {
"item": "quark:red_blossom_sapling"
},
"categories": ["dirt"],
"growthTicks": 2400,
"display": {
"block": "quark:red_blossom_sapling"
},
"results": [
{
"chance": 0.5,
"output": {
"item": "minecraft:spruce_log"
},
"minRolls": 1,
"maxRolls": 1
},
{
"chance": 0.1,
"output": {
"item": "minecraft:stick"
},
"minRolls": 1,
"maxRolls": 2
},
{
"chance": 0.05,
"output": {
"item": "quark:red_blossom_sapling"
},
"minRolls": 1,
"maxRolls": 1
}
]
}

View File

@ -0,0 +1,47 @@
{
"type": "botanypots:crop",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "undergarden"
},
{
"type": "forge:item_exists",
"item": "undergarden:smogstem_sapling"
}
],
"seed": {
"item": "undergarden:smogstem_sapling"
},
"categories": ["dirt"],
"growthTicks": 2400,
"display": {
"block": "undergarden:smogstem_sapling"
},
"results": [
{
"chance": 0.5,
"output": {
"item": "undergarden:smogstem_log"
},
"minRolls": 1,
"maxRolls": 1
},
{
"chance": 0.1,
"output": {
"item": "undergarden:twistytwig"
},
"minRolls": 1,
"maxRolls": 2
},
{
"chance": 0.05,
"output": {
"item": "undergarden:smogstem_sapling"
},
"minRolls": 1,
"maxRolls": 1
}
]
}

View File

@ -0,0 +1,47 @@
{
"type": "botanypots:crop",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "undergarden"
},
{
"type": "forge:item_exists",
"item": "undergarden:wigglewood_sapling"
}
],
"seed": {
"item": "undergarden:wigglewood_sapling"
},
"categories": ["dirt"],
"growthTicks": 2400,
"display": {
"block": "undergarden:wigglewood_sapling"
},
"results": [
{
"chance": 0.5,
"output": {
"item": "undergarden:wigglewood_log"
},
"minRolls": 1,
"maxRolls": 1
},
{
"chance": 0.1,
"output": {
"item": "undergarden:twistytwig"
},
"minRolls": 1,
"maxRolls": 2
},
{
"chance": 0.05,
"output": {
"item": "undergarden:wigglewood_sapling"
},
"minRolls": 1,
"maxRolls": 1
}
]
}