From 6aa43d77f5860f24c606390c6fe13b25debfaacd Mon Sep 17 00:00:00 2001 From: RapidNutcracker Date: Wed, 21 Aug 2024 16:58:10 -0400 Subject: [PATCH] [1.20.1] [Let's Do] Compatibility --- .../botanytrees/recipes/beachparty/palm.json | 53 +++++++++++++++++ .../data/botanytrees/recipes/meadow/pine.json | 45 ++++++++++++++ .../botanytrees/recipes/vinery/apple.json | 53 +++++++++++++++++ .../recipes/vinery/dark_cherry.json | 59 +++++++++++++++++++ 4 files changed, 210 insertions(+) create mode 100644 common/src/main/resources/data/botanytrees/recipes/beachparty/palm.json create mode 100644 common/src/main/resources/data/botanytrees/recipes/meadow/pine.json create mode 100644 common/src/main/resources/data/botanytrees/recipes/vinery/apple.json create mode 100644 common/src/main/resources/data/botanytrees/recipes/vinery/dark_cherry.json diff --git a/common/src/main/resources/data/botanytrees/recipes/beachparty/palm.json b/common/src/main/resources/data/botanytrees/recipes/beachparty/palm.json new file mode 100644 index 0000000..685d9e7 --- /dev/null +++ b/common/src/main/resources/data/botanytrees/recipes/beachparty/palm.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "beachparty:palm_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "beachparty:palm_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "beachparty:palm_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "beachparty:palm_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "beachparty:coconut" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.15, + "output": { + "item": "beachparty:palm_sapling" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanytrees/recipes/meadow/pine.json b/common/src/main/resources/data/botanytrees/recipes/meadow/pine.json new file mode 100644 index 0000000..ccdfa8c --- /dev/null +++ b/common/src/main/resources/data/botanytrees/recipes/meadow/pine.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "meadow:pine_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "meadow:pine_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "meadow:pine_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "meadow:pine_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.15, + "output": { + "item": "meadow:pine_sapling" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanytrees/recipes/vinery/apple.json b/common/src/main/resources/data/botanytrees/recipes/vinery/apple.json new file mode 100644 index 0000000..92abcd4 --- /dev/null +++ b/common/src/main/resources/data/botanytrees/recipes/vinery/apple.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "vinery:apple_tree_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "vinery:apple_tree_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "vinery:apple_tree_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "vinery:apple_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:apple" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.15, + "output": { + "item": "vinery:apple_tree_sapling" + } + } + ] + } diff --git a/common/src/main/resources/data/botanytrees/recipes/vinery/dark_cherry.json b/common/src/main/resources/data/botanytrees/recipes/vinery/dark_cherry.json new file mode 100644 index 0000000..482e18e --- /dev/null +++ b/common/src/main/resources/data/botanytrees/recipes/vinery/dark_cherry.json @@ -0,0 +1,59 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "vinery:dark_cherry_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "vinery:dark_cherry_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "vinery:dark_cherry_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "vinery:dark_cherry_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "vinery:cherry" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.15, + "output": { + "item": "vinery:dark_cherry_sapling" + } + }, + { + "chance": 0.05, + "output": { + "item": "vinery:rotten_cherry" + } + } + ] +} \ No newline at end of file