~williewillus/violet-moon

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH botania] Moving recipes to appropriate crafting categories

Details
Message ID
<20240104234113.30963-1-actuallyadarsh@gmail.com>
DKIM signature
missing
Download raw message
Patch: +75 -75
Petal blocks, blaze lamp and corporea decorative blocks now in BUILDING_BLOCKS. Pool cart in TRANSPORTATION, manastorm charge in MISC, and gates in REDSTONE categories.
---
 .../c2a5de4735ee8fb15e1f367981a1cbf708af95f5  | 90 +++++++++----------
 .../black_petal_block.json                    |  0
 .../blue_petal_block.json                     |  0
 .../brown_petal_block.json                    |  0
 .../corporea_block.json                       |  0
 .../corporea_brick.json                       |  0
 .../cyan_petal_block.json                     |  0
 .../gray_petal_block.json                     |  0
 .../green_petal_block.json                    |  0
 .../light_blue_petal_block.json               |  0
 .../light_gray_petal_block.json               |  0
 .../lime_petal_block.json                     |  0
 .../magenta_petal_block.json                  |  0
 .../orange_petal_block.json                   |  0
 .../pink_petal_block.json                     |  0
 .../purple_petal_block.json                   |  0
 .../red_petal_block.json                      |  0
 .../white_petal_block.json                    |  0
 .../yellow_petal_block.json                   |  0
 .../{tools => decorations}/mana_bomb.json     |  0
 .../dreamwood_fence_gate.json                 |  0
 .../livingwood_fence_gate.json                |  0
 .../pool_minecart.json                        |  0
 .../botania/recipes/black_petal_block.json    |  2 +-
 .../data/botania/recipes/blaze_block.json     |  2 +-
 .../botania/recipes/blue_petal_block.json     |  2 +-
 .../botania/recipes/brown_petal_block.json    |  2 +-
 .../data/botania/recipes/corporea_block.json  |  2 +-
 .../data/botania/recipes/corporea_brick.json  |  2 +-
 .../botania/recipes/cyan_petal_block.json     |  2 +-
 .../botania/recipes/dreamwood_fence_gate.json |  2 +-
 .../botania/recipes/gray_petal_block.json     |  2 +-
 .../botania/recipes/green_petal_block.json    |  2 +-
 .../recipes/light_blue_petal_block.json       |  2 +-
 .../recipes/light_gray_petal_block.json       |  2 +-
 .../botania/recipes/lime_petal_block.json     |  2 +-
 .../recipes/livingwood_fence_gate.json        |  2 +-
 .../botania/recipes/magenta_petal_block.json  |  2 +-
 .../data/botania/recipes/mana_bomb.json       |  2 +-
 .../botania/recipes/orange_petal_block.json   |  2 +-
 .../botania/recipes/pink_petal_block.json     |  2 +-
 .../data/botania/recipes/pool_minecart.json   |  2 +-
 .../botania/recipes/purple_petal_block.json   |  2 +-
 .../data/botania/recipes/red_petal_block.json |  2 +-
 .../botania/recipes/white_petal_block.json    |  2 +-
 .../botania/recipes/yellow_petal_block.json   |  2 +-
 .../data/recipes/CraftingRecipeProvider.java  | 14 +--
 47 files changed, 75 insertions(+), 75 deletions(-)
 rename Xplat/src/generated/resources/data/botania/advancements/recipes/{decorations => building_blocks}/black_petal_block.json (100%)
 rename Xplat/src/generated/resources/data/botania/advancements/recipes/{decorations => building_blocks}/blue_petal_block.json (100%)
 rename Xplat/src/generated/resources/data/botania/advancements/recipes/{decorations => building_blocks}/brown_petal_block.json (100%)
 rename Xplat/src/generated/resources/data/botania/advancements/recipes/{decorations => building_blocks}/corporea_block.json (100%)
 rename Xplat/src/generated/resources/data/botania/advancements/recipes/{decorations => building_blocks}/corporea_brick.json (100%)
 rename Xplat/src/generated/resources/data/botania/advancements/recipes/{decorations => building_blocks}/cyan_petal_block.json (100%)
 rename Xplat/src/generated/resources/data/botania/advancements/recipes/{decorations => building_blocks}/gray_petal_block.json (100%)
 rename Xplat/src/generated/resources/data/botania/advancements/recipes/{decorations => building_blocks}/green_petal_block.json (100%)
 rename Xplat/src/generated/resources/data/botania/advancements/recipes/{decorations => building_blocks}/light_blue_petal_block.json (100%)
 rename Xplat/src/generated/resources/data/botania/advancements/recipes/{decorations => building_blocks}/light_gray_petal_block.json (100%)
 rename Xplat/src/generated/resources/data/botania/advancements/recipes/{decorations => building_blocks}/lime_petal_block.json (100%)
 rename Xplat/src/generated/resources/data/botania/advancements/recipes/{decorations => building_blocks}/magenta_petal_block.json (100%)
 rename Xplat/src/generated/resources/data/botania/advancements/recipes/{decorations => building_blocks}/orange_petal_block.json (100%)
 rename Xplat/src/generated/resources/data/botania/advancements/recipes/{decorations => building_blocks}/pink_petal_block.json (100%)
 rename Xplat/src/generated/resources/data/botania/advancements/recipes/{decorations => building_blocks}/purple_petal_block.json (100%)
 rename Xplat/src/generated/resources/data/botania/advancements/recipes/{decorations => building_blocks}/red_petal_block.json (100%)
 rename Xplat/src/generated/resources/data/botania/advancements/recipes/{decorations => building_blocks}/white_petal_block.json (100%)
 rename Xplat/src/generated/resources/data/botania/advancements/recipes/{decorations => building_blocks}/yellow_petal_block.json (100%)
 rename Xplat/src/generated/resources/data/botania/advancements/recipes/{tools => decorations}/mana_bomb.json (100%)
 rename Xplat/src/generated/resources/data/botania/advancements/recipes/{misc => redstone}/dreamwood_fence_gate.json (100%)
 rename Xplat/src/generated/resources/data/botania/advancements/recipes/{misc => redstone}/livingwood_fence_gate.json (100%)
 rename Xplat/src/generated/resources/data/botania/advancements/recipes/{tools => transportation}/pool_minecart.json (100%)

