diff --git a/common/src/main/resources/data/botanypots/recipe/ars_nouveau/crop/magebloom.json b/common/src/main/resources/data/botanypots/recipe/ars_nouveau/crop/magebloom.json new file mode 100644 index 00000000..4f7debd0 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipe/ars_nouveau/crop/magebloom.json @@ -0,0 +1,12 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:block_exists", + "values": [ + "ars_nouveau:magebloom_crop" + ] + } + ], + "type": "botanypots:block_derived_crop", + "block": "ars_nouveau:magebloom_crop" +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipe/ars_nouveau/crop/sourceberry.json b/common/src/main/resources/data/botanypots/recipe/ars_nouveau/crop/sourceberry.json new file mode 100644 index 00000000..cfaf4a88 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipe/ars_nouveau/crop/sourceberry.json @@ -0,0 +1,12 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:block_exists", + "values": [ + "ars_nouveau:sourceberry_bush" + ] + } + ], + "type": "botanypots:block_derived_crop", + "block": "ars_nouveau:sourceberry_bush" +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipe/chicken_roost/crop/chicken_food_tier_1.json b/common/src/main/resources/data/botanypots/recipe/chicken_roost/crop/chicken_food_tier_1.json new file mode 100644 index 00000000..f53648c9 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipe/chicken_roost/crop/chicken_food_tier_1.json @@ -0,0 +1,12 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:block_exists", + "values": [ + "chicken_roost:seed_crop_1" + ] + } + ], + "type": "botanypots:block_derived_crop", + "block": "chicken_roost:seed_crop_1" +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipe/chicken_roost/crop/chicken_food_tier_2.json b/common/src/main/resources/data/botanypots/recipe/chicken_roost/crop/chicken_food_tier_2.json new file mode 100644 index 00000000..345ad7bf --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipe/chicken_roost/crop/chicken_food_tier_2.json @@ -0,0 +1,12 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:block_exists", + "values": [ + "chicken_roost:seed_crop_2" + ] + } + ], + "type": "botanypots:block_derived_crop", + "block": "chicken_roost:seed_crop_2" +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipe/chicken_roost/crop/chicken_food_tier_3.json b/common/src/main/resources/data/botanypots/recipe/chicken_roost/crop/chicken_food_tier_3.json new file mode 100644 index 00000000..6bda858e --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipe/chicken_roost/crop/chicken_food_tier_3.json @@ -0,0 +1,12 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:block_exists", + "values": [ + "chicken_roost:seed_crop_3" + ] + } + ], + "type": "botanypots:block_derived_crop", + "block": "chicken_roost:seed_crop_3" +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipe/chicken_roost/crop/chicken_food_tier_4.json b/common/src/main/resources/data/botanypots/recipe/chicken_roost/crop/chicken_food_tier_4.json new file mode 100644 index 00000000..4f5fc3be --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipe/chicken_roost/crop/chicken_food_tier_4.json @@ -0,0 +1,12 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:block_exists", + "values": [ + "chicken_roost:seed_crop_4" + ] + } + ], + "type": "botanypots:block_derived_crop", + "block": "chicken_roost:seed_crop_4" +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipe/chicken_roost/crop/chicken_food_tier_5.json b/common/src/main/resources/data/botanypots/recipe/chicken_roost/crop/chicken_food_tier_5.json new file mode 100644 index 00000000..854dd1f1 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipe/chicken_roost/crop/chicken_food_tier_5.json @@ -0,0 +1,12 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:block_exists", + "values": [ + "chicken_roost:seed_crop_5" + ] + } + ], + "type": "botanypots:block_derived_crop", + "block": "chicken_roost:seed_crop_5" +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipe/chicken_roost/crop/chicken_food_tier_6.json b/common/src/main/resources/data/botanypots/recipe/chicken_roost/crop/chicken_food_tier_6.json new file mode 100644 index 00000000..ba72ed78 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipe/chicken_roost/crop/chicken_food_tier_6.json @@ -0,0 +1,12 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:block_exists", + "values": [ + "chicken_roost:seed_crop_6" + ] + } + ], + "type": "botanypots:block_derived_crop", + "block": "chicken_roost:seed_crop_6" +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipe/chicken_roost/crop/chicken_food_tier_7.json b/common/src/main/resources/data/botanypots/recipe/chicken_roost/crop/chicken_food_tier_7.json new file mode 100644 index 00000000..d12123d8 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipe/chicken_roost/crop/chicken_food_tier_7.json @@ -0,0 +1,12 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:block_exists", + "values": [ + "chicken_roost:seed_crop_7" + ] + } + ], + "type": "botanypots:block_derived_crop", + "block": "chicken_roost:seed_crop_7" +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipe/chicken_roost/crop/chicken_food_tier_8.json b/common/src/main/resources/data/botanypots/recipe/chicken_roost/crop/chicken_food_tier_8.json new file mode 100644 index 00000000..56290dd6 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipe/chicken_roost/crop/chicken_food_tier_8.json @@ -0,0 +1,12 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:block_exists", + "values": [ + "chicken_roost:seed_crop_8" + ] + } + ], + "type": "botanypots:block_derived_crop", + "block": "chicken_roost:seed_crop_8" +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipe/chicken_roost/crop/chicken_food_tier_9.json b/common/src/main/resources/data/botanypots/recipe/chicken_roost/crop/chicken_food_tier_9.json new file mode 100644 index 00000000..0c8732eb --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipe/chicken_roost/crop/chicken_food_tier_9.json @@ -0,0 +1,12 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:block_exists", + "values": [ + "chicken_roost:seed_crop_9" + ] + } + ], + "type": "botanypots:block_derived_crop", + "block": "chicken_roost:seed_crop_9" +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipe/justdirethings/soil/goosoil_tier1.json b/common/src/main/resources/data/botanypots/recipe/justdirethings/soil/goosoil_tier1.json new file mode 100644 index 00000000..b1a8c64c --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipe/justdirethings/soil/goosoil_tier1.json @@ -0,0 +1,13 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:block_exists", + "values": [ + "justdirethings:goosoil_tier1" + ] + } + ], + "type": "botanypots:block_derived_soil", + "block": "justdirethings:goosoil_tier1", + "growth_modifier": 0.20 +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipe/justdirethings/soil/goosoil_tier2.json b/common/src/main/resources/data/botanypots/recipe/justdirethings/soil/goosoil_tier2.json new file mode 100644 index 00000000..7414c274 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipe/justdirethings/soil/goosoil_tier2.json @@ -0,0 +1,13 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:block_exists", + "values": [ + "justdirethings:goosoil_tier2" + ] + } + ], + "type": "botanypots:block_derived_soil", + "block": "justdirethings:goosoil_tier2", + "growth_modifier": 0.30 +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipe/justdirethings/soil/goosoil_tier3.json b/common/src/main/resources/data/botanypots/recipe/justdirethings/soil/goosoil_tier3.json new file mode 100644 index 00000000..039f69f6 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipe/justdirethings/soil/goosoil_tier3.json @@ -0,0 +1,13 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:block_exists", + "values": [ + "justdirethings:goosoil_tier3" + ] + } + ], + "type": "botanypots:block_derived_soil", + "block": "justdirethings:goosoil_tier3", + "growth_modifier": 0.40 +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipe/justdirethings/soil/goosoil_tier4.json b/common/src/main/resources/data/botanypots/recipe/justdirethings/soil/goosoil_tier4.json new file mode 100644 index 00000000..b6a49d3e --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipe/justdirethings/soil/goosoil_tier4.json @@ -0,0 +1,13 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:block_exists", + "values": [ + "justdirethings:goosoil_tier4" + ] + } + ], + "type": "botanypots:block_derived_soil", + "block": "justdirethings:goosoil_tier4", + "growth_modifier": 0.50 +} \ No newline at end of file