diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/amaryllis.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/amaryllis.json new file mode 100644 index 00000000..1ac93aca --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/amaryllis.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:amaryllis" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:amaryllis" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:amaryllis" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:amaryllis" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/anemone.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/anemone.json new file mode 100644 index 00000000..3fca07ca --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/anemone.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:anemone" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:anemone" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:anemone" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:anemone" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/barrel_cactus.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/barrel_cactus.json new file mode 100644 index 00000000..04277500 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/barrel_cactus.json @@ -0,0 +1,30 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:barrel_cactus" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:barrel_cactus" + }, + "categories": [ + "dirt", + "sand" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:barrel_cactus" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:barrel_cactus" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/beach_bush.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/beach_bush.json new file mode 100644 index 00000000..fe802908 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/beach_bush.json @@ -0,0 +1,30 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:beach_bush" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:beach_bush" + }, + "categories": [ + "dirt", + "sand" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:beach_bush" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:beach_bush" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/beach_grass.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/beach_grass.json new file mode 100644 index 00000000..ab5b001e --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/beach_grass.json @@ -0,0 +1,30 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:beach_grass" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:beach_grass" + }, + "categories": [ + "dirt", + "sand" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:beach_grass" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:beach_grass" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/begonie.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/begonie.json new file mode 100644 index 00000000..993be319 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/begonie.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:begonie" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:begonie" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:begonie" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:begonie" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/bird_of_paradise.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/bird_of_paradise.json new file mode 100644 index 00000000..e42e4ff3 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/bird_of_paradise.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:bird_of_paradise" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:bird_of_paradise" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:bird_of_paradise" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:bird_of_paradise" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/bluebell.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/bluebell.json new file mode 100644 index 00000000..343f9f89 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/bluebell.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:bluebell" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:bluebell" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:bluebell" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:bluebell" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/bottlebrushes.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/bottlebrushes.json new file mode 100644 index 00000000..60dba1ed --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/bottlebrushes.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:bottlebrushes" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:bottlebrushes" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:bottlebrushes" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:bottlebrushes" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/cardinal.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/cardinal.json new file mode 100644 index 00000000..69102561 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/cardinal.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:cardinal" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:cardinal" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:cardinal" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:cardinal" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/cattail.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/cattail.json new file mode 100644 index 00000000..c8bcf5ba --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/cattail.json @@ -0,0 +1,40 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:cattail" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:cattail" + }, + "categories": [ + "water" + ], + "growthTicks": 1200, + "display": [ + { + "block": "bloomingnature:cattail", + "properties": { + "half": "lower" + } + }, + { + "block": "bloomingnature:cattail", + "properties": { + "half": "upper" + } + } + ], + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:cattail" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/daphne.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/daphne.json new file mode 100644 index 00000000..8a678ef1 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/daphne.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:daphne" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:daphne" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:daphne" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:daphne" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/forsythia.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/forsythia.json new file mode 100644 index 00000000..e24461c4 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/forsythia.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:forsythia" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:forsythia" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:forsythia" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:forsythia" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/foxglove_pink.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/foxglove_pink.json new file mode 100644 index 00000000..54ce9cf6 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/foxglove_pink.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:foxglove_pink" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:foxglove_pink" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:foxglove_pink" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:foxglove_pink" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/foxglove_white.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/foxglove_white.json new file mode 100644 index 00000000..4349110c --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/foxglove_white.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:foxglove_white" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:foxglove_white" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:foxglove_white" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:foxglove_white" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/freesia_pink.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/freesia_pink.json new file mode 100644 index 00000000..d8dd1436 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/freesia_pink.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:freesia_pink" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:freesia_pink" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:freesia_pink" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:freesia_pink" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/freesia_yellow.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/freesia_yellow.json new file mode 100644 index 00000000..035d3f94 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/freesia_yellow.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:freesia_yellow" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:freesia_yellow" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:freesia_yellow" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:freesia_yellow" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/genisteae.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/genisteae.json new file mode 100644 index 00000000..7c8b6f76 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/genisteae.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:genisteae" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:genisteae" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:genisteae" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:genisteae" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/gladiolus.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/gladiolus.json new file mode 100644 index 00000000..831e6831 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/gladiolus.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:gladiolusbotanypots-compat/data/botanypots/recipes/bloomingnature/crop/amaryllis.json" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:gladiolusbotanypots-compat/data/botanypots/recipes/bloomingnature/crop/amaryllis.json" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:gladiolusbotanypots-compat/data/botanypots/recipes/bloomingnature/crop/amaryllis.json" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:gladiolusbotanypots-compat/data/botanypots/recipes/bloomingnature/crop/amaryllis.json" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/goatsbeard.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/goatsbeard.json new file mode 100644 index 00000000..e80085b0 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/goatsbeard.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:goatsbeard" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:goatsbeard" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:goatsbeard" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:goatsbeard" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/golden_rod.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/golden_rod.json new file mode 100644 index 00000000..1f2f57e9 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/golden_rod.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:golden_rod" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:golden_rod" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:golden_rod" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:golden_rod" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/hyssop.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/hyssop.json new file mode 100644 index 00000000..047e8a87 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/hyssop.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:hyssop" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:hyssop" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:hyssop" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:hyssop" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/joe_pye.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/joe_pye.json new file mode 100644 index 00000000..cc65d8e3 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/joe_pye.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:joe_pye" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:joe_pye" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:joe_pye" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:joe_pye" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/lupine_blue.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/lupine_blue.json new file mode 100644 index 00000000..6aa67b7a --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/lupine_blue.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:lupine_blue" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:lupine_blue" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:lupine_blue" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:lupine_blue" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/lupine_purple.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/lupine_purple.json new file mode 100644 index 00000000..b253f6d1 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/lupine_purple.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:lupine_purple" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:lupine_purple" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:lupine_purple" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:lupine_purple" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/mossgrass.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/mossgrass.json new file mode 100644 index 00000000..8839ffb5 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/mossgrass.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:mossgrass" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:mossgrass" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:mossgrass" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:mossgrass" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/mountain_laurel.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/mountain_laurel.json new file mode 100644 index 00000000..e4e148ae --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/mountain_laurel.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:mountain_laurel" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:mountain_laurel" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:mountain_laurel" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:mountain_laurel" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/mountain_snowbell.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/mountain_snowbell.json new file mode 100644 index 00000000..c9e55c79 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/mountain_snowbell.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:mountain_snowbell" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:mountain_snowbell" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:mountain_snowbell" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:mountain_snowbell" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/prickly_pear_cactus.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/prickly_pear_cactus.json new file mode 100644 index 00000000..fc343332 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/prickly_pear_cactus.json @@ -0,0 +1,30 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:prickly_pear_cactus" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:prickly_pear_cactus" + }, + "categories": [ + "dirt", + "sand" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:prickly_pear_cactus" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:prickly_pear_cactus" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/red_oat_grass.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/red_oat_grass.json new file mode 100644 index 00000000..0e871c63 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/red_oat_grass.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:red_oat_grass" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:red_oat_grass" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:red_oat_grass" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:red_oat_grass" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/reed.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/reed.json new file mode 100644 index 00000000..14605ac2 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/reed.json @@ -0,0 +1,40 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:reed" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:reed" + }, + "categories": [ + "water" + ], + "growthTicks": 1200, + "display": [ + { + "block": "bloomingnature:reed", + "properties": { + "half": "lower" + } + }, + { + "block": "bloomingnature:reed", + "properties": { + "half": "upper" + } + } + ], + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:reed" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/silkgrass.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/silkgrass.json new file mode 100644 index 00000000..b2cbe700 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/silkgrass.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:silkgrass" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:silkgrass" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:silkgrass" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:silkgrass" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/small_cactus.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/small_cactus.json new file mode 100644 index 00000000..e341aeb3 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/small_cactus.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:small_cactus" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:small_cactus" + }, + "categories": [ + "sand" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:small_cactus" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:small_cactus" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/sungrass.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/sungrass.json new file mode 100644 index 00000000..49ce03eb --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/sungrass.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:sungrass" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:sungrass" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:sungrass" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:sungrass" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/tall_beach_bush.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/tall_beach_bush.json new file mode 100644 index 00000000..9b76a326 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/tall_beach_bush.json @@ -0,0 +1,41 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:tall_beach_bush" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:tall_beach_bush" + }, + "categories": [ + "dirt", + "sand" + ], + "growthTicks": 1200, + "display": [ + { + "block": "bloomingnature:tall_beach_bush", + "properties": { + "half": "lower" + } + }, + { + "block": "bloomingnature:tall_beach_bush", + "properties": { + "half": "upper" + } + } + ], + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:tall_beach_bush" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/tall_lupine_blue.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/tall_lupine_blue.json new file mode 100644 index 00000000..9c99945b --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/tall_lupine_blue.json @@ -0,0 +1,40 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:tall_lupine_blue" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:tall_lupine_blue" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": [ + { + "block": "bloomingnature:tall_lupine_blue", + "properties": { + "half": "lower" + } + }, + { + "block": "bloomingnature:tall_lupine_blue", + "properties": { + "half": "upper" + } + } + ], + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:tall_lupine_blue" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/tall_lupine_purple.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/tall_lupine_purple.json new file mode 100644 index 00000000..53193718 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/tall_lupine_purple.json @@ -0,0 +1,40 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:tall_lupine_purple" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:tall_lupine_purple" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": [ + { + "block": "bloomingnature:tall_lupine_purple", + "properties": { + "half": "lower" + } + }, + { + "block": "bloomingnature:tall_lupine_purple", + "properties": { + "half": "upper" + } + } + ], + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:tall_lupine_purple" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/tall_mountain_laurel.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/tall_mountain_laurel.json new file mode 100644 index 00000000..5fb41a5a --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/tall_mountain_laurel.json @@ -0,0 +1,40 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:tall_mountain_laurel" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:tall_mountain_laurel" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": [ + { + "block": "bloomingnature:tall_mountain_laurel", + "properties": { + "half": "lower" + } + }, + { + "block": "bloomingnature:tall_mountain_laurel", + "properties": { + "half": "upper" + } + } + ], + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:tall_mountain_laurel" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/tall_red_oat_grass.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/tall_red_oat_grass.json new file mode 100644 index 00000000..c1a86064 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/tall_red_oat_grass.json @@ -0,0 +1,40 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:tall_red_oat_grass" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:tall_red_oat_grass" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": [ + { + "block": "bloomingnature:tall_red_oat_grass", + "properties": { + "half": "lower" + } + }, + { + "block": "bloomingnature:tall_red_oat_grass", + "properties": { + "half": "upper" + } + } + ], + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:tall_red_oat_grass" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/tall_silkgrass.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/tall_silkgrass.json new file mode 100644 index 00000000..dc45fc25 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/tall_silkgrass.json @@ -0,0 +1,40 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:tall_silkgrass" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:tall_silkgrass" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": [ + { + "block": "bloomingnature:tall_silkgrass", + "properties": { + "half": "lower" + } + }, + { + "block": "bloomingnature:tall_silkgrass", + "properties": { + "half": "upper" + } + } + ], + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:tall_silkgrass" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/tall_sungrass.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/tall_sungrass.json new file mode 100644 index 00000000..5914f3fd --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/tall_sungrass.json @@ -0,0 +1,40 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:tall_sungrass" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:tall_sungrass" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": [ + { + "block": "bloomingnature:tall_sungrass", + "properties": { + "half": "lower" + } + }, + { + "block": "bloomingnature:tall_sungrass", + "properties": { + "half": "upper" + } + } + ], + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:tall_sungrass" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/white_orchid.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/white_orchid.json new file mode 100644 index 00000000..8c847842 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/white_orchid.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:white_orchid" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:white_orchid" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:white_orchid" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:white_orchid" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/wild_sunflower.json b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/wild_sunflower.json new file mode 100644 index 00000000..fb976808 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/bloomingnature/crop/wild_sunflower.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bloomingnature:wild_sunflower" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bloomingnature:wild_sunflower" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "bloomingnature:wild_sunflower" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bloomingnature:wild_sunflower" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/brewery/crop/hops_seeds.json b/common/src/main/resources/data/botanypots/recipes/brewery/crop/hops_seeds.json new file mode 100644 index 00000000..de8359aa --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/brewery/crop/hops_seeds.json @@ -0,0 +1,42 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "farm_and_charm:hops_seeds", + "farm_and_charm:hops" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "brewery:hops_seeds" + }, + "categories": [ + "dirt", + "farmland" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "brewery:hops_crop" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "brewery:hops" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.05, + "output": { + "item": "brewery:hops_seeds" + }, + "minRolls": 1, + "maxRolls": 2 + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/candlelight/crop/rose.json b/common/src/main/resources/data/botanypots/recipes/candlelight/crop/rose.json new file mode 100644 index 00000000..ebb6b876 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/candlelight/crop/rose.json @@ -0,0 +1,29 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "candlelight:rose" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "candlelight:rose" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "candlelight:rose" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "candlelight:rose" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/barley_seeds.json b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/barley_seeds.json new file mode 100644 index 00000000..f9caf99f --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/barley_seeds.json @@ -0,0 +1,40 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "farm_and_charm:barley_seeds", + "farm_and_charm:barley" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "farm_and_charm:barley_seeds" + }, + "categories": [ + "dirt", + "farmland" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "farm_and_charm:barley_crop" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "farm_and_charm:barley" + } + }, + { + "chance": 0.05, + "output": { + "item": "farm_and_charm:barley_seeds" + }, + "minRolls": 1, + "maxRolls": 2 + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/kernels.json b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/kernels.json new file mode 100644 index 00000000..faabe713 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/kernels.json @@ -0,0 +1,40 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "farm_and_charm:kernels", + "farm_and_charm:corn" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "farm_and_charm:kernels" + }, + "categories": [ + "dirt", + "farmland" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "farm_and_charm:corn_crop" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "farm_and_charm:corn" + } + }, + { + "chance": 0.05, + "output": { + "item": "farm_and_charm:kernels" + }, + "minRolls": 1, + "maxRolls": 4 + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/lettuce_seeds.json b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/lettuce_seeds.json new file mode 100644 index 00000000..bdda07e6 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/lettuce_seeds.json @@ -0,0 +1,42 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "farm_and_charm:lettuce_seeds", + "farm_and_charm:lettuce" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "farm_and_charm:lettuce_seeds" + }, + "categories": [ + "dirt", + "farmland" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "farm_and_charm:lettuce_crop" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "farm_and_charm:lettuce" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.05, + "output": { + "item": "farm_and_charm:lettuce_seeds" + }, + "minRolls": 1, + "maxRolls": 2 + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/oat_seeds.json b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/oat_seeds.json new file mode 100644 index 00000000..d2a950ab --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/oat_seeds.json @@ -0,0 +1,42 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "farm_and_charm:oat_seeds", + "farm_and_charm:oat" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "farm_and_charm:oat_seeds" + }, + "categories": [ + "dirt", + "farmland" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "farm_and_charm:oat_crop" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "farm_and_charm:oat" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.05, + "output": { + "item": "farm_and_charm:oat_seeds" + }, + "minRolls": 1, + "maxRolls": 2 + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/onion.json b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/onion.json new file mode 100644 index 00000000..a4f25207 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/onion.json @@ -0,0 +1,41 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "farm_and_charm:onion" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "farm_and_charm:onion" + }, + "categories": [ + "dirt", + "farmland" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "farm_and_charm:onion_crop" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "farm_and_charm:onion" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.05, + "output": { + "item": "farm_and_charm:onion" + }, + "minRolls": 1, + "maxRolls": 2 + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/strawberry_seeds.json b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/strawberry_seeds.json new file mode 100644 index 00000000..767bee20 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/strawberry_seeds.json @@ -0,0 +1,42 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "farm_and_charm:strawberry_seeds", + "farm_and_charm:strawberry" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "farm_and_charm:strawberry_seeds" + }, + "categories": [ + "dirt", + "farmland" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "farm_and_charm:strawberry_crop" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "farm_and_charm:strawberry" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.05, + "output": { + "item": "farm_and_charm:strawberry_seeds" + }, + "minRolls": 1, + "maxRolls": 2 + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/tomato_seeds.json b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/tomato_seeds.json new file mode 100644 index 00000000..27081705 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/tomato_seeds.json @@ -0,0 +1,42 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "farm_and_charm:tomato_seeds", + "farm_and_charm:tomato" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "farm_and_charm:tomato_seeds" + }, + "categories": [ + "dirt", + "farmland" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "farm_and_charm:tomato_crop" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "farm_and_charm:tomato" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.05, + "output": { + "item": "farm_and_charm:tomato_seeds" + }, + "minRolls": 1, + "maxRolls": 2 + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_barley.json b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_barley.json new file mode 100644 index 00000000..f4efaf96 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_barley.json @@ -0,0 +1,46 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "farm_and_charm:wild_barley", + "farm_and_charm:barley_seeds", + "farm_and_charm:barley" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "farm_and_charm:wild_barley" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "farm_and_charm:wild_barley" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "farm_and_charm:barley" + }, + "minRolls": 3, + "maxRolls": 3 + }, + { + "chance": 0.125, + "output": { + "item": "farm_and_charm:barley_seeds" + } + }, + { + "chance": 0.05, + "output": { + "item": "farm_and_charm:wild_barley" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_beetroots.json b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_beetroots.json new file mode 100644 index 00000000..36ba6f45 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_beetroots.json @@ -0,0 +1,44 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "farm_and_charm:wild_beetroot" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "farm_and_charm:wild_beetroots" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "farm_and_charm:wild_beetroots" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:beetroot" + }, + "minRolls": 3, + "maxRolls": 3 + }, + { + "chance": 0.125, + "output": { + "item": "minecraft:beetroot_seeds" + } + }, + { + "chance": 0.05, + "output": { + "item": "farm_and_charm:wild_beetroots" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_carrots.json b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_carrots.json new file mode 100644 index 00000000..0f86da8f --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_carrots.json @@ -0,0 +1,32 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "farm_and_charm:wild_carrots" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "farm_and_charm:wild_carrots" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "farm_and_charm:wild_carrots" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:carrot" + }, + "minRolls": 3, + "maxRolls": 3 + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_corn.json b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_corn.json new file mode 100644 index 00000000..350f9377 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_corn.json @@ -0,0 +1,46 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "farm_and_charm:wild_corn", + "farm_and_charm:kernels", + "farm_and_charm:corn" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "farm_and_charm:wild_corn" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "farm_and_charm:wild_corn" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "farm_and_charm:corn" + }, + "minRolls": 3, + "maxRolls": 3 + }, + { + "chance": 0.125, + "output": { + "item": "farm_and_charm:kernels" + } + }, + { + "chance": 0.05, + "output": { + "item": "farm_and_charm:wild_corn" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_emmer.json b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_emmer.json new file mode 100644 index 00000000..74938e56 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_emmer.json @@ -0,0 +1,44 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "farm_and_charm:wild_emmer" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "farm_and_charm:wild_emmer" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "farm_and_charm:wild_emmer" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:wheat" + }, + "minRolls": 3, + "maxRolls": 3 + }, + { + "chance": 0.125, + "output": { + "item": "minecraft:wheat_seeds" + } + }, + { + "chance": 0.05, + "output": { + "item": "farm_and_charm:wild_emmer" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_lettuce.json b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_lettuce.json new file mode 100644 index 00000000..558e29b6 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_lettuce.json @@ -0,0 +1,46 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "farm_and_charm:wild_lettuce", + "farm_and_charm:lettuce_seeds", + "farm_and_charm:lettuce" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "farm_and_charm:wild_lettuce" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "farm_and_charm:wild_lettuce" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "farm_and_charm:lettuce" + }, + "minRolls": 3, + "maxRolls": 3 + }, + { + "chance": 0.125, + "output": { + "item": "farm_and_charm:lettuce_seeds" + } + }, + { + "chance": 0.05, + "output": { + "item": "farm_and_charm:wild_lettuce" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_nettle.json b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_nettle.json new file mode 100644 index 00000000..48686e0c --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_nettle.json @@ -0,0 +1,30 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "farm_and_charm:wild_nettle" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "farm_and_charm:wild_nettle" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "farm_and_charm:wild_nettle" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "farm_and_charm:wild_nettle" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_oat.json b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_oat.json new file mode 100644 index 00000000..4e22a472 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_oat.json @@ -0,0 +1,46 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "farm_and_charm:wild_oat", + "farm_and_charm:oat_seeds", + "farm_and_charm:oat" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "farm_and_charm:wild_oat" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "farm_and_charm:wild_oat" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "farm_and_charm:oat" + }, + "minRolls": 3, + "maxRolls": 3 + }, + { + "chance": 0.125, + "output": { + "item": "farm_and_charm:oat_seeds" + } + }, + { + "chance": 0.05, + "output": { + "item": "farm_and_charm:wild_oat" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_onions.json b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_onions.json new file mode 100644 index 00000000..ede67c69 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_onions.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "farm_and_charm:wild_onions", + "farm_and_charm:onion" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "farm_and_charm:wild_onions" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "farm_and_charm:wild_onions" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "farm_and_charm:onion" + }, + "minRolls": 3, + "maxRolls": 3 + }, + { + "chance": 0.125, + "output": { + "item": "farm_and_charm:onion" + } + }, + { + "chance": 0.05, + "output": { + "item": "farm_and_charm:wild_onions" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_potatoes.json b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_potatoes.json new file mode 100644 index 00000000..bcfe8ed4 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_potatoes.json @@ -0,0 +1,44 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "farm_and_charm:wild_potatoes" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "farm_and_charm:wild_potatoes" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "farm_and_charm:wild_potatoes" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:potato" + }, + "minRolls": 3, + "maxRolls": 3 + }, + { + "chance": 0.125, + "output": { + "item": "minecraft:poisonous_potato" + } + }, + { + "chance": 0.05, + "output": { + "item": "farm_and_charm:wild_potatoes" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_ribwort.json b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_ribwort.json new file mode 100644 index 00000000..877002bd --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_ribwort.json @@ -0,0 +1,30 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "farm_and_charm:wild_ribwort" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "farm_and_charm:wild_ribwort" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "farm_and_charm:wild_ribwort" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "farm_and_charm:wild_ribwort" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_strawberries.json b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_strawberries.json new file mode 100644 index 00000000..f788f608 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_strawberries.json @@ -0,0 +1,46 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "farm_and_charm:wild_strawberry", + "farm_and_charm:strawberry_seeds", + "farm_and_charm:strawberry" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "farm_and_charm:wild_strawberries" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "farm_and_charm:wild_strawberries" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "farm_and_charm:strawberry" + }, + "minRolls": 3, + "maxRolls": 3 + }, + { + "chance": 0.125, + "output": { + "item": "farm_and_charm:strawberry_seeds" + } + }, + { + "chance": 0.05, + "output": { + "item": "farm_and_charm:wild_strawberries" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_tomatoes.json b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_tomatoes.json new file mode 100644 index 00000000..ea4938ef --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/crop/wild_tomatoes.json @@ -0,0 +1,46 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "farm_and_charm:wild_tomatoes", + "farm_and_charm:tomato_seeds", + "farm_and_charm:tomato" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "farm_and_charm:wild_tomatoes" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "farm_and_charm:wild_tomatoes" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "farm_and_charm:tomato" + }, + "minRolls": 3, + "maxRolls": 3 + }, + { + "chance": 0.125, + "output": { + "item": "farm_and_charm:tomato_seeds" + } + }, + { + "chance": 0.05, + "output": { + "item": "farm_and_charm:wild_tomatoes" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/farm_and_charm/pot_interaction/till_fertilized_soil.json b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/pot_interaction/till_fertilized_soil.json new file mode 100644 index 00000000..ea02368d --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/pot_interaction/till_fertilized_soil.json @@ -0,0 +1,27 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "farm_and_charm:fertilized_soil", + "farm_and_charm:fertilized_farmland" + ] + } + ], + "type": "botanypots:pot_interaction", + "held_ingredient": { + "tag": "minecraft:hoes" + }, + "soil_ingredient": [ + { + "item": "farm_and_charm:fertilized_soil" + } + ], + "soil_output": { + "item": "farm_and_charm:fertilized_farmland" + }, + "sound": { + "sound": "minecraft:item.hoe.till", + "category": "blocks" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/farm_and_charm/soil/fertilized_farmland.json b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/soil/fertilized_farmland.json new file mode 100644 index 00000000..98100608 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/soil/fertilized_farmland.json @@ -0,0 +1,21 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": "farm_and_charm:fertilized_farmland" + } + ], + "type": "botanypots:soil", + "input": { + "item": "farm_and_charm:fertilized_farmland" + }, + "display": { + "block": "farm_and_charm:fertilized_farmland" + }, + "categories": [ + "dirt", + "fertilized_farmland", + "farmland" + ], + "growthModifier": 1.15 +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/farm_and_charm/soil/fertilized_soil.json b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/soil/fertilized_soil.json new file mode 100644 index 00000000..33a6e473 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/farm_and_charm/soil/fertilized_soil.json @@ -0,0 +1,20 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": "farm_and_charm:fertilized_soil" + } + ], + "type": "botanypots:soil", + "input": { + "item": "farm_and_charm:fertilized_soil" + }, + "display": { + "block": "farm_and_charm:fertilized_soil" + }, + "categories": [ + "dirt", + "lush_dirt" + ], + "growthModifier": 1.10 +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/herbalbrews/crop/coffee_beans.json b/common/src/main/resources/data/botanypots/recipes/herbalbrews/crop/coffee_beans.json new file mode 100644 index 00000000..20d7eef4 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/herbalbrews/crop/coffee_beans.json @@ -0,0 +1,43 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "herbalbrews:coffee_beans" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "herbalbrews:coffee_beans" + }, + "categories": [ + "dirt", + "farmland" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "herbalbrews:coffee_plant" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "herbalbrews:coffee_beans" + } + }, + { + "chance": 0.50, + "output": { + "item": "herbalbrews:coffee_beans" + } + }, + { + "chance": 0.25, + "output": { + "item": "herbalbrews:coffee_beans" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/herbalbrews/crop/hibiscus.json b/common/src/main/resources/data/botanypots/recipes/herbalbrews/crop/hibiscus.json new file mode 100644 index 00000000..864dbaef --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/herbalbrews/crop/hibiscus.json @@ -0,0 +1,38 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "herbalbrews:hibiscus" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "herbalbrews:hibiscus" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "herbalbrews:hibiscus" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "herbalbrews:hibiscus" + } + }, + { + "chance": 0.05, + "output": { + "item": "herbalbrews:tea_blossom" + }, + "minRolls": 1, + "maxRolls": 2 + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/herbalbrews/crop/lavender.json b/common/src/main/resources/data/botanypots/recipes/herbalbrews/crop/lavender.json new file mode 100644 index 00000000..3a77157f --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/herbalbrews/crop/lavender.json @@ -0,0 +1,38 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "herbalbrews:lavender" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "herbalbrews:lavender" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "herbalbrews:lavender" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "herbalbrews:lavender" + } + }, + { + "chance": 0.05, + "output": { + "item": "herbalbrews:lavender_blossom" + }, + "minRolls": 1, + "maxRolls": 2 + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/herbalbrews/crop/rooibos_leaf.json b/common/src/main/resources/data/botanypots/recipes/herbalbrews/crop/rooibos_leaf.json new file mode 100644 index 00000000..a9820f62 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/herbalbrews/crop/rooibos_leaf.json @@ -0,0 +1,43 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "herbalbrews:rooibos_leaf" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "herbalbrews:rooibos_leaf" + }, + "categories": [ + "dirt", + "farmland" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "herbalbrews:rooibos_plant" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "herbalbrews:rooibos_leaf" + } + }, + { + "chance": 0.50, + "output": { + "item": "herbalbrews:rooibos_leaf" + } + }, + { + "chance": 0.25, + "output": { + "item": "herbalbrews:rooibos_leaf" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/herbalbrews/crop/tea_blossom.json b/common/src/main/resources/data/botanypots/recipes/herbalbrews/crop/tea_blossom.json new file mode 100644 index 00000000..3b37406f --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/herbalbrews/crop/tea_blossom.json @@ -0,0 +1,41 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "herbalbrews:tea_blossom" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "herbalbrews:tea_blossom" + }, + "categories": [ + "dirt", + "farmland" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "herbalbrews:tea_plant" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "herbalbrews:green_tea_leaf" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.05, + "output": { + "item": "herbalbrews:tea_blossom" + }, + "minRolls": 1, + "maxRolls": 2 + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/herbalbrews/crop/wild_coffee.json b/common/src/main/resources/data/botanypots/recipes/herbalbrews/crop/wild_coffee.json new file mode 100644 index 00000000..55a7f79b --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/herbalbrews/crop/wild_coffee.json @@ -0,0 +1,38 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "herbalbrews:wild_coffee" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "herbalbrews:wild_coffee" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "herbalbrews:wild_coffee" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "herbalbrews:wild_coffee" + } + }, + { + "chance": 0.05, + "output": { + "item": "herbalbrews:coffee_beans" + }, + "minRolls": 1, + "maxRolls": 2 + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/herbalbrews/crop/wild_rooibos_plant.json b/common/src/main/resources/data/botanypots/recipes/herbalbrews/crop/wild_rooibos_plant.json new file mode 100644 index 00000000..15608504 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/herbalbrews/crop/wild_rooibos_plant.json @@ -0,0 +1,38 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "herbalbrews:wild_rooibos_plant" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "herbalbrews:wild_rooibos_plant" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "herbalbrews:wild_rooibos_plant" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "herbalbrews:wild_rooibos_plant" + } + }, + { + "chance": 0.05, + "output": { + "item": "herbalbrews:rooibos_leaf" + }, + "minRolls": 1, + "maxRolls": 2 + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/herbalbrews/crop/wild_yerba_mate_plant.json b/common/src/main/resources/data/botanypots/recipes/herbalbrews/crop/wild_yerba_mate_plant.json new file mode 100644 index 00000000..d93f67a2 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/herbalbrews/crop/wild_yerba_mate_plant.json @@ -0,0 +1,38 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "herbalbrews:wild_yerba_mate_plant" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "herbalbrews:wild_yerba_mate_plant" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "herbalbrews:wild_yerba_mate_plant" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "herbalbrews:wild_yerba_mate_plant" + } + }, + { + "chance": 0.05, + "output": { + "item": "herbalbrews:wild_yerba_mate_plant" + }, + "minRolls": 1, + "maxRolls": 2 + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/herbalbrews/crop/yerba_mate_leaf.json b/common/src/main/resources/data/botanypots/recipes/herbalbrews/crop/yerba_mate_leaf.json new file mode 100644 index 00000000..0b6e5c06 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/herbalbrews/crop/yerba_mate_leaf.json @@ -0,0 +1,43 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "herbalbrews:yerba_mate_leaf" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "herbalbrews:yerba_mate_leaf" + }, + "categories": [ + "dirt", + "farmland" + ], + "growthTicks": 1200, + "display": { + "type": "botanypots:aging", + "block": "herbalbrews:yerba_mate_plant" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "herbalbrews:yerba_mate_leaf" + } + }, + { + "chance": 0.50, + "output": { + "item": "herbalbrews:yerba_mate_leaf" + } + }, + { + "chance": 0.25, + "output": { + "item": "herbalbrews:yerba_mate_leaf" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/meadow/crop/alpine_poppy.json b/common/src/main/resources/data/botanypots/recipes/meadow/crop/alpine_poppy.json new file mode 100644 index 00000000..ba132db2 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/meadow/crop/alpine_poppy.json @@ -0,0 +1,21 @@ +{ + "type": "botanypots:crop", + "seed": { + "item": "meadow:alpine_poppy" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "meadow:alpine_poppy" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "meadow:alpine_poppy" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/meadow/crop/delphinium.json b/common/src/main/resources/data/botanypots/recipes/meadow/crop/delphinium.json new file mode 100644 index 00000000..4ce5297f --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/meadow/crop/delphinium.json @@ -0,0 +1,21 @@ +{ + "type": "botanypots:crop", + "seed": { + "item": "meadow:delphinium" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "meadow:delphinium" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "meadow:delphinium" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/meadow/crop/enzian.json b/common/src/main/resources/data/botanypots/recipes/meadow/crop/enzian.json new file mode 100644 index 00000000..c2a25f4c --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/meadow/crop/enzian.json @@ -0,0 +1,21 @@ +{ + "type": "botanypots:crop", + "seed": { + "item": "meadow:enzian" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "meadow:enzian" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "meadow:enzian" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/meadow/crop/eriophorum.json b/common/src/main/resources/data/botanypots/recipes/meadow/crop/eriophorum.json new file mode 100644 index 00000000..5d45352d --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/meadow/crop/eriophorum.json @@ -0,0 +1,21 @@ +{ + "type": "botanypots:crop", + "seed": { + "item": "meadow:eriophorum" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "meadow:eriophorum" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "meadow:eriophorum" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/meadow/crop/fire_lily.json b/common/src/main/resources/data/botanypots/recipes/meadow/crop/fire_lily.json new file mode 100644 index 00000000..47cecc00 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/meadow/crop/fire_lily.json @@ -0,0 +1,21 @@ +{ + "type": "botanypots:crop", + "seed": { + "item": "meadow:fire_lily" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "meadow:fire_lily" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "meadow:fire_lily" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/meadow/crop/saxiphrage.json b/common/src/main/resources/data/botanypots/recipes/meadow/crop/saxiphrage.json new file mode 100644 index 00000000..f76d7845 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/meadow/crop/saxiphrage.json @@ -0,0 +1,21 @@ +{ + "type": "botanypots:crop", + "seed": { + "item": "meadow:saxifrage" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "meadow:saxifrage" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "meadow:saxifrage" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/meadow/crop/small_fir.json b/common/src/main/resources/data/botanypots/recipes/meadow/crop/small_fir.json new file mode 100644 index 00000000..1af00531 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/meadow/crop/small_fir.json @@ -0,0 +1,27 @@ +{ + "type": "botanypots:crop", + "seed": { + "item": "meadow:small_fir" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "meadow:small_fir" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "meadow:small_fir" + } + }, + { + "chance": 0.125, + "output": { + "item": "minecraft:wheat_seeds" + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/botanypots/recipes/meadow/crop/tall_eriophorum.json b/common/src/main/resources/data/botanypots/recipes/meadow/crop/tall_eriophorum.json new file mode 100644 index 00000000..6011ef32 --- /dev/null +++ b/common/src/main/resources/data/botanypots/recipes/meadow/crop/tall_eriophorum.json @@ -0,0 +1,21 @@ +{ + "type": "botanypots:crop", + "seed": { + "item": "meadow:tall_eriophorum" + }, + "categories": [ + "dirt" + ], + "growthTicks": 1200, + "display": { + "block": "meadow:tall_eriophorum" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "meadow:tall_eriophorum" + } + } + ] +} \ No newline at end of file