Version 1.0.19b
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "alchemistry:combiner",
|
||||
"group": "alchemistry:combiner",
|
||||
"input": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "chemlib:technetium"
|
||||
},
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "chemlib:cobalt"
|
||||
},
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "chemlib:oxygen"
|
||||
},
|
||||
"count": 2
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "xycraft_world:xychorium_gem_blue"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "alchemistry:combiner",
|
||||
"group": "alchemistry:combiner",
|
||||
"input": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "chemlib:technetium"
|
||||
},
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "chemlib:boron"
|
||||
},
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "chemlib:oxygen"
|
||||
},
|
||||
"count": 2
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "xycraft_world:xychorium_gem_dark"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "alchemistry:combiner",
|
||||
"group": "alchemistry:combiner",
|
||||
"input": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "chemlib:technetium"
|
||||
},
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "chemlib:praseodymium"
|
||||
},
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "chemlib:oxygen"
|
||||
},
|
||||
"count": 2
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "xycraft_world:xychorium_gem_green"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "alchemistry:combiner",
|
||||
"group": "alchemistry:combiner",
|
||||
"input": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "chemlib:technetium"
|
||||
},
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "chemlib:aluminum"
|
||||
},
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "chemlib:oxygen"
|
||||
},
|
||||
"count": 2
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "xycraft_world:xychorium_gem_light"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "alchemistry:combiner",
|
||||
"group": "alchemistry:combiner",
|
||||
"input": [
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "chemlib:technetium"
|
||||
},
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "chemlib:cadmium"
|
||||
},
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "chemlib:oxygen"
|
||||
},
|
||||
"count": 2
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "xycraft_world:xychorium_gem_red"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"type": "alchemistry:dissolver",
|
||||
"group": "alchemistry:dissolver",
|
||||
"input": {
|
||||
"ingredient": {
|
||||
"item": "xycraft_world:xychorium_gem_blue"
|
||||
},
|
||||
"count": 1
|
||||
},
|
||||
"output": {
|
||||
"rolls": 1,
|
||||
"weighted": false,
|
||||
"groups": [
|
||||
{
|
||||
"probability": 100.0,
|
||||
"results": [
|
||||
{
|
||||
"item": "chemlib:technetium",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "chemlib:cobalt",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"item": "chemlib:oxygen",
|
||||
"count": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"type": "alchemistry:dissolver",
|
||||
"group": "alchemistry:dissolver",
|
||||
"input": {
|
||||
"ingredient": {
|
||||
"item": "xycraft_world:xychorium_gem_dark"
|
||||
},
|
||||
"count": 1
|
||||
},
|
||||
"output": {
|
||||
"rolls": 1,
|
||||
"weighted": false,
|
||||
"groups": [
|
||||
{
|
||||
"probability": 100.0,
|
||||
"results": [
|
||||
{
|
||||
"item": "chemlib:technetium",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "chemlib:boron",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"item": "chemlib:oxygen",
|
||||
"count": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"type": "alchemistry:dissolver",
|
||||
"group": "alchemistry:dissolver",
|
||||
"input": {
|
||||
"ingredient": {
|
||||
"item": "xycraft_world:xychorium_gem_green"
|
||||
},
|
||||
"count": 1
|
||||
},
|
||||
"output": {
|
||||
"rolls": 1,
|
||||
"weighted": false,
|
||||
"groups": [
|
||||
{
|
||||
"probability": 100.0,
|
||||
"results": [
|
||||
{
|
||||
"item": "chemlib:technetium",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "chemlib:praseodymium",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"item": "chemlib:oxygen",
|
||||
"count": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"type": "alchemistry:dissolver",
|
||||
"group": "alchemistry:dissolver",
|
||||
"input": {
|
||||
"ingredient": {
|
||||
"item": "xycraft_world:xychorium_gem_light"
|
||||
},
|
||||
"count": 1
|
||||
},
|
||||
"output": {
|
||||
"rolls": 1,
|
||||
"weighted": false,
|
||||
"groups": [
|
||||
{
|
||||
"probability": 100.0,
|
||||
"results": [
|
||||
{
|
||||
"item": "chemlib:technetium",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "chemlib:aluminum",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"item": "chemlib:oxygen",
|
||||
"count": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"type": "alchemistry:dissolver",
|
||||
"group": "alchemistry:dissolver",
|
||||
"input": {
|
||||
"ingredient": {
|
||||
"item": "xycraft_world:xychorium_gem_red"
|
||||
},
|
||||
"count": 1
|
||||
},
|
||||
"output": {
|
||||
"rolls": 1,
|
||||
"weighted": false,
|
||||
"groups": [
|
||||
{
|
||||
"probability": 100.0,
|
||||
"results": [
|
||||
{
|
||||
"item": "chemlib:technetium",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "chemlib:cadmium",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"item": "chemlib:oxygen",
|
||||
"count": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
14
minecraft/kubejs/data/apotheosis/advancements/give_book.json
Normal file
14
minecraft/kubejs/data/apotheosis/advancements/give_book.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"conditions": [{
|
||||
"type": "apotheosis:module",
|
||||
"module": "book"
|
||||
},{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "patchouli"
|
||||
}],
|
||||
"criteria": {
|
||||
"tick": {
|
||||
"trigger": "minecraft:tick"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"name": "pool1",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "ars_nouveau:creative_source_jar"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "allthemodium:ancient_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "allthemodium:ancient_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 1.00,
|
||||
"output": {
|
||||
"item": "allthemodium:ancient_log_0"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "allthemodium:ancient_soulberries"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.15,
|
||||
"output": {
|
||||
"item": "allthemodium:ancient_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "allthemodium:demonic_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "allthemodium:demonic_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 1.00,
|
||||
"output": {
|
||||
"item": "allthemodium:demonic_log"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "allthemodium:ancient_soulberries"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.15,
|
||||
"output": {
|
||||
"item": "allthemodium:demonic_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "allthemodium:soul_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "allthemodium:soul_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 1.00,
|
||||
"output": {
|
||||
"item": "allthemodium:soul_log"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "allthemodium:ancient_soulberries"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.15,
|
||||
"output": {
|
||||
"item": "allthemodium:soul_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "ars_nouveau"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "ars_nouveau:blue_archwood_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "ars_nouveau:blue_archwood_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "ars_nouveau:blue_archwood_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "ars_nouveau:blue_archwood_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.1,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "ars_nouveau:blue_archwood_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:apple"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "ars_nouveau"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "ars_nouveau:green_archwood_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "ars_nouveau:green_archwood_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "ars_nouveau:green_archwood_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "ars_nouveau:green_archwood_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.1,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "ars_nouveau:green_archwood_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:apple"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "ars_nouveau"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "ars_nouveau:purple_archwood_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "ars_nouveau:purple_archwood_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "ars_nouveau:purple_archwood_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "ars_nouveau:purple_archwood_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.1,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "ars_nouveau:purple_archwood_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:apple"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "ars_nouveau"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "ars_nouveau:red_archwood_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "ars_nouveau:red_archwood_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "ars_nouveau:red_archwood_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "ars_nouveau:red_archwood_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.1,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "ars_nouveau:red_archwood_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:apple"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "blue_skies:bluebright_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "blue_skies:bluebright_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "blue_skies:bluebright_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.1,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "blue_skies:bluebright_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:apple"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "blue_skies"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "blue_skies:cherry_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "blue_skies:cherry_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "blue_skies:cherry_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "blue_skies:cherry_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.1,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "blue_skies:cherry_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:apple"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "blue_skies"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "blue_skies:crescent_fruit_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "blue_skies:crescent_fruit_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "blue_skies:crescent_fruit_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.1,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "blue_skies:crescent_fruit_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "blue_skies:crescent_fruit"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "blue_skies"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "blue_skies:dusk_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "blue_skies:dusk_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "blue_skies:dusk_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "blue_skies:dusk_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.1,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "blue_skies:dusk_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:apple"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "blue_skies"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "blue_skies:frostbright_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "blue_skies:frostbright_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "blue_skies:frostbright_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "blue_skies:frostbright_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.1,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "blue_skies:frostbright_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:apple"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "blue_skies"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "blue_skies:lunar_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "blue_skies:lunar_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "blue_skies:lunar_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "blue_skies:lunar_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.1,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "blue_skies:lunar_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:apple"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "blue_skies"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "blue_skies:maple_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "blue_skies:maple_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "blue_skies:maple_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "blue_skies:maple_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.1,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "blue_skies:maple_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:apple"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "blue_skies"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "blue_skies:starlit_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "blue_skies:starlit_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "blue_skies:starlit_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "blue_skies:starlit_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.1,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "blue_skies:starlit_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:apple"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
49
minecraft/kubejs/data/botanytrees/recipes/byg/aspen.json
Normal file
49
minecraft/kubejs/data/botanytrees/recipes/byg/aspen.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:aspen_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:aspen_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:aspen_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "byg:aspen_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:aspen_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
49
minecraft/kubejs/data/botanytrees/recipes/byg/baobab.json
Normal file
49
minecraft/kubejs/data/botanytrees/recipes/byg/baobab.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:baobab_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:baobab_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:baobab_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "byg:baobab_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:baobab_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:blue_enchanted_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:blue_enchanted_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:blue_enchanted_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "byg:blue_enchanted_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:blue_enchanted_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:blue_spruce_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:blue_spruce_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:blue_spruce_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "minecraft:spruce_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:blue_spruce_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:brown_birch_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:brown_birch_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:brown_birch_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "minecraft:birch_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:brown_birch_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
49
minecraft/kubejs/data/botanytrees/recipes/byg/brown_oak.json
Normal file
49
minecraft/kubejs/data/botanytrees/recipes/byg/brown_oak.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:brown_oak_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:brown_oak_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:brown_oak_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:brown_oak_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
49
minecraft/kubejs/data/botanytrees/recipes/byg/cika.json
Normal file
49
minecraft/kubejs/data/botanytrees/recipes/byg/cika.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:cika_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:cika_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:cika_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "byg:cika_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:cika_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
49
minecraft/kubejs/data/botanytrees/recipes/byg/cypress.json
Normal file
49
minecraft/kubejs/data/botanytrees/recipes/byg/cypress.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:cypress_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:cypress_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:cypress_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "byg:cypress_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:cypress_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
49
minecraft/kubejs/data/botanytrees/recipes/byg/ebony.json
Normal file
49
minecraft/kubejs/data/botanytrees/recipes/byg/ebony.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:ebony_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:ebony_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:ebony_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "byg:ebony_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:ebony_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
49
minecraft/kubejs/data/botanytrees/recipes/byg/fir.json
Normal file
49
minecraft/kubejs/data/botanytrees/recipes/byg/fir.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:fir_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:fir_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:fir_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "byg:fir_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:fir_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:green_enchanted_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:green_enchanted_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:green_enchanted_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "byg:green_enchanted_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:green_enchanted_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
65
minecraft/kubejs/data/botanytrees/recipes/byg/holly.json
Normal file
65
minecraft/kubejs/data/botanytrees/recipes/byg/holly.json
Normal file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:holly_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:holly_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:holly_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "byg:holly_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.90,
|
||||
"output": {
|
||||
"item": "minecraft:sweet_berries"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "minecraft:sweet_berries"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:holly_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:indigo_jacaranda_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:indigo_jacaranda_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:indigo_jacaranda_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "byg:jacaranda_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:indigo_jacaranda_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
49
minecraft/kubejs/data/botanytrees/recipes/byg/jacaranda.json
Normal file
49
minecraft/kubejs/data/botanytrees/recipes/byg/jacaranda.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:jacaranda_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:jacaranda_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:jacaranda_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "byg:jacaranda_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:jacaranda_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
57
minecraft/kubejs/data/botanytrees/recipes/byg/joshua.json
Normal file
57
minecraft/kubejs/data/botanytrees/recipes/byg/joshua.json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:joshua_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:joshua_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:joshua_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "byg:joshua_fruit"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:joshua_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
49
minecraft/kubejs/data/botanytrees/recipes/byg/lament.json
Normal file
49
minecraft/kubejs/data/botanytrees/recipes/byg/lament.json
Normal 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"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
49
minecraft/kubejs/data/botanytrees/recipes/byg/mahogany.json
Normal file
49
minecraft/kubejs/data/botanytrees/recipes/byg/mahogany.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:mahogany_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:mahogany_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:mahogany_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "byg:mahogany_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:mahogany_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
49
minecraft/kubejs/data/botanytrees/recipes/byg/mangrove.json
Normal file
49
minecraft/kubejs/data/botanytrees/recipes/byg/mangrove.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:mangrove_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:mangrove_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:mangrove_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "byg:mangrove_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:mangrove_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
49
minecraft/kubejs/data/botanytrees/recipes/byg/maple.json
Normal file
49
minecraft/kubejs/data/botanytrees/recipes/byg/maple.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:maple_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:maple_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:maple_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "byg:maple_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:maple_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:orange_birch_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:orange_birch_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:orange_birch_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "minecraft:birch_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:orange_birch_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:orange_oak_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:orange_oak_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:orange_oak_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:orange_oak_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:orange_spruce_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:orange_spruce_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:orange_spruce_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "minecraft:spruce_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:orange_spruce_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
57
minecraft/kubejs/data/botanytrees/recipes/byg/orchard.json
Normal file
57
minecraft/kubejs/data/botanytrees/recipes/byg/orchard.json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:orchard_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:orchard_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:orchard_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:apple"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:orchard_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
49
minecraft/kubejs/data/botanytrees/recipes/byg/palm.json
Normal file
49
minecraft/kubejs/data/botanytrees/recipes/byg/palm.json
Normal 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"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:palo_verde_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:palo_verde_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:palo_verde_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "byg:palo_verde_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:palo_verde_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
49
minecraft/kubejs/data/botanytrees/recipes/byg/pine.json
Normal file
49
minecraft/kubejs/data/botanytrees/recipes/byg/pine.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:pine_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:pine_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:pine_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"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:pine_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:pink_cherry_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:pink_cherry_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:pink_cherry_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "byg:cherry_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:pink_cherry_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:rainbow_eucalyptus_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:rainbow_eucalyptus_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:rainbow_eucalyptus_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "byg:rainbow_eucalyptus_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:rainbow_eucalyptus_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
49
minecraft/kubejs/data/botanytrees/recipes/byg/red_birch.json
Normal file
49
minecraft/kubejs/data/botanytrees/recipes/byg/red_birch.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:red_birch_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:red_birch_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:red_birch_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "minecraft:birch_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:red_birch_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
49
minecraft/kubejs/data/botanytrees/recipes/byg/red_maple.json
Normal file
49
minecraft/kubejs/data/botanytrees/recipes/byg/red_maple.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:red_maple_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:red_maple_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:red_maple_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "byg:maple_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:red_maple_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
49
minecraft/kubejs/data/botanytrees/recipes/byg/red_oak.json
Normal file
49
minecraft/kubejs/data/botanytrees/recipes/byg/red_oak.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:red_oak_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:red_oak_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:red_oak_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:red_oak_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:red_spruce_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:red_spruce_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:red_spruce_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "minecraft:spruce_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:red_spruce_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
49
minecraft/kubejs/data/botanytrees/recipes/byg/redwood.json
Normal file
49
minecraft/kubejs/data/botanytrees/recipes/byg/redwood.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:redwood_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:redwood_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:redwood_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "byg:redwood_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:redwood_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:silver_maple_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:silver_maple_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:silver_maple_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "byg:maple_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:silver_maple_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
57
minecraft/kubejs/data/botanytrees/recipes/byg/skyris.json
Normal file
57
minecraft/kubejs/data/botanytrees/recipes/byg/skyris.json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:skyris_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:skyris_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:skyris_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "byg:skyris_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "byg:green_apple"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:skyris_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:white_cherry_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:white_cherry_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:white_cherry_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "byg:cherry_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:white_cherry_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
49
minecraft/kubejs/data/botanytrees/recipes/byg/willow.json
Normal file
49
minecraft/kubejs/data/botanytrees/recipes/byg/willow.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:willow_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:willow_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:willow_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "byg:willow_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:willow_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:witch_hazel_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:witch_hazel_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:witch_hazel_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "byg:witch_hazel_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:witch_hazel_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:yellow_birch_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:yellow_birch_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:yellow_birch_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "minecraft:birch_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:yellow_birch_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "byg:yellow_spruce_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "byg:yellow_spruce_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "byg:yellow_spruce_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "minecraft:spruce_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "byg:yellow_spruce_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
49
minecraft/kubejs/data/botanytrees/recipes/byg/zelkova.json
Normal file
49
minecraft/kubejs/data/botanytrees/recipes/byg/zelkova.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"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:zelkova_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "croptopia:almond_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "croptopia:almond_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "croptopia:almond"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "croptopia:almond_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "croptopia:apple_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "croptopia:apple_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "minecraft:apple"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "croptopia:apple_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "croptopia:apricot_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "croptopia:apricot_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "croptopia:apricot"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "croptopia:apricot_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "croptopia:avocado_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "croptopia:avocado_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "croptopia:avocado"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "croptopia:avocado_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "croptopia:banana_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "croptopia:banana_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "croptopia:banana"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "croptopia:banana_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "croptopia:cashew_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "croptopia:cashew_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "croptopia:cashew"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "croptopia:cashew_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "croptopia:cherry_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "croptopia:cherry_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "croptopia:cherry"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "croptopia:cherry_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "croptopia:cinnamon_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "croptopia:cinnamon_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "croptopia:cinnamon_log"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "croptopia:cinnamon"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "croptopia:cinnamon_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "croptopia:coconut_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "croptopia:coconut_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "croptopia:coconut"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "croptopia:coconut_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "croptopia:date_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "croptopia:date_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "croptopia:date"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "croptopia:date_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "croptopia:dragonfruit_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "croptopia:dragonfruit_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "croptopia:dragonfruit"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "croptopia:dragonfruit_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
45
minecraft/kubejs/data/botanytrees/recipes/croptopia/fig.json
Normal file
45
minecraft/kubejs/data/botanytrees/recipes/croptopia/fig.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "croptopia:fig_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "croptopia:fig_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "croptopia:fig"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "croptopia:fig_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "croptopia:grapefruit_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "croptopia:grapefruit_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "croptopia:grapefruit"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "croptopia:grapefruit_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "croptopia:kumquat_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "croptopia:kumquat_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "croptopia:kumquat"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "croptopia:kumquat_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "croptopia:lemon_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "croptopia:lemon_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "croptopia:lemon"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "croptopia:lemon_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "croptopia:lime_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "croptopia:lime_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "croptopia:lime"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "croptopia:lime_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "croptopia:mango_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "croptopia:mango_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "croptopia:mango"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "croptopia:mango_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "croptopia:nectarine_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "croptopia:nectarine_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "croptopia:nectarine"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "croptopia:nectarine_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "croptopia:nutmeg_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "croptopia:nutmeg_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "croptopia:nutmeg"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "croptopia:nutmeg_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "croptopia:orange_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "croptopia:orange_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "croptopia:orange"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "croptopia:orange_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "croptopia:peach_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "croptopia:peach_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "croptopia:peach"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "croptopia:peach_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "croptopia:pear_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "croptopia:pear_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "croptopia:pear"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "croptopia:pear_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "croptopia:pecan_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "croptopia:pecan_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "croptopia:pecan"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "croptopia:pecan_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "croptopia:persimmon_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "croptopia:persimmon_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "croptopia:persimmon"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "croptopia:persimmon_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "croptopia:plum_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "croptopia:plum_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "croptopia:plum"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "croptopia:plum_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "croptopia:starfruit_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "croptopia:starfruit_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "croptopia:starfruit"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "croptopia:starfruit_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "croptopia:walnut_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "croptopia:walnut_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "minecraft:oak_log"
|
||||
},
|
||||
"minRolls": 2,
|
||||
"maxRolls": 4
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "croptopia:walnut"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "croptopia:walnut_sapling"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "evilcraft"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "evilcraft:undead_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "evilcraft:undead_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.50,
|
||||
"output": {
|
||||
"item": "evilcraft:undead_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.10,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "evilcraft:undead_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "integrateddynamics"
|
||||
},
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "integrateddynamics:menril_sapling"
|
||||
}
|
||||
],
|
||||
"seed": {
|
||||
"item": "integrateddynamics:menril_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "integrateddynamics:menril_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "integrateddynamics:menril_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.1,
|
||||
"output": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "integrateddynamics:menril_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"output": {
|
||||
"item": "integrateddynamics:menril_berries"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"type": "botanypots:crop",
|
||||
"seed": {
|
||||
"item": "myrtrees:rubberwood_sapling"
|
||||
},
|
||||
"categories": [
|
||||
"dirt"
|
||||
],
|
||||
"growthTicks": 2400,
|
||||
"display": {
|
||||
"block": "myrtrees:rubberwood_sapling"
|
||||
},
|
||||
"drops": [
|
||||
{
|
||||
"chance": 0.5,
|
||||
"output": {
|
||||
"item": "myrtrees:rubberwood_log"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "myrtrees:latex"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"output": {
|
||||
"item": "myrtrees:rubberwood_sapling"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 2
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"output": {
|
||||
"item": "myrtrees:rubberwood_leaves"
|
||||
},
|
||||
"minRolls": 1,
|
||||
"maxRolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user