diff --git a/Xplat/src/generated/resources/.cache/c2a5de4735ee8fb15e1f367981a1cbf708af95f5 b/Xplat/src/generated/resources/.cache/c2a5de4735ee8fb15e1f367981a1cbf708af95f5
index 3689981fd..b524c4e6f 100644
--- a/Xplat/src/generated/resources/.cache/c2a5de4735ee8fb15e1f367981a1cbf708af95f5
+++ b/Xplat/src/generated/resources/.cache/c2a5de4735ee8fb15e1f367981a1cbf708af95f5
@@ -18,6 +18,7 @@ ed3b266e371551725cfe598e1b88a3a05bf0e18b data/botania/advancements/recipes/build
d45b916f3a1ece94c04a16d7dd4196d4ec748e8d data/botania/advancements/recipes/building_blocks/black_pavement.json
cba380deffcc3a7cdc8e24bb18c3df4223ffa633 data/botania/advancements/recipes/building_blocks/black_pavement_slab.json
fec85f92036a3de92ca329de3b5216b9a599c5c1 data/botania/advancements/recipes/building_blocks/black_pavement_stairs.json
665f21bc761ed34e57696a3a61e1ddfbcbfefcd6 data/botania/advancements/recipes/building_blocks/black_petal_block.json
4aef7f6b4e4e16f79bbce0faa96601662bbd244b data/botania/advancements/recipes/building_blocks/blaze_block.json
f5bdf9d2fc3b23ce9770120bc64c078ab612dd05 data/botania/advancements/recipes/building_blocks/blaze_quartz.json
4e46c3a5b6ab3e82bc64c058cb7ce9e8a8b45c3d data/botania/advancements/recipes/building_blocks/blaze_quartz_pillar.json
@@ -26,6 +27,8 @@ f5bdf9d2fc3b23ce9770120bc64c078ab612dd05 data/botania/advancements/recipes/build
3ca865e5675d51b843ee2461fa32e5bb959d0986 data/botania/advancements/recipes/building_blocks/blue_pavement.json
e554fbe6b66b109161621adcf4e8b7a8cbda8560 data/botania/advancements/recipes/building_blocks/blue_pavement_slab.json
5b4c3b294bec39b17ed2994212631141dd0cfa22 data/botania/advancements/recipes/building_blocks/blue_pavement_stairs.json
cb94c21001641a5b287fff451125b47b6985b1c4 data/botania/advancements/recipes/building_blocks/blue_petal_block.json
16fb49239bfd1c42138c949d677d83504394bcd3 data/botania/advancements/recipes/building_blocks/brown_petal_block.json
0ebe17bc13d8fc305a1c4cd78942008facc11e44 data/botania/advancements/recipes/building_blocks/chiseled_blaze_quartz.json
fb86f0ed716f3dd37d15c282b29ec24cd63f1a73 data/botania/advancements/recipes/building_blocks/chiseled_dark_quartz.json
48694f43b6d09b99b9fb348ec4a5d624c2e1f0f3 data/botania/advancements/recipes/building_blocks/chiseled_elf_quartz.json
@@ -42,10 +45,13 @@ f157c6069877158f2a95705a76fc65314e31c8ef data/botania/advancements/recipes/build
c59035653763a110ad600b660138fe2adadc7196 data/botania/advancements/recipes/building_blocks/chiseled_metamorphic_taiga_bricks.json
4c0658affe34c2e5aed0e792a1f766b657b49049 data/botania/advancements/recipes/building_blocks/chiseled_red_quartz.json
12f4804e87ebf001556687d248eaa69ffaaedfd3 data/botania/advancements/recipes/building_blocks/chiseled_sunny_quartz.json
9b0dfc969678cad62978b8772bbd3a3d95486b78 data/botania/advancements/recipes/building_blocks/corporea_block.json
71a6df3ae899a0a4f4912f4b17aaba20e52784ef data/botania/advancements/recipes/building_blocks/corporea_brick.json
8014ccd43369a730254283b3123340f3c1170987 data/botania/advancements/recipes/building_blocks/corporea_brick_slab.json
fcbb80d0ce21104c15353387cd57faa74fb48a9a data/botania/advancements/recipes/building_blocks/corporea_brick_stairs.json
0fb1ebc7d70ad3c4f164abdc03d5f8df45e70a41 data/botania/advancements/recipes/building_blocks/corporea_slab.json
3ab51ff62622327aebf1abb40478b73d72061051 data/botania/advancements/recipes/building_blocks/corporea_stairs.json
0c237630fc5bde879534d1bc1179e15b171efdab data/botania/advancements/recipes/building_blocks/cyan_petal_block.json
2bf3e72c7380995a4fdd4e4afe659ac5fc2a00ca data/botania/advancements/recipes/building_blocks/dark_quartz.json
8aede58006b860008568127f79cd42226af2bdb7 data/botania/advancements/recipes/building_blocks/dark_quartz_pillar.json
e1f8c6d3d3e2e4f6670565f3cca5bedb6544ad70 data/botania/advancements/recipes/building_blocks/dark_quartz_slab.json
@@ -74,13 +80,18 @@ f80351a505fba172dff1af23809f77555c439e1a data/botania/advancements/recipes/build
e81bf54e104422d22ad175058a7e35fa0a11dc05 data/botania/advancements/recipes/building_blocks/glimmering_stripped_livingwood.json
8280cc77d19769ba46a4e0c7074e8a7cdce900eb data/botania/advancements/recipes/building_blocks/glimmering_stripped_livingwood_from_log.json
12c217d5d5cfdf9949622431983239886de38408 data/botania/advancements/recipes/building_blocks/glimmering_stripped_livingwood_log.json
55ef68192dd97d22c68b3d4f7ff925f7a6f0777d data/botania/advancements/recipes/building_blocks/gray_petal_block.json
818840446f96bb6a2290ba687fc81000afd70f16 data/botania/advancements/recipes/building_blocks/green_pavement.json
6d501d5c7b41543768a1ca913c089163f34788e4 data/botania/advancements/recipes/building_blocks/green_pavement_slab.json
fec93cc5ebaa87b18676e309c1143167c76b4849 data/botania/advancements/recipes/building_blocks/green_pavement_stairs.json
f2b3830c99d1fde3520ec37e6f12afc0c4803c08 data/botania/advancements/recipes/building_blocks/green_petal_block.json
ead545f01c53ddbd370441673275a8d77db954fa data/botania/advancements/recipes/building_blocks/lavender_quartz.json
f849197b40f956c4105b93eb01581555e6293df2 data/botania/advancements/recipes/building_blocks/lavender_quartz_pillar.json
0eb6b8df9e11e9fa2c619e42067e89a3f5d14e59 data/botania/advancements/recipes/building_blocks/lavender_quartz_slab.json
1f4c9465cd920a6f6cc2f0f56031cc68063c687b data/botania/advancements/recipes/building_blocks/lavender_quartz_stairs.json
c95d6e43df151ed70e5c17226cd10afdd4e9b3a2 data/botania/advancements/recipes/building_blocks/light_blue_petal_block.json
3696399f3a44c9f799da01a78941587378abd30c data/botania/advancements/recipes/building_blocks/light_gray_petal_block.json
440ccb675d3646773061d1fbe1ffc5bb2a0e745e data/botania/advancements/recipes/building_blocks/lime_petal_block.json
b9b781e7da969bcd537405db0a697a41570dc8b4 data/botania/advancements/recipes/building_blocks/livingrock_bricks.json
34071b041a8f23320720f6125234c2bc8152b2ae data/botania/advancements/recipes/building_blocks/livingrock_bricks_slab.json
597d8dc48b0308db0fe3241a79e2afbf80857d2d data/botania/advancements/recipes/building_blocks/livingrock_bricks_stairs.json
@@ -92,6 +103,7 @@ dbcb3fa2adb85c1f7731e9f3cf2fdaef9c37ec75 data/botania/advancements/recipes/build
4474edfae45467f251bf585c9e3a4e1da90fbb9d data/botania/advancements/recipes/building_blocks/livingwood_planks_stairs.json
8bcc17f84294cac3e07f07a5ccdfa57ac8541298 data/botania/advancements/recipes/building_blocks/livingwood_slab.json
483b239a5ae9d79f3e674181540708b9d97633f6 data/botania/advancements/recipes/building_blocks/livingwood_stairs.json
35be7f4c388bf6f2076ff1e9123f58f94efc3087 data/botania/advancements/recipes/building_blocks/magenta_petal_block.json
b59e2ade99df7f62d2b80a5280cae69738115ab7 data/botania/advancements/recipes/building_blocks/mana_quartz.json
0729de1af64e4cd3baea6c2e9dd07ac140d02b95 data/botania/advancements/recipes/building_blocks/mana_quartz_pillar.json
e0fa87ba2edc6c113cb0a7273039cf6fd0ea72e2 data/botania/advancements/recipes/building_blocks/mana_quartz_slab.json
@@ -160,14 +172,18 @@ f0f7ce8c65ca47b7661026a2e946070d620df862 data/botania/advancements/recipes/build
7a4061114589e3d5f20780a76815d1870cfe0e2e data/botania/advancements/recipes/building_blocks/mossy_livingrock_bricks_vine.json
bad386ffae9090d96e8c9f0200e0477cfe818c1a data/botania/advancements/recipes/building_blocks/mossy_livingwood_planks.json
a9acc67c4fe0c3f00fb0ded40c896136cb026746 data/botania/advancements/recipes/building_blocks/mossy_livingwood_planks_vine.json
9bce06b1d29dfd2d8bedef14f808b37cf042bbf0 data/botania/advancements/recipes/building_blocks/orange_petal_block.json
5a64a48c0fac9901e58855b5c3e1ffca45b20425 data/botania/advancements/recipes/building_blocks/pattern_framed_dreamwood.json
3e382757585f137e992f6521deb01e552690ad3b data/botania/advancements/recipes/building_blocks/pattern_framed_livingwood.json
627763d9a49d1fbbc364ace615b5d87f93eebdb0 data/botania/advancements/recipes/building_blocks/pink_petal_block.json
c30ea498b71188ba3d6e6902dac989cb1855d2c5 data/botania/advancements/recipes/building_blocks/polished_livingrock.json
f914dd1cb3dfea7d5c4caa9c82da6eb0f55ad97e data/botania/advancements/recipes/building_blocks/polished_livingrock_slab.json
b91b5a17dee02852046f5c1718415ec2ed1d25e6 data/botania/advancements/recipes/building_blocks/polished_livingrock_stairs.json
526dd7d9187ecc3eaba691c129b0bc886df3126c data/botania/advancements/recipes/building_blocks/purple_petal_block.json
0f46e97a62a91c4c58be10a2fed7a53809fd2777 data/botania/advancements/recipes/building_blocks/red_pavement.json
3ac72044a879c3dc6d528906aa43752e8cfec7c5 data/botania/advancements/recipes/building_blocks/red_pavement_slab.json
62c60f6f04c26a0852284f10ef073514ef61f783 data/botania/advancements/recipes/building_blocks/red_pavement_stairs.json
aad6a07db46e8e56970c761eaa44243c121a5fd6 data/botania/advancements/recipes/building_blocks/red_petal_block.json
45fc61d747509bdcaf99b836146e1df28dc31a96 data/botania/advancements/recipes/building_blocks/red_quartz.json
22fa40027ec08ece5a388152437ecfa421d81bd2 data/botania/advancements/recipes/building_blocks/red_quartz_pillar.json
459ade6af607453fe8665e7bc427c40a1b983881 data/botania/advancements/recipes/building_blocks/red_quartz_slab.json
@@ -230,9 +246,11 @@ bc02c9dbcbbe73a103f57a93a599e17ea33a494a data/botania/advancements/recipes/build
978913ff19ea50d6aa58c0012ec94a14b76321d3 data/botania/advancements/recipes/building_blocks/white_pavement.json
1c9b36772260056e7a20d836418c0f47b9380e94 data/botania/advancements/recipes/building_blocks/white_pavement_slab.json
7ffea1c1d5d56d8c630487ade2ef67fec6320c84 data/botania/advancements/recipes/building_blocks/white_pavement_stairs.json
421ee36b7b7e335fe633917e6ff8d40170458649 data/botania/advancements/recipes/building_blocks/white_petal_block.json
c00a5c9f5bfb8bee276cb0f6a7f40ecdfa85eea8 data/botania/advancements/recipes/building_blocks/yellow_pavement.json
0d8491b334caa8b915ab4cbceb1d985b4df4125d data/botania/advancements/recipes/building_blocks/yellow_pavement_slab.json
45f9abba19e6aaf1e837c120b97d0220c83a738c data/botania/advancements/recipes/building_blocks/yellow_pavement_stairs.json
46bcc9afd852b991c4cc8aba9ed0860e8d9f8372 data/botania/advancements/recipes/building_blocks/yellow_petal_block.json
0ea44d5e2ab89fe83338e1081f7024dd36fc421a data/botania/advancements/recipes/combat/elementium_boots.json
3d4aa12dc391753dd42eb6377814b15d7c961ec5 data/botania/advancements/recipes/combat/elementium_chestplate.json
9b035f534d5c155503e704697a25f6df58def10c data/botania/advancements/recipes/combat/elementium_helmet.json
@@ -259,20 +277,15 @@ b73f7f477b88831977388cd3057be96c05842075 data/botania/advancements/recipes/decor
e6c15ee637057168f7434d5baaa8359d75fa68ee data/botania/advancements/recipes/decorations/bellows.json
8043954b5077e6e0349f644f3ff756599139898d data/botania/advancements/recipes/decorations/bifrost_perm.json
86113d314fdf227a324b767462a2454bab8567cc data/botania/advancements/recipes/decorations/black_floating_flower.json
665f21bc761ed34e57696a3a61e1ddfbcbfefcd6 data/botania/advancements/recipes/decorations/black_petal_block.json
1af4fcd283e827b898e2f0600125d55be2c3cfff data/botania/advancements/recipes/decorations/black_shiny_flower.json
b6fee76458b069af65dd21d5c6b4791e57a9c3e4 data/botania/advancements/recipes/decorations/blue_floating_flower.json
cb94c21001641a5b287fff451125b47b6985b1c4 data/botania/advancements/recipes/decorations/blue_petal_block.json
f39d4a17fe76116e7f641dad0636b779d5024433 data/botania/advancements/recipes/decorations/blue_shiny_flower.json
a1e04edfa515d8580f73be8bd56f7c970087f063 data/botania/advancements/recipes/decorations/brewery.json
68c5894cf8c8a4efa52642f5df85bfb1f62b8cd8 data/botania/advancements/recipes/decorations/brown_floating_flower.json
16fb49239bfd1c42138c949d677d83504394bcd3 data/botania/advancements/recipes/decorations/brown_petal_block.json
3510505b34f6b63cf57b92781f593835509caea3 data/botania/advancements/recipes/decorations/brown_shiny_flower.json
ca364a560235b6cf2a78f1b65de656118758ed2e data/botania/advancements/recipes/decorations/cell_block.json
c2cb88ba74fceaefc562fefebe7939de98ae1309 data/botania/advancements/recipes/decorations/cobweb.json
7f3c2c0a5db8b9dcd385ecccf7dabe5e11e9a97d data/botania/advancements/recipes/decorations/conjuration_catalyst.json
9b0dfc969678cad62978b8772bbd3a3d95486b78 data/botania/advancements/recipes/decorations/corporea_block.json
71a6df3ae899a0a4f4912f4b17aaba20e52784ef data/botania/advancements/recipes/decorations/corporea_brick.json
23e481877f3cb5ed0fdcb5a4c36593030256daeb data/botania/advancements/recipes/decorations/corporea_crystal_cube.json
237b036d23d00943939ef4fc11e84b91b7bf24b8 data/botania/advancements/recipes/decorations/corporea_funnel.json
f6405bd07dcbc51c778696811b4a93f14468206a data/botania/advancements/recipes/decorations/corporea_index.json
@@ -281,7 +294,6 @@ f2202324666217299d37e6b364c5a90c9d99885a data/botania/advancements/recipes/decor
ca6da294fe4efc6851ddf8b376ef5809ffe2af4a data/botania/advancements/recipes/decorations/corporea_spark_master.json
ca9b6591ad4d60671c6a8ca2e61079c8ce9b5b60 data/botania/advancements/recipes/decorations/crafty_crate.json
aa15c115b66aabc202664b49f17b9751ab8232f2 data/botania/advancements/recipes/decorations/cyan_floating_flower.json
0c237630fc5bde879534d1bc1179e15b171efdab data/botania/advancements/recipes/decorations/cyan_petal_block.json
a5c1da04a34eba8cddd3869b055cf124f73973b4 data/botania/advancements/recipes/decorations/cyan_shiny_flower.json
8ade0958f59b94696c01c56a9f4e2b90fbf62c56 data/botania/advancements/recipes/decorations/detector_light_relay.json
dd91d153666419695f159d27c3f8ff00892f1283 data/botania/advancements/recipes/decorations/diluted_pool.json
@@ -350,10 +362,8 @@ b21abf8b289468844a0cc54947b04ef8cb484cd3 data/botania/advancements/recipes/decor
438e017b861083d4a42a114cafd1d2b8161bd6b6 data/botania/advancements/recipes/decorations/gaia_pylon.json
321d45bb7df2bfc03dc083f5f32c9a512c15d000 data/botania/advancements/recipes/decorations/gaia_spreader.json
765a9faeba6f06944a1c2969c255cc2eea04cc3d data/botania/advancements/recipes/decorations/gray_floating_flower.json
55ef68192dd97d22c68b3d4f7ff925f7a6f0777d data/botania/advancements/recipes/decorations/gray_petal_block.json
220a2894ab49f0d884d9556a5d9e6d209c8f08aa data/botania/advancements/recipes/decorations/gray_shiny_flower.json
7af9fda7bf9f03e0b44f39b0508383cfc42ddacc data/botania/advancements/recipes/decorations/green_floating_flower.json
f2b3830c99d1fde3520ec37e6f12afc0c4803c08 data/botania/advancements/recipes/decorations/green_petal_block.json
3a5992a6254cd32d4b4600684c8310f095df532a data/botania/advancements/recipes/decorations/green_shiny_flower.json
7a3c2f2358cc5b8b92647b8b050b3d96977a4b3f data/botania/advancements/recipes/decorations/hourglass.json
3ed555aeb4368685dea013d59b5c875e598ed928 data/botania/advancements/recipes/decorations/incense_plate.json
@@ -383,19 +393,16 @@ c7f239fa57970047e260a76df3ff6fbcdd2252c0 data/botania/advancements/recipes/decor
5c7c5fcc1c4f6ccbbbd7f6c0e23525a7eab3b35c data/botania/advancements/recipes/decorations/lens_warp.json
9e4003427e210c3d198e65c94567fba71403340c data/botania/advancements/recipes/decorations/lens_weight.json
011ed028947f66b887a9f31cae656787dc6dd4f8 data/botania/advancements/recipes/decorations/light_blue_floating_flower.json
c95d6e43df151ed70e5c17226cd10afdd4e9b3a2 data/botania/advancements/recipes/decorations/light_blue_petal_block.json
26f51dcd28f4743eca7c94a95a8c59b4544766c5 data/botania/advancements/recipes/decorations/light_blue_shiny_flower.json
38e92fa2826e66d739f18f49a07efcefe5f30d78 data/botania/advancements/recipes/decorations/light_gray_floating_flower.json
3696399f3a44c9f799da01a78941587378abd30c data/botania/advancements/recipes/decorations/light_gray_petal_block.json
aa5c3b09ea0633994a846ac54fbaad93ff6c7476 data/botania/advancements/recipes/decorations/light_gray_shiny_flower.json
f3adf1b4f95aee525149ed3b93e028a66d0549df data/botania/advancements/recipes/decorations/light_launcher.json
33e4b968f3aeb4d31c8417b548e81c3cc60ce448 data/botania/advancements/recipes/decorations/light_relay.json
645b63c6a8f595883a683866bb44ae9c3f99cbce data/botania/advancements/recipes/decorations/lime_floating_flower.json
440ccb675d3646773061d1fbe1ffc5bb2a0e745e data/botania/advancements/recipes/decorations/lime_petal_block.json
eb418c1a718ae68cacc0d4137e9d10710414c900 data/botania/advancements/recipes/decorations/lime_shiny_flower.json
12132ab99a168994cf75e7fba091948e3ede1da2 data/botania/advancements/recipes/decorations/magenta_floating_flower.json
35be7f4c388bf6f2076ff1e9123f58f94efc3087 data/botania/advancements/recipes/decorations/magenta_petal_block.json
cb8c62ffe8a9209a69149e8b6c45d7c67243fa9c data/botania/advancements/recipes/decorations/magenta_shiny_flower.json
a1a49faf710e1350b7d03d2349bfed004dc1d6d1 data/botania/advancements/recipes/decorations/mana_bomb.json
95d914d08fbc9b6831f53bcdc39101f4e811c5a1 data/botania/advancements/recipes/decorations/mana_detector.json
af08d25f73bec4ef5fb4c99a99f1cf19048d4afa data/botania/advancements/recipes/decorations/mana_distributor.json
47481eae7fc1858b9fc9844de7186bf52dcee38b data/botania/advancements/recipes/decorations/mana_fluxfield.json
@@ -422,19 +429,15 @@ c8a13e0ef16e4c26b0cafbf5ccdbc1250c8589c6 data/botania/advancements/recipes/decor
0112f523415be90ab0f0447ded3f1862a5bb08f4 data/botania/advancements/recipes/decorations/natura_pylon.json
657c0a0310683147a0216ce5f6ab374c8b3c7a8c data/botania/advancements/recipes/decorations/open_crate.json
645a18a0980f3bae5392ff82962596fea20d95e9 data/botania/advancements/recipes/decorations/orange_floating_flower.json
9bce06b1d29dfd2d8bedef14f808b37cf042bbf0 data/botania/advancements/recipes/decorations/orange_petal_block.json
afe7bec715a809dbc31b229c686179d8fb2560e2 data/botania/advancements/recipes/decorations/orange_shiny_flower.json
3a7b7e013a7791542ab473706a6809ed59108c7d data/botania/advancements/recipes/decorations/pink_floating_flower.json
627763d9a49d1fbbc364ace615b5d87f93eebdb0 data/botania/advancements/recipes/decorations/pink_petal_block.json
c983b0c3d1ad2880ef986c66e12af6df94ae31e3 data/botania/advancements/recipes/decorations/pink_shiny_flower.json
5356bbf08c46584b118c580b0254c4706b9b19e7 data/botania/advancements/recipes/decorations/prism.json
c02182477e1cb655b5bb3860928a01097b12ae8c data/botania/advancements/recipes/decorations/pump.json
5f6cefc9744f4261272a3b29e086e058caaf15fc data/botania/advancements/recipes/decorations/purple_floating_flower.json
526dd7d9187ecc3eaba691c129b0bc886df3126c data/botania/advancements/recipes/decorations/purple_petal_block.json
a91fe020e2ca584d397ede1fbb59c68666dc91c1 data/botania/advancements/recipes/decorations/purple_shiny_flower.json
ca8ff579f7b221ca8f1661fa5f5247dabddcb2b8 data/botania/advancements/recipes/decorations/quartz_blaze.json
c26a6b63642cf7624781283088438846f752c3c0 data/botania/advancements/recipes/decorations/red_floating_flower.json
aad6a07db46e8e56970c761eaa44243c121a5fd6 data/botania/advancements/recipes/decorations/red_petal_block.json
e494d53b45bb767a351606ed3dfb3c8e0ff38fd9 data/botania/advancements/recipes/decorations/red_shiny_flower.json
fe9b994696872424883d87c8c44226e11eeaf472 data/botania/advancements/recipes/decorations/redstone_spreader.json
52b262846805024c31db4c8c205c70413ad7741d data/botania/advancements/recipes/decorations/runic_altar.json
@@ -454,10 +457,8 @@ a810e077aa588e183cade80f1fbd44adfbd0348b data/botania/advancements/recipes/decor
f9dcaae230864916bd127fd5fe6caae7250791be data/botania/advancements/recipes/decorations/toggle_light_relay.json
7514b3020e8b90d8db7dfd403fce4a73def95250 data/botania/advancements/recipes/decorations/turntable.json
1ea92e062e5b972268498f42277c178fcf4f64cf data/botania/advancements/recipes/decorations/white_floating_flower.json
421ee36b7b7e335fe633917e6ff8d40170458649 data/botania/advancements/recipes/decorations/white_petal_block.json
4e71e88ce22d4129c73cdd9e4dc6e29ec9334c78 data/botania/advancements/recipes/decorations/white_shiny_flower.json
a636226f18426cc164089d73807d536eb89d9c68 data/botania/advancements/recipes/decorations/yellow_floating_flower.json
46bcc9afd852b991c4cc8aba9ed0860e8d9f8372 data/botania/advancements/recipes/decorations/yellow_petal_block.json
2c673ad6feb8a675dd4f91c6ec7cef9df638a26c data/botania/advancements/recipes/decorations/yellow_shiny_flower.json
cc6dbc7509f9d461182d35b90e395d430dbeb773 data/botania/advancements/recipes/food/mushroom_stew.json
a56ed7ab7e35d4d00859ddef852745f0403de0ca data/botania/advancements/recipes/misc/bifrost_pane.json
@@ -526,7 +527,6 @@ edc53638e5765446e4be2b0ff70527bde6935778 data/botania/advancements/recipes/misc/
46b712704ca7f9b9a39ac877ad29941fb239b40a data/botania/advancements/recipes/misc/cosmetic_witch_pin.json
952f55a76da2325d052a53f7e9b003c8e7798f33 data/botania/advancements/recipes/misc/dragonstone_block.json
92ddc6644ebcff472c95fd3e89aa3877f3b57373 data/botania/advancements/recipes/misc/dreamwood_fence.json
1244b7eed2549a4ab4f70c6e676b717825feef1a data/botania/advancements/recipes/misc/dreamwood_fence_gate.json
6e6a0546f68cd5d5ce7f2c8e2fafce8cdafdcb70 data/botania/advancements/recipes/misc/dreamwood_twig.json
4e49f69adaf8de149739e633f6fb04d3260bbe60 data/botania/advancements/recipes/misc/dreamwood_wall.json
3082d841a4eb4a1a4fca52f32ccf2382d5fadbd1 data/botania/advancements/recipes/misc/dry_seeds.json
@@ -557,7 +557,6 @@ c78d5002d67a517f1bd413579cbceb692b32206f data/botania/advancements/recipes/misc/
b74bea14ae475f28888cd5f25039d8159cd81003 data/botania/advancements/recipes/misc/livingrock_bricks_wall.json
b9e6ec4966deb1b45d3da7b4dbb107eacc7dbb97 data/botania/advancements/recipes/misc/livingrock_wall.json
80e1b14492461edaad346478a398f8806ecfd994 data/botania/advancements/recipes/misc/livingwood_fence.json
6506d74fdc35160e53dde82e059cf8556b8f001b data/botania/advancements/recipes/misc/livingwood_fence_gate.json
f3b3d59ee1434c78abe185058b978e8829aee869 data/botania/advancements/recipes/misc/livingwood_twig.json
e265c1e22d39ee10e59b3988bb9ff283668515f5 data/botania/advancements/recipes/misc/livingwood_wall.json
d46bbad9a4409e60bb4febce7f98a2610c18e5dc data/botania/advancements/recipes/misc/mana_diamond_block.json
@@ -649,6 +648,8 @@ f46cb312b908b392f706c2184d8ef785ed85c487 data/botania/advancements/recipes/redst
d52f73194f362e8068bed892a0b56f4b7d7443b4 data/botania/advancements/recipes/redstone/apothecary_plains.json
2abd13e65f440e494c42cb0979d120e9f1e7156a data/botania/advancements/recipes/redstone/apothecary_swamp.json
9105b30577f82f30130e0084b0cf297c599e4c44 data/botania/advancements/recipes/redstone/apothecary_taiga.json
1244b7eed2549a4ab4f70c6e676b717825feef1a data/botania/advancements/recipes/redstone/dreamwood_fence_gate.json
6506d74fdc35160e53dde82e059cf8556b8f001b data/botania/advancements/recipes/redstone/livingwood_fence_gate.json
bbe27569204705302fd8309d624a4ba261eb891c data/botania/advancements/recipes/redstone/red_string_comparator.json
7a176d4087ab275f33abddff7df72eef1530a5d9 data/botania/advancements/recipes/redstone/red_string_dispenser.json
c5a483f43f1fed2d9eb0ef11f060d27147616b3d data/botania/advancements/recipes/redstone/red_string_fertilizer.json
@@ -710,7 +711,6 @@ fb05df686b1c0879a3345758e480ecb26a3bf70e data/botania/advancements/recipes/tools
d022143d83de1ac62bf38c2704f10609dbef3139 data/botania/advancements/recipes/tools/livingwood_bow.json
fdd9ec4cfc7100a67644862f1d74caf672da13d2 data/botania/advancements/recipes/tools/magnet_ring.json
65c0b9f2ff6ecabe09d938946ed61c0489dcec44 data/botania/advancements/recipes/tools/magnet_ring_greater.json
a1a49faf710e1350b7d03d2349bfed004dc1d6d1 data/botania/advancements/recipes/tools/mana_bomb.json
521e4427910891034ef32b2bffc3e89d6009a760 data/botania/advancements/recipes/tools/mana_gun.json
1dd470181a25ed1f6afca7936d8412647472b5be data/botania/advancements/recipes/tools/mana_mirror.json
21a1ba2852a6a4c1b3c1f3722d6f997c721d0af1 data/botania/advancements/recipes/tools/mana_ring.json
@@ -738,7 +738,6 @@ efad371d094400daf7c2e9582bdb23a50c59ae1c data/botania/advancements/recipes/tools
6ed009540fd3ad6236e2547206428d94bc424e2b data/botania/advancements/recipes/tools/pattern_donut.json
b4d6b481688b5c0483a784a23867c03907784b10 data/botania/advancements/recipes/tools/pixie_ring.json
fe0d06666283af49f67627fcb6be0933813d1072 data/botania/advancements/recipes/tools/placeholder.json
7df2f46a303df5722d46728fff20901201a4f417 data/botania/advancements/recipes/tools/pool_minecart.json
afced1106aecff3608574c2e62ad04d2aa4f358f data/botania/advancements/recipes/tools/rainbow_rod.json
97ced149824b1df7484e40f2445065c52b326305 data/botania/advancements/recipes/tools/reach_ring.json
a0ecfffe0e919633d3cfc1f9bec935b962d13b98 data/botania/advancements/recipes/tools/sextant.json
@@ -774,6 +773,7 @@ beb54e0e4d8facfeac64d434d0ffac7914613524 data/botania/advancements/recipes/tools
1071f2a962dbe7ec5b8a3b6bfb6674cc856b0f80 data/botania/advancements/recipes/tools/water_rod.json
eec3033d14e6ce3e130698226485416e0631c98a data/botania/advancements/recipes/tools/world_seed.json
901b656f5ea338dba7af2481690304b3a6ceb7cd data/botania/advancements/recipes/transportation/ghost_rail.json
7df2f46a303df5722d46728fff20901201a4f417 data/botania/advancements/recipes/transportation/pool_minecart.json
8191db55271d06dc5b825ab8172f45ec1f8dee19 data/botania/recipes/abstruse_platform.json
965e66fc47fc42fd6a90ef813d734bd1845cac06 data/botania/recipes/alchemy_catalyst.json
f69abca27e34d103086b8e32e0968af1179ec9e0 data/botania/recipes/alfheim_portal.json
@@ -820,9 +820,9 @@ b38e5b5f82c77e29a628198c54191d0d1e5ce43f data/botania/recipes/black_hole_talisma
1cf06c6088ea0180d0e049c37d01a12b28b22354 data/botania/recipes/black_pavement.json
3120d64ee3ba27b673aba1db1a175410ca0253de data/botania/recipes/black_pavement_slab.json
63a2eedfcca7305197835485167a47f3d0d33399 data/botania/recipes/black_pavement_stairs.json
8d87b7ee5f02fb0f5e5dccd07affd671dbcceaee data/botania/recipes/black_petal_block.json
38ae7a17b0d59eabdf6ef4089514aa1262b414c4 data/botania/recipes/black_petal_block.json
aa57ed1795af2a0e0a62b9e2096387eef261f7ec data/botania/recipes/black_shiny_flower.json
435a80dbefd219f2da7e5d00c8df6aa7910e3b6d data/botania/recipes/blaze_block.json
419906575ad720f6b5095abf1673c1716cefe00c data/botania/recipes/blaze_block.json
54a24b55c5a090da9f4e4db0be6c7e5ebe04dbdd data/botania/recipes/blaze_quartz.json
cec26129c0b0446deeb80215adb07ed9feafb67b data/botania/recipes/blaze_quartz_pillar.json
3e135c59df25417ff46bbc2adaf9bec14d780836 data/botania/recipes/blaze_quartz_slab.json
@@ -832,11 +832,11 @@ c39b2e4a889cd053e57699ac5ec59a1aef576d5a data/botania/recipes/blood_pendant.json
66eade7651c9397de7112f448842442fde675860 data/botania/recipes/blue_pavement.json
7ee3d313abafae05d9b066771c4ccbbd06d3b470 data/botania/recipes/blue_pavement_slab.json
583913c551bc7cf355e7959961161756e05f809e data/botania/recipes/blue_pavement_stairs.json
856eefe1e0aae1923e35a7d18fd1dd512bb39a24 data/botania/recipes/blue_petal_block.json
7b275f696319a4746fba02e810de809de68ed880 data/botania/recipes/blue_petal_block.json
9f2e8b93d6bee7a3208fd5aca246e1ce2ffa082e data/botania/recipes/blue_shiny_flower.json
30e6137ab1f0cae550eabaa6f1ae228cb44450db data/botania/recipes/brewery.json
003b9efd04fa5308ed22344f1e1f3ea01c51a6c4 data/botania/recipes/brown_floating_flower.json
6b2520fe7b10ee0d8d8c1b3461a239ff240fb0f0 data/botania/recipes/brown_petal_block.json
c62d2e6c9e8dc524f6b6e6c2552e8cd4f02cbd11 data/botania/recipes/brown_petal_block.json
73009dd756f7187dfe091706b081e0a6cb7054fb data/botania/recipes/brown_shiny_flower.json
b73945083583cad7edfd5c88255ed2f97cb0fc5a data/botania/recipes/cacophonium.json
24a01eadf257eaa38e51f01d965f807937e7432a data/botania/recipes/cell_block.json
@@ -890,8 +890,8 @@ d100bf48e522040adce0059d82686f432002d9ab data/botania/recipes/conversions/terras
f1766910bed4d6686034fed3d69daf3a39df432e data/botania/recipes/conversions/terrasteel_to_nugget.json
7a954440db149c5ebaadeebfb485893d468069b7 data/botania/recipes/conversions/white_petal_block_deconstruct.json
bd4472159a5f6d84f839fb3ccb3a19e325ca5a98 data/botania/recipes/conversions/yellow_petal_block_deconstruct.json
93de83c5b9dbd6f873652ec1598140b2214e37e0 data/botania/recipes/corporea_block.json
084e0eac3899b2ad2fe89698642a5677c3f83718 data/botania/recipes/corporea_brick.json
b922087ca034c9a0d688556c9c5ed9342041e66d data/botania/recipes/corporea_block.json
433480bf80e0f31c8724bf3ee4cfbe04819c5529 data/botania/recipes/corporea_brick.json
1f0ae4dd41729207df587e844cf62008151bb7d3 data/botania/recipes/corporea_brick_slab.json
cc9ac348b2f1ae71dd5d4a8f0f819afbdf299e75 data/botania/recipes/corporea_brick_stairs.json
9243672412fa465ba72dca4a0c650632af9c7f89 data/botania/recipes/corporea_brick_wall.json
@@ -940,7 +940,7 @@ ce0714a97ccfac977f7ac63227d12dd562c92c60 data/botania/recipes/cosmetic_tiny_pota
660113b5410dc133458de553edb4ca7fcd30ae8e data/botania/recipes/crafty_crate.json
d86843f148ace89296b8be4229e879bc01d636eb data/botania/recipes/crystal_bow.json
eef98eb32a78dec9ad74817e52b86ef6898d0fce data/botania/recipes/cyan_floating_flower.json
5cd8f07d4b10c3803d6aa1fcd0c70f20d195fe53 data/botania/recipes/cyan_petal_block.json
ad588f71f92eb01d779078928a6d2ac5859ca575 data/botania/recipes/cyan_petal_block.json
992cf633afad96cc5d4cbbc0f8962eba3552b36b data/botania/recipes/cyan_shiny_flower.json
f6a6d929cc8b0d018ece4ff0ed6d42d5a23e8938 data/botania/recipes/dark_quartz.json
e668cbe301db9b5629aa3bff5effc3ef219bc167 data/botania/recipes/dark_quartz_pillar.json
@@ -955,7 +955,7 @@ ea5c16e8b68c57ec2ab498451ef7bf4ad20941a7 data/botania/recipes/dirt_rod.json
1d056c01e88d3b425dcf49e408ac2284a3c8b7d3 data/botania/recipes/dragonstone_block.json
944ec3da6c9989a6d571f694f3da84ed48f6e622 data/botania/recipes/dreamwood.json
6d4860d8763eeced412235f0260266a7d38cf7ef data/botania/recipes/dreamwood_fence.json
f8d18b8e9a945cbded7240fe9e36b146f27f7028 data/botania/recipes/dreamwood_fence_gate.json
489710851bf7961672c8d2a2cfd536893d468395 data/botania/recipes/dreamwood_fence_gate.json
3205274b85f7f5800307832c25ec3b52321bdd11 data/botania/recipes/dreamwood_planks.json
fff3f71053db7d91b50766cc6a0dba0ed7eea914 data/botania/recipes/dreamwood_planks_slab.json
df67a85bd21e2a078f45a325c543542a9695f6fb data/botania/recipes/dreamwood_planks_stairs.json
@@ -1115,13 +1115,13 @@ c423a7e89e0e3bfdd7403d0b368ff91e46020295 data/botania/recipes/goddess_charm.json
1379692d372c9ad27e3d7040913d636d549e2a0a data/botania/recipes/golden_seeds.json
dd1e83df9eb1d471f13a5edecabe9777b82ea748 data/botania/recipes/gravity_rod.json
5146bd43ee37dae234fd051167ff4def3014872a data/botania/recipes/gray_floating_flower.json
21cf332728a9e6f91a188b06404376fb58282d2b data/botania/recipes/gray_petal_block.json
b8a58a32546195ee99c96353c48d438d54059bc2 data/botania/recipes/gray_petal_block.json
dd200651567ae58cacace9e18a970ee7669d24f4 data/botania/recipes/gray_shiny_flower.json
784e22d72d494ba2d4f00a27b0fea3f2be54c1cb data/botania/recipes/green_floating_flower.json
1f3fb39740a852a04966993346165abbbb724729 data/botania/recipes/green_pavement.json
7de567866d3ca94d23be2839c27bf57cd4a10b13 data/botania/recipes/green_pavement_slab.json
6c2dea8cc7d843728d9ebef6f202213dc8154496 data/botania/recipes/green_pavement_stairs.json
2aff528ecbc8272040d8ce47a1131bf67feead39 data/botania/recipes/green_petal_block.json
e0eefed848e2c8c2d0d4130b235214f316b67c3f data/botania/recipes/green_petal_block.json
884128a7df04efbed4e973da4f8c2386e5fce227 data/botania/recipes/green_shiny_flower.json
741e3a7ce45e4338d647a2dfda8b99584272403d data/botania/recipes/holy_cloak.json
822ed2ea3473f38b36a338a10806f3942e0ffd01 data/botania/recipes/horn_grass.json
@@ -1169,15 +1169,15 @@ fb58e17347025f9bc814d612a57b232d27ee42b5 data/botania/recipes/lens_time.json
2b19bffb3caf1892eda98fe80d6b992076a33ceb data/botania/recipes/lens_weight.json
3142a4c6b91325f96f121a585df3c1a3e6cc66d4 data/botania/recipes/lexicon.json
64237a3eebee1b2002ded54b2b779837b1a07b3b data/botania/recipes/light_blue_floating_flower.json
5e7bfa676bd1bcd0d150a214c086b7b455954b8a data/botania/recipes/light_blue_petal_block.json
7c0fdcdc766bdbc2c43c5fc15a60e9bfe0faa012 data/botania/recipes/light_blue_petal_block.json
a2dba5f8adfae261a7ae1699d4c62d1b9be608be data/botania/recipes/light_blue_shiny_flower.json
f92e69c6a03f46e5272459f16105491c4b83085a data/botania/recipes/light_gray_floating_flower.json
98905b78e8db5503b905d17f21a7fc5237a6447d data/botania/recipes/light_gray_petal_block.json
35da27d2bc4c8561aa3da1449f7796141dde3300 data/botania/recipes/light_gray_petal_block.json
08f7e2b32663710e13b8c1b2e97097e9e60cfc11 data/botania/recipes/light_gray_shiny_flower.json
ff7ed15ae9a1393693c2825603c1818899ca1228 data/botania/recipes/light_launcher.json
1ca8300d1ac43723ff4242510f24aac9a5d8442c data/botania/recipes/light_relay.json
e75ad4e79c428b1fea7828a32ffd0a5e4b187690 data/botania/recipes/lime_floating_flower.json
6291c9ca2f7d7235f20d5e69152f3ad3e4ab7de4 data/botania/recipes/lime_petal_block.json
041d4222693f3145446a8ba317367f9d236b154d data/botania/recipes/lime_petal_block.json
8b9dcf660573a8adabed7e8122948c05c3c67b71 data/botania/recipes/lime_shiny_flower.json
47066b3f73c2408c15526d11186adad258695ae9 data/botania/recipes/livingrock_bricks.json
f37dd490f30306f5dd41a21302c8b8786cf712e8 data/botania/recipes/livingrock_bricks_slab.json
@@ -1189,7 +1189,7 @@ f37dd490f30306f5dd41a21302c8b8786cf712e8 data/botania/recipes/livingrock_bricks_
f4b60a0aabea0e4ab6689770b6f87e8c0e3b6813 data/botania/recipes/livingwood.json
80aafc62517f0cddb029b2547dd6d656ed62a703 data/botania/recipes/livingwood_bow.json
59bcf8029a208cc32840e5e6c34f89d73f373e5d data/botania/recipes/livingwood_fence.json
3ff9793958184e216516fdb7086be7dec0dddefb data/botania/recipes/livingwood_fence_gate.json
842c9dece6073184a502d3f16317d899cf32eafa data/botania/recipes/livingwood_fence_gate.json
ed965325840b9c450f5c5ad73a0d158d62beae41 data/botania/recipes/livingwood_planks.json
93f4577b57099a4db47a5abc05d4a7a0bb31e330 data/botania/recipes/livingwood_planks_slab.json
e17aa896fd4e8f55cb001ff9ebbcd2b51f79aa08 data/botania/recipes/livingwood_planks_stairs.json
@@ -1198,11 +1198,11 @@ e17aa896fd4e8f55cb001ff9ebbcd2b51f79aa08 data/botania/recipes/livingwood_planks_
ee112788cbfe322077e847681fff504350dea3b5 data/botania/recipes/livingwood_twig.json
92026e04d74896d079df6fa755ccdf1f92597ab3 data/botania/recipes/livingwood_wall.json
8347392583acc98044b1786ae88d30dcc4036356 data/botania/recipes/magenta_floating_flower.json
9fc60d826cf577ed42f74f31cee3cb7a3e92d522 data/botania/recipes/magenta_petal_block.json
259f7982f356f361af9a60a6531c998910f64d8d data/botania/recipes/magenta_petal_block.json
587150abd8017b1490904aee08f3d19c8bdbdfe1 data/botania/recipes/magenta_shiny_flower.json
a9bebeb3915959a7449822a6a3ff9da44f2490bf data/botania/recipes/magnet_ring.json
da54e0fe9aca514b54c86e5278f88025264a9e50 data/botania/recipes/magnet_ring_greater.json
30c91b8c773917754001b6d7aaa7120c75d793c5 data/botania/recipes/mana_bomb.json
8e69ddf9f22c00967aa5f971b7fb58e6179bdcb8 data/botania/recipes/mana_bomb.json
6a468941d330e2c8045af94ae3c30b15e2fb8685 data/botania/recipes/mana_detector.json
61c118db3b47ac656e50424ebf0b9017dd68ffe6 data/botania/recipes/mana_diamond_block.json
4437404282c2250dd573a328967130d9a9479887 data/botania/recipes/mana_distributor.json
@@ -1353,7 +1353,7 @@ b23ac641207cc141429871d0b98fd77d032cce4b data/botania/recipes/mushroom_stew.json
6dd7a0c249d6a4a6a34236c2cb9705488c4ced1d data/botania/recipes/open_bucket.json
8d4c22d3479b8013b6a151847de461a69c24a944 data/botania/recipes/open_crate.json
b36d5a9328f5e58d0a240524431fd4fba7c6f873 data/botania/recipes/orange_floating_flower.json
9d56c604dae95ab2e66b5633f9eae07f8f916adf data/botania/recipes/orange_petal_block.json
be39bbf382f6bb4a3def5034cc42542a8e419b88 data/botania/recipes/orange_petal_block.json
13c1a5ece2a37762d7eee526f6615ec7b7801755 data/botania/recipes/orange_shiny_flower.json
759076a53e34b8fd95c266d238b614c30528d4e8 data/botania/recipes/pattern_1_1.json
5238ed91f040b257ac4e93c22741a9dee28c99a2 data/botania/recipes/pattern_1_2.json
@@ -1400,7 +1400,7 @@ fbc9d12f9f432ae4e3129343eb54358df982ff61 data/botania/recipes/petal_purple.json
e4873d20558d4839562a573b8baa523ddced447f data/botania/recipes/petal_yellow_double.json
a74b53228afa4f08fb18addfc5365e1383679d83 data/botania/recipes/phantom_ink.json
9566592d737af7e34e3624513715d7b84aa774af data/botania/recipes/pink_floating_flower.json
f86ba597f7a44b18e8e7e1f191b9ad58b991fcb1 data/botania/recipes/pink_petal_block.json
f8ec1c7e276f224ed01491d25501e2caa63d0336 data/botania/recipes/pink_petal_block.json
c02f41442737930a58c11b44b8f487a17beb66ac data/botania/recipes/pink_shiny_flower.json
542db8ae7fa6da8167b8023a645b2bd89e220497 data/botania/recipes/pixie_ring.json
3b56c11a664ccc53e98d57bf7f6300c1b57b997a data/botania/recipes/placeholder.json
@@ -1408,11 +1408,11 @@ c02f41442737930a58c11b44b8f487a17beb66ac data/botania/recipes/pink_shiny_flower.
625a1a82014c9af893535868cb58950c3c5141ff data/botania/recipes/polished_livingrock_slab.json
2f70f5ecdd97d67fd4806ed7081a745d334fda70 data/botania/recipes/polished_livingrock_stairs.json
dbe5f8b00312e4b6836eaf4f890df24a1c3b656e data/botania/recipes/polished_livingrock_wall.json
9d9f7b35a3e9d7d693e9674f840da84e023a975b data/botania/recipes/pool_minecart.json
4daef49c64beb39636ad810e8cb638ea103e9f45 data/botania/recipes/pool_minecart.json
6c00aab97eab36bbd3e31274b6188fcf28edec00 data/botania/recipes/prism.json
98ed03e6ecb36fa29378532711b6217761ed7b07 data/botania/recipes/pump.json
e51096818ec7b65f5e87a719821a546981ffc0b3 data/botania/recipes/purple_floating_flower.json
2c475c638ecce60d3bc72cee2e34ca10ef23aea3 data/botania/recipes/purple_petal_block.json
754960ba76da5d68552abbc5a1a0f5ed6d2b3d34 data/botania/recipes/purple_petal_block.json
8d17d752ea4fd5ba1845fec70bc93762f0f34951 data/botania/recipes/purple_shiny_flower.json
1e8804ef39b43c588013067e6bba839e767e7a89 data/botania/recipes/quartz_blaze.json
67e326c05a3b4d1b078c7e577a9d08101aa6c21f data/botania/recipes/quartz_dark.json
@@ -1425,7 +1425,7 @@ c7c78ac78d9655b93f4260fa4cdd0f3148ecab8b data/botania/recipes/red_floating_flowe
3254477bfeb49a2d8f3ceeff5476e137f9736e91 data/botania/recipes/red_pavement.json
71b259631ae1f7a7abc9b448d79a3a34eca87b22 data/botania/recipes/red_pavement_slab.json
39ce4e5e2ee5121088600a00651169e22178240a data/botania/recipes/red_pavement_stairs.json
0bfad1d51c14d20a95c87848854c632d27544a2f data/botania/recipes/red_petal_block.json
ebdc5347d30f1c8db2861e8c2380135cd21d6a5e data/botania/recipes/red_petal_block.json
271c4c179080347932ef829f7675588cf4870293 data/botania/recipes/red_quartz.json
4738c96dd5476d1d04a6fa3f8f9f0a818b237710 data/botania/recipes/red_quartz_pillar.json
fb947e4cc10b325dbf5188436dac0282702c4529 data/botania/recipes/red_quartz_slab.json
@@ -1556,12 +1556,12 @@ d9e5cf1e4ea3a41d8fe6e00fd6902a1297d8db91 data/botania/recipes/water_rod.json
3685e2e6db3699e7c4520d1b5070f538cffd865d data/botania/recipes/white_pavement.json
579b41a48bb399ef946c6fe5f9dba05f1b21a977 data/botania/recipes/white_pavement_slab.json
b10d8fa8a6ed766d58ddfc5a3f20bb922c7c386c data/botania/recipes/white_pavement_stairs.json
2226ad9ec0154532ffd3dce2f6319b6c6a6cddde data/botania/recipes/white_petal_block.json
e99d10f0ed3b05e3d94edfc6e8a090134c57b02e data/botania/recipes/white_petal_block.json
0b33981bb154c38e5d5f35e098552d6fbdbdfe3f data/botania/recipes/white_shiny_flower.json
157366a4e1af32606dd9306be01d964eb5f7ac98 data/botania/recipes/world_seed.json
e2377ed315b7ed6fa2b15c8f6e23ad6051f9c8d9 data/botania/recipes/yellow_floating_flower.json
f88c714631dafbc2162fe70fd56303516731d798 data/botania/recipes/yellow_pavement.json
9e8c04e240ed77e2a3acd69bd379a65947e55b05 data/botania/recipes/yellow_pavement_slab.json
fdab7551f71d12c964e21f1bd83644fca349cef9 data/botania/recipes/yellow_pavement_stairs.json
19ecb28d4a10f1e73c2fe900eb6227a2558acb2f data/botania/recipes/yellow_petal_block.json
0c0d6ca539ac51d9223c207f3155350da4e0b4c3 data/botania/recipes/yellow_petal_block.json
51df8b72c9871871578cefc894110ef99f69fe7d data/botania/recipes/yellow_shiny_flower.json
diff --git a/Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/black_petal_block.json b/Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/black_petal_block.json
similarity index 100%
rename from Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/black_petal_block.json
rename to Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/black_petal_block.json
diff --git a/Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/blue_petal_block.json b/Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/blue_petal_block.json
similarity index 100%
rename from Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/blue_petal_block.json
rename to Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/blue_petal_block.json
diff --git a/Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/brown_petal_block.json b/Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/brown_petal_block.json
similarity index 100%
rename from Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/brown_petal_block.json
rename to Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/brown_petal_block.json
diff --git a/Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/corporea_block.json b/Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/corporea_block.json
similarity index 100%
rename from Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/corporea_block.json
rename to Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/corporea_block.json
diff --git a/Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/corporea_brick.json b/Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/corporea_brick.json
similarity index 100%
rename from Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/corporea_brick.json
rename to Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/corporea_brick.json
diff --git a/Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/cyan_petal_block.json b/Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/cyan_petal_block.json
similarity index 100%
rename from Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/cyan_petal_block.json
rename to Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/cyan_petal_block.json
diff --git a/Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/gray_petal_block.json b/Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/gray_petal_block.json
similarity index 100%
rename from Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/gray_petal_block.json
rename to Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/gray_petal_block.json
diff --git a/Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/green_petal_block.json b/Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/green_petal_block.json
similarity index 100%
rename from Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/green_petal_block.json
rename to Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/green_petal_block.json
diff --git a/Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/light_blue_petal_block.json b/Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/light_blue_petal_block.json
similarity index 100%
rename from Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/light_blue_petal_block.json
rename to Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/light_blue_petal_block.json
diff --git a/Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/light_gray_petal_block.json b/Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/light_gray_petal_block.json
similarity index 100%
rename from Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/light_gray_petal_block.json
rename to Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/light_gray_petal_block.json
diff --git a/Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/lime_petal_block.json b/Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/lime_petal_block.json
similarity index 100%
rename from Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/lime_petal_block.json
rename to Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/lime_petal_block.json
diff --git a/Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/magenta_petal_block.json b/Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/magenta_petal_block.json
similarity index 100%
rename from Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/magenta_petal_block.json
rename to Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/magenta_petal_block.json
diff --git a/Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/orange_petal_block.json b/Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/orange_petal_block.json
similarity index 100%
rename from Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/orange_petal_block.json
rename to Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/orange_petal_block.json
diff --git a/Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/pink_petal_block.json b/Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/pink_petal_block.json
similarity index 100%
rename from Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/pink_petal_block.json
rename to Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/pink_petal_block.json
diff --git a/Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/purple_petal_block.json b/Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/purple_petal_block.json
similarity index 100%
rename from Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/purple_petal_block.json
rename to Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/purple_petal_block.json
diff --git a/Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/red_petal_block.json b/Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/red_petal_block.json
similarity index 100%
rename from Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/red_petal_block.json
rename to Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/red_petal_block.json
diff --git a/Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/white_petal_block.json b/Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/white_petal_block.json
similarity index 100%
rename from Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/white_petal_block.json
rename to Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/white_petal_block.json
diff --git a/Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/yellow_petal_block.json b/Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/yellow_petal_block.json
similarity index 100%
rename from Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/yellow_petal_block.json
rename to Xplat/src/generated/resources/data/botania/advancements/recipes/building_blocks/yellow_petal_block.json
diff --git a/Xplat/src/generated/resources/data/botania/advancements/recipes/tools/mana_bomb.json b/Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/mana_bomb.json
similarity index 100%
rename from Xplat/src/generated/resources/data/botania/advancements/recipes/tools/mana_bomb.json
rename to Xplat/src/generated/resources/data/botania/advancements/recipes/decorations/mana_bomb.json
diff --git a/Xplat/src/generated/resources/data/botania/advancements/recipes/misc/dreamwood_fence_gate.json b/Xplat/src/generated/resources/data/botania/advancements/recipes/redstone/dreamwood_fence_gate.json
similarity index 100%
rename from Xplat/src/generated/resources/data/botania/advancements/recipes/misc/dreamwood_fence_gate.json
rename to Xplat/src/generated/resources/data/botania/advancements/recipes/redstone/dreamwood_fence_gate.json
diff --git a/Xplat/src/generated/resources/data/botania/advancements/recipes/misc/livingwood_fence_gate.json b/Xplat/src/generated/resources/data/botania/advancements/recipes/redstone/livingwood_fence_gate.json
similarity index 100%
rename from Xplat/src/generated/resources/data/botania/advancements/recipes/misc/livingwood_fence_gate.json
rename to Xplat/src/generated/resources/data/botania/advancements/recipes/redstone/livingwood_fence_gate.json
diff --git a/Xplat/src/generated/resources/data/botania/advancements/recipes/tools/pool_minecart.json b/Xplat/src/generated/resources/data/botania/advancements/recipes/transportation/pool_minecart.json
similarity index 100%
rename from Xplat/src/generated/resources/data/botania/advancements/recipes/tools/pool_minecart.json
rename to Xplat/src/generated/resources/data/botania/advancements/recipes/transportation/pool_minecart.json
diff --git a/Xplat/src/generated/resources/data/botania/recipes/black_petal_block.json b/Xplat/src/generated/resources/data/botania/recipes/black_petal_block.json
index bf3586e3d..ef1d70b52 100644
--- a/Xplat/src/generated/resources/data/botania/recipes/black_petal_block.json
+++ b/Xplat/src/generated/resources/data/botania/recipes/black_petal_block.json
@@ -1,6 +1,6 @@
{
  "type": "minecraft:crafting_shaped",
  "category": "misc",
  "category": "building",
  "group": "botania:petal_block",
  "key": {
    "P": {
diff --git a/Xplat/src/generated/resources/data/botania/recipes/blaze_block.json b/Xplat/src/generated/resources/data/botania/recipes/blaze_block.json
index 0e3bad532..784391323 100644
--- a/Xplat/src/generated/resources/data/botania/recipes/blaze_block.json
+++ b/Xplat/src/generated/resources/data/botania/recipes/blaze_block.json
@@ -20,7 +20,7 @@
  },
  "gog": {
    "type": "minecraft:crafting_shaped",
    "category": "misc",
    "category": "building",
    "key": {
      "I": {
        "item": "minecraft:blaze_powder"
diff --git a/Xplat/src/generated/resources/data/botania/recipes/blue_petal_block.json b/Xplat/src/generated/resources/data/botania/recipes/blue_petal_block.json
index 6413e6d4e..bc23d151c 100644
--- a/Xplat/src/generated/resources/data/botania/recipes/blue_petal_block.json
+++ b/Xplat/src/generated/resources/data/botania/recipes/blue_petal_block.json
@@ -1,6 +1,6 @@
{
  "type": "minecraft:crafting_shaped",
  "category": "misc",
  "category": "building",
  "group": "botania:petal_block",
  "key": {
    "P": {
diff --git a/Xplat/src/generated/resources/data/botania/recipes/brown_petal_block.json b/Xplat/src/generated/resources/data/botania/recipes/brown_petal_block.json
index 9959fb9ef..0e55dc827 100644
--- a/Xplat/src/generated/resources/data/botania/recipes/brown_petal_block.json
+++ b/Xplat/src/generated/resources/data/botania/recipes/brown_petal_block.json
@@ -1,6 +1,6 @@
{
  "type": "minecraft:crafting_shaped",
  "category": "misc",
  "category": "building",
  "group": "botania:petal_block",
  "key": {
    "P": {
diff --git a/Xplat/src/generated/resources/data/botania/recipes/corporea_block.json b/Xplat/src/generated/resources/data/botania/recipes/corporea_block.json
index 1720528b2..002af3392 100644
--- a/Xplat/src/generated/resources/data/botania/recipes/corporea_block.json
+++ b/Xplat/src/generated/resources/data/botania/recipes/corporea_block.json
@@ -1,6 +1,6 @@
{
  "type": "minecraft:crafting_shapeless",
  "category": "misc",
  "category": "building",
  "ingredients": [
    {
      "item": "botania:polished_livingrock"
diff --git a/Xplat/src/generated/resources/data/botania/recipes/corporea_brick.json b/Xplat/src/generated/resources/data/botania/recipes/corporea_brick.json
index d1f653084..a2ba48fa4 100644
--- a/Xplat/src/generated/resources/data/botania/recipes/corporea_brick.json
+++ b/Xplat/src/generated/resources/data/botania/recipes/corporea_brick.json
@@ -1,6 +1,6 @@
{
  "type": "minecraft:crafting_shaped",
  "category": "misc",
  "category": "building",
  "key": {
    "R": {
      "item": "botania:corporea_block"
diff --git a/Xplat/src/generated/resources/data/botania/recipes/cyan_petal_block.json b/Xplat/src/generated/resources/data/botania/recipes/cyan_petal_block.json
index 4c3cb590c..6a5d12417 100644
--- a/Xplat/src/generated/resources/data/botania/recipes/cyan_petal_block.json
+++ b/Xplat/src/generated/resources/data/botania/recipes/cyan_petal_block.json
@@ -1,6 +1,6 @@
{
  "type": "minecraft:crafting_shaped",
  "category": "misc",
  "category": "building",
  "group": "botania:petal_block",
  "key": {
    "P": {
diff --git a/Xplat/src/generated/resources/data/botania/recipes/dreamwood_fence_gate.json b/Xplat/src/generated/resources/data/botania/recipes/dreamwood_fence_gate.json
index 70d74e9c9..57b253aa7 100644
--- a/Xplat/src/generated/resources/data/botania/recipes/dreamwood_fence_gate.json
+++ b/Xplat/src/generated/resources/data/botania/recipes/dreamwood_fence_gate.json
@@ -1,6 +1,6 @@
{
  "type": "minecraft:crafting_shaped",
  "category": "misc",
  "category": "redstone",
  "key": {
    "B": {
      "item": "botania:dreamwood_planks"
diff --git a/Xplat/src/generated/resources/data/botania/recipes/gray_petal_block.json b/Xplat/src/generated/resources/data/botania/recipes/gray_petal_block.json
index e35325f81..166d8dac2 100644
--- a/Xplat/src/generated/resources/data/botania/recipes/gray_petal_block.json
+++ b/Xplat/src/generated/resources/data/botania/recipes/gray_petal_block.json
@@ -1,6 +1,6 @@
{
  "type": "minecraft:crafting_shaped",
  "category": "misc",
  "category": "building",
  "group": "botania:petal_block",
  "key": {
    "P": {
diff --git a/Xplat/src/generated/resources/data/botania/recipes/green_petal_block.json b/Xplat/src/generated/resources/data/botania/recipes/green_petal_block.json
index 4f5c4a451..731070b93 100644
--- a/Xplat/src/generated/resources/data/botania/recipes/green_petal_block.json
+++ b/Xplat/src/generated/resources/data/botania/recipes/green_petal_block.json
@@ -1,6 +1,6 @@
{
  "type": "minecraft:crafting_shaped",
  "category": "misc",
  "category": "building",
  "group": "botania:petal_block",
  "key": {
    "P": {
diff --git a/Xplat/src/generated/resources/data/botania/recipes/light_blue_petal_block.json b/Xplat/src/generated/resources/data/botania/recipes/light_blue_petal_block.json
index 2f9d34100..0e2b0dbba 100644
--- a/Xplat/src/generated/resources/data/botania/recipes/light_blue_petal_block.json
+++ b/Xplat/src/generated/resources/data/botania/recipes/light_blue_petal_block.json
@@ -1,6 +1,6 @@
{
  "type": "minecraft:crafting_shaped",
  "category": "misc",
  "category": "building",
  "group": "botania:petal_block",
  "key": {
    "P": {
diff --git a/Xplat/src/generated/resources/data/botania/recipes/light_gray_petal_block.json b/Xplat/src/generated/resources/data/botania/recipes/light_gray_petal_block.json
index f249da67c..8ee7de452 100644
--- a/Xplat/src/generated/resources/data/botania/recipes/light_gray_petal_block.json
+++ b/Xplat/src/generated/resources/data/botania/recipes/light_gray_petal_block.json
@@ -1,6 +1,6 @@
{
  "type": "minecraft:crafting_shaped",
  "category": "misc",
  "category": "building",
  "group": "botania:petal_block",
  "key": {
    "P": {
diff --git a/Xplat/src/generated/resources/data/botania/recipes/lime_petal_block.json b/Xplat/src/generated/resources/data/botania/recipes/lime_petal_block.json
index 0c9161322..c2b54f68c 100644
--- a/Xplat/src/generated/resources/data/botania/recipes/lime_petal_block.json
+++ b/Xplat/src/generated/resources/data/botania/recipes/lime_petal_block.json
@@ -1,6 +1,6 @@
{
  "type": "minecraft:crafting_shaped",
  "category": "misc",
  "category": "building",
  "group": "botania:petal_block",
  "key": {
    "P": {
diff --git a/Xplat/src/generated/resources/data/botania/recipes/livingwood_fence_gate.json b/Xplat/src/generated/resources/data/botania/recipes/livingwood_fence_gate.json
index e23aef423..52cc08a60 100644
--- a/Xplat/src/generated/resources/data/botania/recipes/livingwood_fence_gate.json
+++ b/Xplat/src/generated/resources/data/botania/recipes/livingwood_fence_gate.json
@@ -1,6 +1,6 @@
{
  "type": "minecraft:crafting_shaped",
  "category": "misc",
  "category": "redstone",
  "key": {
    "B": {
      "item": "botania:livingwood_planks"
diff --git a/Xplat/src/generated/resources/data/botania/recipes/magenta_petal_block.json b/Xplat/src/generated/resources/data/botania/recipes/magenta_petal_block.json
index 58f1ae656..998b16040 100644
--- a/Xplat/src/generated/resources/data/botania/recipes/magenta_petal_block.json
+++ b/Xplat/src/generated/resources/data/botania/recipes/magenta_petal_block.json
@@ -1,6 +1,6 @@
{
  "type": "minecraft:crafting_shaped",
  "category": "misc",
  "category": "building",
  "group": "botania:petal_block",
  "key": {
    "P": {
diff --git a/Xplat/src/generated/resources/data/botania/recipes/mana_bomb.json b/Xplat/src/generated/resources/data/botania/recipes/mana_bomb.json
index 6ac719a8c..82035b53a 100644
--- a/Xplat/src/generated/resources/data/botania/recipes/mana_bomb.json
+++ b/Xplat/src/generated/resources/data/botania/recipes/mana_bomb.json
@@ -1,6 +1,6 @@
{
  "type": "minecraft:crafting_shaped",
  "category": "equipment",
  "category": "misc",
  "key": {
    "G": {
      "item": "botania:life_essence"
diff --git a/Xplat/src/generated/resources/data/botania/recipes/orange_petal_block.json b/Xplat/src/generated/resources/data/botania/recipes/orange_petal_block.json
index 55d77eb2b..fc9c1adaa 100644
--- a/Xplat/src/generated/resources/data/botania/recipes/orange_petal_block.json
+++ b/Xplat/src/generated/resources/data/botania/recipes/orange_petal_block.json
@@ -1,6 +1,6 @@
{
  "type": "minecraft:crafting_shaped",
  "category": "misc",
  "category": "building",
  "group": "botania:petal_block",
  "key": {
    "P": {
diff --git a/Xplat/src/generated/resources/data/botania/recipes/pink_petal_block.json b/Xplat/src/generated/resources/data/botania/recipes/pink_petal_block.json
index 9b3c834a5..b3237feaa 100644
--- a/Xplat/src/generated/resources/data/botania/recipes/pink_petal_block.json
+++ b/Xplat/src/generated/resources/data/botania/recipes/pink_petal_block.json
@@ -1,6 +1,6 @@
{
  "type": "minecraft:crafting_shaped",
  "category": "misc",
  "category": "building",
  "group": "botania:petal_block",
  "key": {
    "P": {
diff --git a/Xplat/src/generated/resources/data/botania/recipes/pool_minecart.json b/Xplat/src/generated/resources/data/botania/recipes/pool_minecart.json
index 17b3e1824..0899340aa 100644
--- a/Xplat/src/generated/resources/data/botania/recipes/pool_minecart.json
+++ b/Xplat/src/generated/resources/data/botania/recipes/pool_minecart.json
@@ -1,6 +1,6 @@
{
  "type": "minecraft:crafting_shapeless",
  "category": "equipment",
  "category": "misc",
  "ingredients": [
    {
      "item": "minecraft:minecart"
diff --git a/Xplat/src/generated/resources/data/botania/recipes/purple_petal_block.json b/Xplat/src/generated/resources/data/botania/recipes/purple_petal_block.json
index 5f1d25aa0..afd9751a7 100644
--- a/Xplat/src/generated/resources/data/botania/recipes/purple_petal_block.json
+++ b/Xplat/src/generated/resources/data/botania/recipes/purple_petal_block.json
@@ -1,6 +1,6 @@
{
  "type": "minecraft:crafting_shaped",
  "category": "misc",
  "category": "building",
  "group": "botania:petal_block",
  "key": {
    "P": {
diff --git a/Xplat/src/generated/resources/data/botania/recipes/red_petal_block.json b/Xplat/src/generated/resources/data/botania/recipes/red_petal_block.json
index 1d133f521..6f7a1688e 100644
--- a/Xplat/src/generated/resources/data/botania/recipes/red_petal_block.json
+++ b/Xplat/src/generated/resources/data/botania/recipes/red_petal_block.json
@@ -1,6 +1,6 @@
{
  "type": "minecraft:crafting_shaped",
  "category": "misc",
  "category": "building",
  "group": "botania:petal_block",
  "key": {
    "P": {
diff --git a/Xplat/src/generated/resources/data/botania/recipes/white_petal_block.json b/Xplat/src/generated/resources/data/botania/recipes/white_petal_block.json
index 326905ac3..b0d41641f 100644
--- a/Xplat/src/generated/resources/data/botania/recipes/white_petal_block.json
+++ b/Xplat/src/generated/resources/data/botania/recipes/white_petal_block.json
@@ -1,6 +1,6 @@
{
  "type": "minecraft:crafting_shaped",
  "category": "misc",
  "category": "building",
  "group": "botania:petal_block",
  "key": {
    "P": {
diff --git a/Xplat/src/generated/resources/data/botania/recipes/yellow_petal_block.json b/Xplat/src/generated/resources/data/botania/recipes/yellow_petal_block.json
index 4f0f296ce..7c92697f3 100644
--- a/Xplat/src/generated/resources/data/botania/recipes/yellow_petal_block.json
+++ b/Xplat/src/generated/resources/data/botania/recipes/yellow_petal_block.json
@@ -1,6 +1,6 @@
{
  "type": "minecraft:crafting_shaped",
  "category": "misc",
  "category": "building",
  "group": "botania:petal_block",
  "key": {
    "P": {
diff --git a/Xplat/src/main/java/vazkii/botania/data/recipes/CraftingRecipeProvider.java b/Xplat/src/main/java/vazkii/botania/data/recipes/CraftingRecipeProvider.java
index 2bd92f4df..de35a833e 100644
--- a/Xplat/src/main/java/vazkii/botania/data/recipes/CraftingRecipeProvider.java
+++ b/Xplat/src/main/java/vazkii/botania/data/recipes/CraftingRecipeProvider.java
@@ -545,7 +545,7 @@ private void registerMain(Consumer<FinishedRecipe> consumer) {
				.pattern("DLD")
				.unlockedBy("has_item", conditionsFromItem(BotaniaBlocks.lightRelayDefault))
				.save(consumer);
		ShapedRecipeBuilder.shaped(RecipeCategory.TOOLS, BotaniaBlocks.manaBomb)
		ShapedRecipeBuilder.shaped(RecipeCategory.DECORATIONS, BotaniaBlocks.manaBomb)
				.define('T', Items.TNT)
				.define('G', BotaniaItems.lifeEssence)
				.define('L', BotaniaTags.Items.LIVINGWOOD_LOGS)
@@ -912,7 +912,7 @@ private void registerMisc(Consumer<FinishedRecipe> consumer) {
					.group("botania:floating_flowers")
					.unlockedBy("has_item", conditionsFromItem(BotaniaBlocks.getShinyFlower(color)))
					.save(consumer);
			ShapedRecipeBuilder.shaped(RecipeCategory.DECORATIONS, BotaniaBlocks.getPetalBlock(color))
			ShapedRecipeBuilder.shaped(RecipeCategory.BUILDING_BLOCKS, BotaniaBlocks.getPetalBlock(color))
					.define('P', BotaniaItems.getPetal(color))
					.pattern("PPP")
					.pattern("PPP")
@@ -1372,7 +1372,7 @@ private void registerTools(Consumer<FinishedRecipe> consumer) {
				.pattern(" W ")
				.unlockedBy("has_item", conditionsFromTag(BotaniaTags.Items.MYSTICAL_FLOWERS))
				.save(consumer);
		ShapelessRecipeBuilder.shapeless(RecipeCategory.TOOLS, BotaniaItems.poolMinecart)
		ShapelessRecipeBuilder.shapeless(RecipeCategory.TRANSPORTATION, BotaniaItems.poolMinecart)
				.requires(Items.MINECART)
				.requires(BotaniaBlocks.manaPool)
				.unlockedBy("has_item", conditionsFromItem(Items.MINECART))
@@ -1825,14 +1825,14 @@ private void registerCorporeaAndRedString(Consumer<FinishedRecipe> consumer) {
				.pattern("W")
				.unlockedBy("has_item", conditionsFromItem(BotaniaItems.corporeaSpark))
				.save(consumer);
		ShapelessRecipeBuilder.shapeless(RecipeCategory.DECORATIONS, BotaniaBlocks.corporeaBlock, 8)
		ShapelessRecipeBuilder.shapeless(RecipeCategory.BUILDING_BLOCKS, BotaniaBlocks.corporeaBlock, 8)
				.requires(BotaniaBlocks.livingrockPolished)
				.requires(BotaniaItems.corporeaSpark)
				.unlockedBy("has_item", conditionsFromItem(BotaniaItems.corporeaSpark))
				.save(consumer);
		slabShape(BotaniaBlocks.corporeaSlab, BotaniaBlocks.corporeaBlock).save(consumer);
		stairs(BotaniaBlocks.corporeaStairs, BotaniaBlocks.corporeaBlock).save(consumer);
		ShapedRecipeBuilder.shaped(RecipeCategory.DECORATIONS, BotaniaBlocks.corporeaBrick, 4)
		ShapedRecipeBuilder.shaped(RecipeCategory.BUILDING_BLOCKS, BotaniaBlocks.corporeaBrick, 4)
				.define('R', BotaniaBlocks.corporeaBlock)
				.pattern("RR")
				.pattern("RR")
@@ -2044,7 +2044,7 @@ private void registerConversions(Consumer<FinishedRecipe> consumer) {
		MutableObject<FinishedRecipe> base = new MutableObject<>();
		MutableObject<FinishedRecipe> gog = new MutableObject<>();
		compression(BotaniaBlocks.blazeBlock, Items.BLAZE_ROD).save(base::setValue);
		ShapedRecipeBuilder.shaped(RecipeCategory.DECORATIONS, BotaniaBlocks.blazeBlock)
		ShapedRecipeBuilder.shaped(RecipeCategory.BUILDING_BLOCKS, BotaniaBlocks.blazeBlock)
				.define('I', Items.BLAZE_POWDER)
				.pattern("III")
				.pattern("III")
@@ -2688,7 +2688,7 @@ protected ShapedRecipeBuilder fence(ItemLike output, ItemLike input) {
	}

	protected ShapedRecipeBuilder fenceGate(ItemLike output, ItemLike input) {
		return ShapedRecipeBuilder.shaped(RecipeCategory.MISC, output, 1)
		return ShapedRecipeBuilder.shaped(RecipeCategory.REDSTONE, output, 1)
				.unlockedBy("has_item", conditionsFromItem(input))
				.define('B', input)
				.define('S', Items.STICK)
-- 
2.34.1

[botania/patches/linux.yml] build success

builds.sr.ht <builds@sr.ht>
Details
Message ID
<CY6C1S0K25VY.AVC51XPRM6HQ@cirno2>
In-Reply-To
<20240104234113.30963-1-actuallyadarsh@gmail.com> (view parent)
DKIM signature
missing
Download raw message
botania/patches/linux.yml: SUCCESS in 25m0s

[Moving recipes to appropriate crafting categories][0] from [Adarsh][1]

[0]: https://lists.sr.ht/~williewillus/violet-moon/patches/48307
[1]: actuallyadarsh@gmail.com

✓ #1127354 SUCCESS botania/patches/linux.yml https://builds.sr.ht/~williewillus/job/1127354
Reply to thread Export thread (mbox)