From 412a05e5130491205ea8da5b43585e5fff7890f9 Mon Sep 17 00:00:00 2001 From: IThundxr Date: Tue, 11 Feb 2025 17:20:49 -0500 Subject: [PATCH] Classy Codecs - Get rid of CombiningCodec - Update codecs to use snake_case format instead of camelCase - Run datagen - Cleanup MechanicalCraftingRecipe - Move codecs folder to foundation package --- .../12afe0d97856fb2040b8407470e6d13529994eaa | 8 +- .../6ec3b5a261c9ae3df674f7595dc66530ce54feb9 | 10 +- .../b256105d8411632b0d585496ea8944a751a08034 | 1127 +++++++++-------- .../data/create/recipe/compacting/honey.json | 2 +- .../create/recipe/crushing/aluminum_ore.json | 2 +- .../recipe/crushing/amethyst_block.json | 2 +- .../recipe/crushing/amethyst_cluster.json | 2 +- .../data/create/recipe/crushing/asurine.json | 2 +- .../recipe/crushing/asurine_recycling.json | 2 +- .../create/recipe/crushing/blaze_rod.json | 2 +- .../data/create/recipe/crushing/coal_ore.json | 2 +- .../crushing/compat/aether/ambrosium_ore.json | 2 +- .../crushing/compat/aether/zanite_ore.json | 2 +- .../crushing/compat/byg/ametrine_ore.json | 2 +- .../crushing/compat/byg/anthracite_ore.json | 2 +- .../compat/byg/blue_nether_gold_ore.json | 2 +- .../compat/byg/blue_nether_quartz_ore.json | 2 +- .../compat/byg/brimstone_nether_gold_ore.json | 2 +- .../byg/brimstone_nether_quartz_ore.json | 2 +- .../compat/byg/cryptic_redstone_ore.json | 2 +- .../crushing/compat/byg/emeraldite_ore.json | 2 +- .../crushing/compat/byg/lignite_ore.json | 2 +- .../compat/byg/pervaded_netherrack.json | 2 +- .../recipe/crushing/compat/byg/red_rock.json | 2 +- .../crushing/compat/druidcraft/amber_ore.json | 2 +- .../compat/druidcraft/fiery_glass_ore.json | 2 +- .../compat/druidcraft/moonstone_ore.json | 2 +- .../compat/elementaryores/ore_coal_end.json | 2 +- .../elementaryores/ore_coal_nether.json | 2 +- .../compat/elementaryores/ore_copper_end.json | 2 +- .../elementaryores/ore_copper_nether.json | 2 +- .../elementaryores/ore_diamond_end.json | 2 +- .../elementaryores/ore_diamond_nether.json | 2 +- .../elementaryores/ore_emerald_end.json | 2 +- .../elementaryores/ore_emerald_nether.json | 2 +- .../compat/elementaryores/ore_ender_end.json | 2 +- .../elementaryores/ore_ghast_nether.json | 2 +- .../elementaryores/ore_iron_nether.json | 2 +- .../compat/elementaryores/ore_lapis_end.json | 2 +- .../elementaryores/ore_lapis_nether.json | 2 +- .../elementaryores/ore_redstone_end.json | 2 +- .../compat/exnihilosequentia/andesite.json | 2 +- .../exnihilosequentia/crushed_diorite.json | 2 +- .../exnihilosequentia/crushed_netherrack.json | 2 +- .../compat/exnihilosequentia/diorite.json | 2 +- .../compat/exnihilosequentia/dust.json | 2 +- .../compat/exnihilosequentia/end_stone.json | 2 +- .../compat/exnihilosequentia/granite.json | 2 +- .../compat/exnihilosequentia/netherrack.json | 2 +- .../crushing/compat/galosphere/allurite.json | 2 +- .../crushing/compat/galosphere/amethyst.json | 2 +- .../crushing/compat/galosphere/lumiere.json | 2 +- .../immersiveengineering/coal_coke.json | 25 + .../immersiveengineering/coke_block.json | 26 + .../compat/immersiveengineering/slag.json | 25 + .../crushing/compat/neapolitan/ice.json | 2 +- .../crushing/compat/quark/moss_block.json | 2 +- .../compat/silentgems/alexandrite_ore.json | 2 +- .../compat/silentgems/ammolite_ore.json | 2 +- .../compat/silentgems/black_diamond_ore.json | 2 +- .../compat/silentgems/carnelian_ore.json | 2 +- .../compat/silentgems/citrine_ore.json | 2 +- .../compat/silentgems/iolite_ore.json | 2 +- .../compat/silentgems/kyanite_ore.json | 2 +- .../compat/silentgems/moldavite_ore.json | 2 +- .../compat/silentgems/peridot_ore.json | 2 +- .../compat/silentgems/rose_quartz_ore.json | 2 +- .../crushing/compat/silentgems/ruby_ore.json | 2 +- .../compat/silentgems/sapphire_ore.json | 2 +- .../crushing/compat/silentgems/topaz_ore.json | 2 +- .../compat/silentgems/turquoise_ore.json | 2 +- .../crushing/compat/simplefarming/barley.json | 2 +- .../crushing/compat/simplefarming/oat.json | 2 +- .../crushing/compat/simplefarming/rice.json | 2 +- .../crushing/compat/simplefarming/rye.json | 2 +- .../crushing/compat/thermal/apatite_ore.json | 2 +- .../crushing/compat/thermal/cinnabar_ore.json | 2 +- .../crushing/compat/thermal/niter_ore.json | 2 +- .../crushing/compat/thermal/sulfur_ore.json | 2 +- .../create/recipe/crushing/copper_ore.json | 2 +- .../data/create/recipe/crushing/crimsite.json | 2 +- .../recipe/crushing/crimsite_recycling.json | 2 +- .../recipe/crushing/deepslate_coal_ore.json | 2 +- .../recipe/crushing/deepslate_copper_ore.json | 2 +- .../crushing/deepslate_diamond_ore.json | 2 +- .../crushing/deepslate_emerald_ore.json | 2 +- .../recipe/crushing/deepslate_gold_ore.json | 2 +- .../recipe/crushing/deepslate_iron_ore.json | 2 +- .../recipe/crushing/deepslate_lapis_ore.json | 2 +- .../crushing/deepslate_redstone_ore.json | 2 +- .../recipe/crushing/deepslate_zinc_ore.json | 2 +- .../recipe/crushing/diamond_horse_armor.json | 2 +- .../create/recipe/crushing/diamond_ore.json | 2 +- .../data/create/recipe/crushing/diorite.json | 2 +- .../recipe/crushing/diorite_recycling.json | 2 +- .../create/recipe/crushing/emerald_ore.json | 2 +- .../recipe/crushing/gilded_blackstone.json | 2 +- .../create/recipe/crushing/glowstone.json | 2 +- .../data/create/recipe/crushing/gold_ore.json | 2 +- .../recipe/crushing/golden_horse_armor.json | 2 +- .../data/create/recipe/crushing/gravel.json | 2 +- .../recipe/crushing/iron_horse_armor.json | 2 +- .../data/create/recipe/crushing/iron_ore.json | 2 +- .../create/recipe/crushing/lapis_ore.json | 2 +- .../data/create/recipe/crushing/lead_ore.json | 2 +- .../recipe/crushing/leather_horse_armor.json | 2 +- .../recipe/crushing/nether_gold_ore.json | 2 +- .../recipe/crushing/nether_quartz_ore.json | 2 +- .../recipe/crushing/nether_wart_block.json | 2 +- .../create/recipe/crushing/netherrack.json | 2 +- .../create/recipe/crushing/nickel_ore.json | 2 +- .../data/create/recipe/crushing/obsidian.json | 2 +- .../data/create/recipe/crushing/ochrum.json | 2 +- .../recipe/crushing/ochrum_recycling.json | 2 +- .../create/recipe/crushing/osmium_ore.json | 2 +- .../create/recipe/crushing/platinum_ore.json | 2 +- .../recipe/crushing/prismarine_crystals.json | 2 +- .../recipe/crushing/quicksilver_ore.json | 2 +- .../create/recipe/crushing/raw_aluminum.json | 2 +- .../recipe/crushing/raw_aluminum_block.json | 2 +- .../create/recipe/crushing/raw_copper.json | 2 +- .../recipe/crushing/raw_copper_block.json | 2 +- .../data/create/recipe/crushing/raw_gold.json | 2 +- .../recipe/crushing/raw_gold_block.json | 2 +- .../data/create/recipe/crushing/raw_iron.json | 2 +- .../recipe/crushing/raw_iron_block.json | 2 +- .../data/create/recipe/crushing/raw_lead.json | 2 +- .../recipe/crushing/raw_lead_block.json | 2 +- .../create/recipe/crushing/raw_nickel.json | 2 +- .../recipe/crushing/raw_nickel_block.json | 2 +- .../create/recipe/crushing/raw_osmium.json | 2 +- .../recipe/crushing/raw_osmium_block.json | 2 +- .../create/recipe/crushing/raw_platinum.json | 2 +- .../recipe/crushing/raw_platinum_block.json | 2 +- .../recipe/crushing/raw_quicksilver.json | 2 +- .../crushing/raw_quicksilver_block.json | 2 +- .../create/recipe/crushing/raw_silver.json | 2 +- .../recipe/crushing/raw_silver_block.json | 2 +- .../data/create/recipe/crushing/raw_tin.json | 2 +- .../create/recipe/crushing/raw_tin_block.json | 2 +- .../create/recipe/crushing/raw_uranium.json | 2 +- .../recipe/crushing/raw_uranium_block.json | 2 +- .../data/create/recipe/crushing/raw_zinc.json | 2 +- .../recipe/crushing/raw_zinc_block.json | 2 +- .../create/recipe/crushing/redstone_ore.json | 2 +- .../create/recipe/crushing/silver_ore.json | 2 +- .../data/create/recipe/crushing/tin_ore.json | 2 +- .../data/create/recipe/crushing/tuff.json | 2 +- .../recipe/crushing/tuff_recycling.json | 2 +- .../create/recipe/crushing/uranium_ore.json | 2 +- .../data/create/recipe/crushing/veridium.json | 2 +- .../recipe/crushing/veridium_recycling.json | 2 +- .../data/create/recipe/crushing/wool.json | 2 +- .../data/create/recipe/crushing/zinc_ore.json | 2 +- .../create/recipe/cutting/andesite_alloy.json | 2 +- .../create/recipe/cutting/bamboo_block.json | 2 +- .../create/recipe/cutting/bamboo_planks.json | 2 +- .../compat/ars_nouveau/blue_archwood_log.json | 2 +- .../ars_nouveau/blue_archwood_wood.json | 2 +- .../ars_nouveau/green_archwood_log.json | 2 +- .../ars_nouveau/green_archwood_wood.json | 2 +- .../ars_nouveau/purple_archwood_log.json | 2 +- .../ars_nouveau/purple_archwood_wood.json | 2 +- .../compat/ars_nouveau/red_archwood_log.json | 2 +- .../compat/ars_nouveau/red_archwood_wood.json | 2 +- .../stripped_blue_archwood_log.json | 2 +- .../stripped_blue_archwood_wood.json | 2 +- .../stripped_green_archwood_log.json | 2 +- .../stripped_green_archwood_wood.json | 2 +- .../stripped_purple_archwood_log.json | 2 +- .../stripped_purple_archwood_wood.json | 2 +- .../stripped_red_archwood_log.json | 2 +- .../stripped_red_archwood_wood.json | 2 +- .../immersiveengineering/wire_aluminum.json | 2 +- .../immersiveengineering/wire_copper.json | 2 +- .../immersiveengineering/wire_electrum.json | 2 +- .../immersiveengineering/wire_lead.json | 2 +- .../immersiveengineering/wire_steel.json | 2 +- .../regions_unexplored/silver_birch_log.json | 2 +- .../regions_unexplored/silver_birch_wood.json | 2 +- .../recipe/cutting/stripped_bamboo_block.json | 2 +- .../chiseled_copper_from_deoxidising.json | 2 +- .../chiseled_copper_from_removing_wax.json | 2 +- .../copper_block_from_deoxidising.json | 2 +- .../copper_block_from_removing_wax.json | 2 +- .../copper_bulb_from_deoxidising.json | 2 +- .../copper_bulb_from_removing_wax.json | 2 +- .../copper_door_from_deoxidising.json | 2 +- .../copper_door_from_removing_wax.json | 2 +- .../copper_grate_from_deoxidising.json | 2 +- .../copper_grate_from_removing_wax.json | 2 +- .../copper_shingle_slab_from_deoxidising.json | 2 +- ...copper_shingle_slab_from_removing_wax.json | 2 +- ...opper_shingle_stairs_from_deoxidising.json | 2 +- ...pper_shingle_stairs_from_removing_wax.json | 2 +- .../copper_shingles_from_deoxidising.json | 2 +- .../copper_shingles_from_removing_wax.json | 2 +- .../copper_tile_slab_from_deoxidising.json | 2 +- .../copper_tile_slab_from_removing_wax.json | 2 +- .../copper_tile_stairs_from_deoxidising.json | 2 +- .../copper_tile_stairs_from_removing_wax.json | 2 +- .../copper_tiles_from_deoxidising.json | 2 +- .../copper_tiles_from_removing_wax.json | 2 +- .../copper_trapdoor_from_deoxidising.json | 2 +- .../copper_trapdoor_from_removing_wax.json | 2 +- .../cut_copper_from_deoxidising.json | 2 +- .../cut_copper_from_removing_wax.json | 2 +- .../cut_copper_slab_from_deoxidising.json | 2 +- .../cut_copper_slab_from_removing_wax.json | 2 +- .../cut_copper_stairs_from_deoxidising.json | 2 +- .../cut_copper_stairs_from_removing_wax.json | 2 +- ...osed_chiseled_copper_from_deoxidising.json | 2 +- ...sed_chiseled_copper_from_removing_wax.json | 2 +- .../exposed_copper_bulb_from_deoxidising.json | 2 +- ...exposed_copper_bulb_from_removing_wax.json | 2 +- .../exposed_copper_door_from_deoxidising.json | 2 +- ...exposed_copper_door_from_removing_wax.json | 2 +- .../exposed_copper_from_deoxidising.json | 2 +- .../exposed_copper_from_removing_wax.json | 2 +- ...exposed_copper_grate_from_deoxidising.json | 2 +- ...xposed_copper_grate_from_removing_wax.json | 2 +- ..._copper_shingle_slab_from_deoxidising.json | 2 +- ...copper_shingle_slab_from_removing_wax.json | 2 +- ...opper_shingle_stairs_from_deoxidising.json | 2 +- ...pper_shingle_stairs_from_removing_wax.json | 2 +- ...osed_copper_shingles_from_deoxidising.json | 2 +- ...sed_copper_shingles_from_removing_wax.json | 2 +- ...sed_copper_tile_slab_from_deoxidising.json | 2 +- ...ed_copper_tile_slab_from_removing_wax.json | 2 +- ...d_copper_tile_stairs_from_deoxidising.json | 2 +- ..._copper_tile_stairs_from_removing_wax.json | 2 +- ...exposed_copper_tiles_from_deoxidising.json | 2 +- ...xposed_copper_tiles_from_removing_wax.json | 2 +- ...osed_copper_trapdoor_from_deoxidising.json | 2 +- ...sed_copper_trapdoor_from_removing_wax.json | 2 +- .../exposed_cut_copper_from_deoxidising.json | 2 +- .../exposed_cut_copper_from_removing_wax.json | 2 +- ...osed_cut_copper_slab_from_deoxidising.json | 2 +- ...sed_cut_copper_slab_from_removing_wax.json | 2 +- ...ed_cut_copper_stairs_from_deoxidising.json | 2 +- ...d_cut_copper_stairs_from_removing_wax.json | 2 +- ...zed_chiseled_copper_from_removing_wax.json | 2 +- ...xidized_copper_bulb_from_removing_wax.json | 2 +- ...xidized_copper_door_from_removing_wax.json | 2 +- .../oxidized_copper_from_removing_wax.json | 2 +- ...idized_copper_grate_from_removing_wax.json | 2 +- ...copper_shingle_slab_from_removing_wax.json | 2 +- ...pper_shingle_stairs_from_removing_wax.json | 2 +- ...zed_copper_shingles_from_removing_wax.json | 2 +- ...ed_copper_tile_slab_from_removing_wax.json | 2 +- ..._copper_tile_stairs_from_removing_wax.json | 2 +- ...idized_copper_tiles_from_removing_wax.json | 2 +- ...zed_copper_trapdoor_from_removing_wax.json | 2 +- ...oxidized_cut_copper_from_removing_wax.json | 2 +- ...zed_cut_copper_slab_from_removing_wax.json | 2 +- ...d_cut_copper_stairs_from_removing_wax.json | 2 +- ...waxed_chiseled_copper_from_adding_wax.json | 2 +- .../waxed_copper_block_from_adding_wax.json | 2 +- .../waxed_copper_bulb_from_adding_wax.json | 2 +- .../waxed_copper_door_from_adding_wax.json | 2 +- .../waxed_copper_grate_from_adding_wax.json | 2 +- ...d_copper_shingle_slab_from_adding_wax.json | 2 +- ...copper_shingle_stairs_from_adding_wax.json | 2 +- ...waxed_copper_shingles_from_adding_wax.json | 2 +- ...axed_copper_tile_slab_from_adding_wax.json | 2 +- ...ed_copper_tile_stairs_from_adding_wax.json | 2 +- .../waxed_copper_tiles_from_adding_wax.json | 2 +- ...waxed_copper_trapdoor_from_adding_wax.json | 2 +- .../waxed_cut_copper_from_adding_wax.json | 2 +- ...waxed_cut_copper_slab_from_adding_wax.json | 2 +- ...xed_cut_copper_stairs_from_adding_wax.json | 2 +- ...posed_chiseled_copper_from_adding_wax.json | 2 +- ...d_exposed_copper_bulb_from_adding_wax.json | 2 +- ...d_exposed_copper_door_from_adding_wax.json | 2 +- .../waxed_exposed_copper_from_adding_wax.json | 2 +- ..._exposed_copper_grate_from_adding_wax.json | 2 +- ...d_copper_shingle_slab_from_adding_wax.json | 2 +- ...copper_shingle_stairs_from_adding_wax.json | 2 +- ...posed_copper_shingles_from_adding_wax.json | 2 +- ...osed_copper_tile_slab_from_adding_wax.json | 2 +- ...ed_copper_tile_stairs_from_adding_wax.json | 2 +- ..._exposed_copper_tiles_from_adding_wax.json | 2 +- ...posed_copper_trapdoor_from_adding_wax.json | 2 +- ...ed_exposed_cut_copper_from_adding_wax.json | 2 +- ...posed_cut_copper_slab_from_adding_wax.json | 2 +- ...sed_cut_copper_stairs_from_adding_wax.json | 2 +- ...dized_chiseled_copper_from_adding_wax.json | 2 +- ..._oxidized_copper_bulb_from_adding_wax.json | 2 +- ..._oxidized_copper_door_from_adding_wax.json | 2 +- ...waxed_oxidized_copper_from_adding_wax.json | 2 +- ...oxidized_copper_grate_from_adding_wax.json | 2 +- ...d_copper_shingle_slab_from_adding_wax.json | 2 +- ...copper_shingle_stairs_from_adding_wax.json | 2 +- ...dized_copper_shingles_from_adding_wax.json | 2 +- ...ized_copper_tile_slab_from_adding_wax.json | 2 +- ...ed_copper_tile_stairs_from_adding_wax.json | 2 +- ...oxidized_copper_tiles_from_adding_wax.json | 2 +- ...dized_copper_trapdoor_from_adding_wax.json | 2 +- ...d_oxidized_cut_copper_from_adding_wax.json | 2 +- ...dized_cut_copper_slab_from_adding_wax.json | 2 +- ...zed_cut_copper_stairs_from_adding_wax.json | 2 +- ...hered_chiseled_copper_from_adding_wax.json | 2 +- ...weathered_copper_bulb_from_adding_wax.json | 2 +- ...weathered_copper_door_from_adding_wax.json | 2 +- ...axed_weathered_copper_from_adding_wax.json | 2 +- ...eathered_copper_grate_from_adding_wax.json | 2 +- ...d_copper_shingle_slab_from_adding_wax.json | 2 +- ...copper_shingle_stairs_from_adding_wax.json | 2 +- ...hered_copper_shingles_from_adding_wax.json | 2 +- ...ered_copper_tile_slab_from_adding_wax.json | 2 +- ...ed_copper_tile_stairs_from_adding_wax.json | 2 +- ...eathered_copper_tiles_from_adding_wax.json | 2 +- ...hered_copper_trapdoor_from_adding_wax.json | 2 +- ..._weathered_cut_copper_from_adding_wax.json | 2 +- ...hered_cut_copper_slab_from_adding_wax.json | 2 +- ...red_cut_copper_stairs_from_adding_wax.json | 2 +- ...ered_chiseled_copper_from_deoxidising.json | 2 +- ...red_chiseled_copper_from_removing_wax.json | 2 +- ...eathered_copper_bulb_from_deoxidising.json | 2 +- ...athered_copper_bulb_from_removing_wax.json | 2 +- ...eathered_copper_door_from_deoxidising.json | 2 +- ...athered_copper_door_from_removing_wax.json | 2 +- .../weathered_copper_from_deoxidising.json | 2 +- .../weathered_copper_from_removing_wax.json | 2 +- ...athered_copper_grate_from_deoxidising.json | 2 +- ...thered_copper_grate_from_removing_wax.json | 2 +- ..._copper_shingle_slab_from_deoxidising.json | 2 +- ...copper_shingle_slab_from_removing_wax.json | 2 +- ...opper_shingle_stairs_from_deoxidising.json | 2 +- ...pper_shingle_stairs_from_removing_wax.json | 2 +- ...ered_copper_shingles_from_deoxidising.json | 2 +- ...red_copper_shingles_from_removing_wax.json | 2 +- ...red_copper_tile_slab_from_deoxidising.json | 2 +- ...ed_copper_tile_slab_from_removing_wax.json | 2 +- ...d_copper_tile_stairs_from_deoxidising.json | 2 +- ..._copper_tile_stairs_from_removing_wax.json | 2 +- ...athered_copper_tiles_from_deoxidising.json | 2 +- ...thered_copper_tiles_from_removing_wax.json | 2 +- ...ered_copper_trapdoor_from_deoxidising.json | 2 +- ...red_copper_trapdoor_from_removing_wax.json | 2 +- ...weathered_cut_copper_from_deoxidising.json | 2 +- ...eathered_cut_copper_from_removing_wax.json | 2 +- ...ered_cut_copper_slab_from_deoxidising.json | 2 +- ...red_cut_copper_slab_from_removing_wax.json | 2 +- ...ed_cut_copper_stairs_from_deoxidising.json | 2 +- ...d_cut_copper_stairs_from_removing_wax.json | 2 +- .../compat/farmersdelight/milk_bottle.json | 2 +- .../treated_wood_in_spout.json | 2 +- .../compat/neapolitan/milk_bottle.json | 2 +- .../create/recipe/filling/honey_bottle.json | 2 +- .../create/recipe/filling/honeyed_apple.json | 2 +- .../create/recipe/filling/sweet_roll.json | 2 +- .../mechanical_crafting/crushing_wheel.json | 2 +- .../mechanical_crafting/extendo_grip.json | 2 +- .../mechanical_crafting/potato_cannon.json | 2 +- .../mechanical_crafting/wand_of_symmetry.json | 2 +- .../data/create/recipe/milling/allium.json | 2 +- .../data/create/recipe/milling/andesite.json | 2 +- .../create/recipe/milling/azure_bluet.json | 2 +- .../data/create/recipe/milling/beetroot.json | 2 +- .../create/recipe/milling/blue_orchid.json | 2 +- .../data/create/recipe/milling/bone.json | 2 +- .../data/create/recipe/milling/bone_meal.json | 2 +- .../data/create/recipe/milling/cactus.json | 2 +- .../data/create/recipe/milling/calcite.json | 2 +- .../data/create/recipe/milling/charcoal.json | 2 +- .../data/create/recipe/milling/clay.json | 2 +- .../data/create/recipe/milling/coal.json | 2 +- .../create/recipe/milling/cobblestone.json | 2 +- .../create/recipe/milling/cocoa_beans.json | 2 +- .../milling/compat/ae2/certus_quartz.json | 2 +- .../milling/compat/ae2/ender_pearl.json | 2 +- .../milling/compat/ae2/fluix_crystal.json | 2 +- .../milling/compat/ae2/sky_stone_block.json | 2 +- .../milling/compat/atmospheric/gilia.json | 2 +- .../compat/atmospheric/hot_monkey_brush.json | 2 +- .../atmospheric/scalding_monkey_brush.json | 2 +- .../compat/atmospheric/warm_monkey_brush.json | 2 +- .../compat/atmospheric/yucca_flower.json | 2 +- .../compat/autumnity/autumn_crocus.json | 2 +- .../compat/biomesoplenty/blue_hydrangea.json | 2 +- .../compat/biomesoplenty/burning_blossom.json | 2 +- .../compat/biomesoplenty/glowflower.json | 2 +- .../compat/biomesoplenty/lavender.json | 2 +- .../compat/biomesoplenty/orange_cosmos.json | 2 +- .../compat/biomesoplenty/pink_daffodil.json | 2 +- .../compat/biomesoplenty/pink_hibiscus.json | 2 +- .../milling/compat/biomesoplenty/rose.json | 2 +- .../milling/compat/biomesoplenty/violet.json | 2 +- .../compat/biomesoplenty/wildflower.json | 2 +- .../compat/biomesoplenty/wilted_lily.json | 2 +- .../milling/compat/botania/black_petal.json | 2 +- .../milling/compat/botania/blue_petal.json | 2 +- .../milling/compat/botania/brown_petal.json | 2 +- .../milling/compat/botania/cyan_petal.json | 2 +- .../milling/compat/botania/gray_petal.json | 2 +- .../milling/compat/botania/green_petal.json | 2 +- .../compat/botania/light_blue_petal.json | 2 +- .../compat/botania/light_gray_petal.json | 2 +- .../milling/compat/botania/lime_petal.json | 2 +- .../milling/compat/botania/magenta_petal.json | 2 +- .../milling/compat/botania/orange_petal.json | 2 +- .../milling/compat/botania/pink_petal.json | 2 +- .../milling/compat/botania/purple_petal.json | 2 +- .../milling/compat/botania/red_petal.json | 2 +- .../milling/compat/botania/white_petal.json | 2 +- .../milling/compat/botania/yellow_petal.json | 2 +- .../compat/buzzier_bees/buttercup.json | 2 +- .../compat/buzzier_bees/pink_clover.json | 2 +- .../compat/buzzier_bees/white_clover.json | 2 +- .../compat/byg/allium_flower_bush.json | 2 +- .../milling/compat/byg/alpine_bellflower.json | 2 +- .../recipe/milling/compat/byg/amaranth.json | 2 +- .../recipe/milling/compat/byg/angelica.json | 2 +- .../recipe/milling/compat/byg/begonia.json | 2 +- .../recipe/milling/compat/byg/bistort.json | 2 +- .../recipe/milling/compat/byg/black_rose.json | 2 +- .../recipe/milling/compat/byg/blue_sage.json | 2 +- .../milling/compat/byg/california_poppy.json | 2 +- .../compat/byg/compat/byg/white_sage.json | 2 +- .../byg/compat/byg/winter_cyclamen.json | 2 +- .../recipe/milling/compat/byg/crocus.json | 2 +- .../milling/compat/byg/cyan_amaranth.json | 2 +- .../recipe/milling/compat/byg/cyan_rose.json | 2 +- .../recipe/milling/compat/byg/cyan_tulip.json | 2 +- .../recipe/milling/compat/byg/daffodil.json | 2 +- .../recipe/milling/compat/byg/delphinium.json | 2 +- .../milling/compat/byg/fairy_slipper.json | 2 +- .../compat/byg/firecracker_flower_bush.json | 2 +- .../recipe/milling/compat/byg/foxglove.json | 2 +- .../milling/compat/byg/green_tulip.json | 2 +- .../recipe/milling/compat/byg/guzmania.json | 2 +- .../milling/compat/byg/hydrangea_bush.json | 2 +- .../recipe/milling/compat/byg/incan_lily.json | 2 +- .../recipe/milling/compat/byg/iris.json | 2 +- .../milling/compat/byg/kovan_flower.json | 2 +- .../compat/byg/lazarus_bellflower.json | 2 +- .../milling/compat/byg/lolipop_flower.json | 2 +- .../milling/compat/byg/magenta_amaranth.json | 2 +- .../milling/compat/byg/magenta_tulip.json | 2 +- .../milling/compat/byg/orange_amaranth.json | 2 +- .../milling/compat/byg/orange_daisy.json | 2 +- .../recipe/milling/compat/byg/orchid.json | 2 +- .../milling/compat/byg/osiria_rose.json | 2 +- .../compat/byg/peach_leather_flower.json | 2 +- .../milling/compat/byg/pink_allium.json | 2 +- .../compat/byg/pink_allium_flower_bush.json | 2 +- .../milling/compat/byg/pink_anemone.json | 2 +- .../milling/compat/byg/pink_daffodil.json | 2 +- .../milling/compat/byg/protea_flower.json | 2 +- .../milling/compat/byg/purple_amaranth.json | 2 +- .../milling/compat/byg/purple_rose.json | 2 +- .../milling/compat/byg/purple_tulip.json | 2 +- .../recipe/milling/compat/byg/richea.json | 2 +- .../recipe/milling/compat/byg/rose.json | 2 +- .../compat/byg/silver_vase_flower.json | 2 +- .../recipe/milling/compat/byg/snowdrops.json | 2 +- .../milling/compat/byg/tall_allium.json | 2 +- .../milling/compat/byg/tall_pink_allium.json | 2 +- .../milling/compat/byg/torch_ginger.json | 2 +- .../compat/byg/violet_leather_flower.json | 2 +- .../milling/compat/byg/white_anemone.json | 2 +- .../compat/byg/white_puffball_cap.json | 2 +- .../milling/compat/byg/winter_rose.json | 2 +- .../milling/compat/byg/winter_scilla.json | 2 +- .../milling/compat/byg/yellow_daffodil.json | 2 +- .../milling/compat/byg/yellow_tulip.json | 2 +- .../milling/compat/druidcraft/lavender.json | 2 +- .../environmental/bird_of_paradise.json | 2 +- .../compat/environmental/blue_delphinium.json | 2 +- .../compat/environmental/bluebell.json | 2 +- .../compat/environmental/cartwheel.json | 2 +- .../compat/environmental/dianthus.json | 2 +- .../environmental/magenta_hibiscus.json | 2 +- .../compat/environmental/orange_hibiscus.json | 2 +- .../compat/environmental/pink_delphinium.json | 2 +- .../compat/environmental/pink_hibiscus.json | 2 +- .../environmental/purple_delphinium.json | 2 +- .../compat/environmental/purple_hibiscus.json | 2 +- .../compat/environmental/red_hibiscus.json | 2 +- .../environmental/red_lotus_flower.json | 2 +- .../milling/compat/environmental/violet.json | 2 +- .../environmental/white_delphinium.json | 2 +- .../environmental/white_lotus_flower.json | 2 +- .../compat/environmental/yellow_hibiscus.json | 2 +- .../regions_unexplored/alpha_dandelion.json | 2 +- .../compat/regions_unexplored/alpha_rose.json | 2 +- .../compat/regions_unexplored/aster.json | 2 +- .../regions_unexplored/black_snowbelle.json | 2 +- .../regions_unexplored/bleeding_heart.json | 2 +- .../regions_unexplored/blue_lupine.json | 2 +- .../regions_unexplored/blue_snowbelle.json | 2 +- .../regions_unexplored/brown_snowbelle.json | 2 +- .../regions_unexplored/cactus_flower.json | 2 +- .../regions_unexplored/cyan_snowbelle.json | 2 +- .../compat/regions_unexplored/daisy.json | 2 +- .../compat/regions_unexplored/day_lily.json | 2 +- .../compat/regions_unexplored/dorcel.json | 2 +- .../regions_unexplored/felicia_daisy.json | 2 +- .../compat/regions_unexplored/fireweed.json | 2 +- .../regions_unexplored/glistering_bloom.json | 2 +- .../regions_unexplored/gray_snowbelle.json | 2 +- .../regions_unexplored/green_snowbelle.json | 2 +- .../compat/regions_unexplored/hibiscus.json | 2 +- .../compat/regions_unexplored/hyssop.json | 2 +- .../light_blue_snowbelle.json | 2 +- .../light_gray_snowbelle.json | 2 +- .../regions_unexplored/lime_snowbelle.json | 2 +- .../regions_unexplored/magenta_snowbelle.json | 2 +- .../compat/regions_unexplored/mallow.json | 2 +- .../regions_unexplored/orange_coneflower.json | 2 +- .../regions_unexplored/orange_snowbelle.json | 2 +- .../regions_unexplored/pink_lupine.json | 2 +- .../regions_unexplored/pink_snowbelle.json | 2 +- .../compat/regions_unexplored/poppy_bush.json | 2 +- .../regions_unexplored/purple_coneflower.json | 2 +- .../regions_unexplored/purple_lupine.json | 2 +- .../regions_unexplored/purple_snowbelle.json | 2 +- .../compat/regions_unexplored/red_lupine.json | 2 +- .../regions_unexplored/red_snowbelle.json | 2 +- .../regions_unexplored/salmon_poppy_bush.json | 2 +- .../compat/regions_unexplored/tassel.json | 2 +- .../compat/regions_unexplored/tsubaki.json | 2 +- .../compat/regions_unexplored/waratah.json | 2 +- .../regions_unexplored/white_snowbelle.json | 2 +- .../regions_unexplored/white_trillium.json | 2 +- .../regions_unexplored/wilting_trillium.json | 2 +- .../regions_unexplored/yellow_lupine.json | 2 +- .../regions_unexplored/yellow_snowbelle.json | 2 +- .../milling/compat/supplementaries/flax.json | 2 +- .../compat/tconstruct/nercotic_bone.json | 2 +- .../upgrade_aquatic/flowering_rush.json | 2 +- .../upgrade_aquatic/pink_searocket.json | 2 +- .../upgrade_aquatic/white_searocket.json | 2 +- .../create/recipe/milling/cornflower.json | 2 +- .../data/create/recipe/milling/dandelion.json | 2 +- .../recipe/milling/dripstone_block.json | 2 +- .../data/create/recipe/milling/fern.json | 2 +- .../data/create/recipe/milling/granite.json | 2 +- .../data/create/recipe/milling/gravel.json | 2 +- .../data/create/recipe/milling/ink_sac.json | 2 +- .../create/recipe/milling/lapis_lazuli.json | 2 +- .../create/recipe/milling/large_fern.json | 2 +- .../data/create/recipe/milling/lilac.json | 2 +- .../recipe/milling/lily_of_the_valley.json | 2 +- .../create/recipe/milling/orange_tulip.json | 2 +- .../create/recipe/milling/oxeye_daisy.json | 2 +- .../data/create/recipe/milling/peony.json | 2 +- .../create/recipe/milling/pink_tulip.json | 2 +- .../data/create/recipe/milling/poppy.json | 2 +- .../data/create/recipe/milling/red_tulip.json | 2 +- .../data/create/recipe/milling/rose_bush.json | 2 +- .../data/create/recipe/milling/saddle.json | 2 +- .../data/create/recipe/milling/sandstone.json | 2 +- .../create/recipe/milling/sea_pickle.json | 2 +- .../create/recipe/milling/short_grass.json | 2 +- .../create/recipe/milling/sugar_cane.json | 2 +- .../data/create/recipe/milling/sunflower.json | 2 +- .../create/recipe/milling/tall_grass.json | 2 +- .../create/recipe/milling/terracotta.json | 2 +- .../data/create/recipe/milling/wheat.json | 2 +- .../create/recipe/milling/white_tulip.json | 2 +- .../create/recipe/milling/wither_rose.json | 2 +- .../data/create/recipe/milling/wool.json | 2 +- .../create/recipe/mixing/brass_ingot.json | 2 +- .../data/create/recipe/mixing/chocolate.json | 4 +- .../recipe/mixing/chocolate_melting.json | 2 +- .../data/create/recipe/mixing/honey.json | 2 +- .../recipe/mixing/lava_from_cobble.json | 2 +- .../data/create/recipe/mixing/tea.json | 4 +- .../precision_mechanism.json | 2 +- .../sequenced_assembly/sturdy_sheet.json | 2 +- .../recipe/sequenced_assembly/track.json | 2 +- .../immersiveengineering/coal_coke.json | 20 - .../immersiveengineering/coke_block.json | 21 - .../compat/immersiveengineering/slag.json | 20 - .../item/simple/SimpleMountedStorage.java | 2 +- .../sync/LimbSwingUpdatePacket.java | 6 +- .../ConfigureSymmetryWandPacket.java | 5 +- .../symmetryWand/mirror/SymmetryMirror.java | 5 +- .../terrainzapper/PlacementOptions.java | 12 +- .../crafter/MechanicalCraftingRecipe.java | 45 +- .../deployer/ItemApplicationRecipe.java | 26 +- .../ConfigureSequencedGearshiftPacket.java | 2 +- .../vault/ItemVaultMountedStorage.java | 3 +- .../recipe/ProcessingRecipeSerializer.java | 5 +- .../SequencedAssemblyRecipeSerializer.java | 2 +- .../cannon/ConfigureSchematicannonPacket.java | 7 +- .../packet/SchematicUploadPacket.java | 17 +- .../content/trains/CubeParticleData.java | 3 +- .../content/trains/TrainHUDUpdatePacket.java | 8 +- .../graph/TrackGraphRollCallPacket.java | 9 +- .../condition/ScheduleWaitCondition.java | 2 +- .../destination/ScheduleInstruction.java | 7 +- .../content/trains/signal/EdgeGroupColor.java | 8 +- .../trains/signal/SignalEdgeGroupPacket.java | 4 +- .../track/BezierTrackPointLocation.java | 5 +- .../{utility => codec}/CreateCodecs.java | 2 +- .../codec/CreateStreamCodecs.java | 2 +- .../data/recipe/StandardRecipeGen.java | 13 +- .../foundation/fluid/FluidIngredient.java | 2 +- .../create/foundation/item/ItemSlots.java | 2 +- .../infrastructure/codec/CombiningCodec.java | 109 -- 603 files changed, 1302 insertions(+), 1431 deletions(-) create mode 100644 src/generated/resources/data/create/recipe/crushing/compat/immersiveengineering/coal_coke.json create mode 100644 src/generated/resources/data/create/recipe/crushing/compat/immersiveengineering/coke_block.json create mode 100644 src/generated/resources/data/create/recipe/crushing/compat/immersiveengineering/slag.json delete mode 100644 src/generated/resources/data/create/recipes/crushing/compat/immersiveengineering/coal_coke.json delete mode 100644 src/generated/resources/data/create/recipes/crushing/compat/immersiveengineering/coke_block.json delete mode 100644 src/generated/resources/data/create/recipes/crushing/compat/immersiveengineering/slag.json rename src/main/java/com/simibubi/create/foundation/{utility => codec}/CreateCodecs.java (94%) rename src/main/java/com/simibubi/create/{infrastructure => foundation}/codec/CreateStreamCodecs.java (96%) delete mode 100644 src/main/java/com/simibubi/create/infrastructure/codec/CombiningCodec.java diff --git a/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa b/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa index 5165ce8282..cab7df288a 100644 --- a/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa +++ b/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa @@ -1,4 +1,4 @@ -// 1.21.1 2025-02-05T22:51:51.1797794 Create's Sequenced Assembly Recipes -6acf60d5a4765260756a6ca3bfe09661ae8badef data/create/recipe/sequenced_assembly/precision_mechanism.json -651fc851e0162789e8f4c28fbe617dcca8431453 data/create/recipe/sequenced_assembly/sturdy_sheet.json -443bf1a2df3f99c164c4f83f8db16a45a8d9d624 data/create/recipe/sequenced_assembly/track.json +// 1.21.1 2025-02-11T16:39:16.763095014 Create's Sequenced Assembly Recipes +eb1f6e695547cbbd5ee2e14fd414458bd50aefe2 data/create/recipe/sequenced_assembly/precision_mechanism.json +687edcda7975bc23daeacfc0f408c4d78e5cdfeb data/create/recipe/sequenced_assembly/sturdy_sheet.json +129a67c70f2ae7e7ff7feba11476caf72fc50eca data/create/recipe/sequenced_assembly/track.json diff --git a/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 b/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 index d5df706a17..7d8be97f2f 100644 --- a/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 +++ b/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 @@ -1,5 +1,5 @@ -// 1.21.1 2025-02-05T22:51:51.3343844 Create's Mechanical Crafting Recipes -d5d008e80899b20f1c7d76ff52af0183bb57d9d0 data/create/recipe/mechanical_crafting/crushing_wheel.json -d9ca4ced8302f3f8baeddd7fd68210eb91f4631f data/create/recipe/mechanical_crafting/extendo_grip.json -42d4b73c0e74daa18e97889d11919b8701a45aa2 data/create/recipe/mechanical_crafting/potato_cannon.json -fd07bebfbb31c2e4cc7765986734b7449bae5fb6 data/create/recipe/mechanical_crafting/wand_of_symmetry.json +// 1.21.1 2025-02-11T16:39:16.767721027 Create's Mechanical Crafting Recipes +c525511634e4dcd29ff707cfea7c24570c4b8b9c data/create/recipe/mechanical_crafting/crushing_wheel.json +26079bcc4010920b0b9e294103ad6bf40e0d04aa data/create/recipe/mechanical_crafting/extendo_grip.json +b02bb2a27f3225d2993b9fa5f9369cdff19ea440 data/create/recipe/mechanical_crafting/potato_cannon.json +ad748f351a175305d8a988ac7f8657f9dcc7918c data/create/recipe/mechanical_crafting/wand_of_symmetry.json diff --git a/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 b/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 index efe50b466a..c55cd5d5c7 100644 --- a/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 +++ b/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 @@ -1,352 +1,355 @@ -// 1.21.1 2025-02-06T09:54:29.0966625 Create's Processing Recipes +// 1.21.1 2025-02-11T16:39:16.759017575 Create's Processing Recipes f3b53b8fd8eaccb466d28f0b801e4046758782d7 data/create/recipe/compacting/andesite_from_flint.json 8addd735263ee2d36941da9655d6c305e2b7e5ee data/create/recipe/compacting/blaze_cake.json 50229c8ccff8b3420456dfb007236dce812b8145 data/create/recipe/compacting/chocolate.json e7740eef78980601fa5a0419f11f8b3f5838da9b data/create/recipe/compacting/diorite_from_flint.json d5978083b090404fba50ca4978eac599d5becf72 data/create/recipe/compacting/granite_from_flint.json -99864a17aa539ca0f53467d286aa0b4c68732097 data/create/recipe/compacting/honey.json +7e0ca88dbb4bd4a5e24a71e0e442ad99d957e709 data/create/recipe/compacting/honey.json d4dc546ff711eae1a0621ede8b63897037a88bd1 data/create/recipe/compacting/ice.json -07671bcfd67fc8ad9ec32a36d31d05cc10d12f79 data/create/recipe/crushing/aluminum_ore.json -60262e911676a7f8309408fd15b373f1498493b9 data/create/recipe/crushing/amethyst_block.json -8e20ddc94fda889dbac25de59e7a3158984098c3 data/create/recipe/crushing/amethyst_cluster.json -419e80e49fc24da0b5c6aa1fbdee1a1dc01960fb data/create/recipe/crushing/asurine.json -c444abdd432670f6a2b508c513302e119cb07186 data/create/recipe/crushing/asurine_recycling.json -66b51fd1036641802667338a1d79a825a338077c data/create/recipe/crushing/blaze_rod.json -29e7e74108755e0a07b1d3d1e8d4dcaf2b401572 data/create/recipe/crushing/coal_ore.json -23f299df1efdde3aee7f7946b9875b65b357b681 data/create/recipe/crushing/compat/aether/ambrosium_ore.json -62302e9f7e98f0bcc937c9cf8504ac41b4795a10 data/create/recipe/crushing/compat/aether/zanite_ore.json -c549b4ad8f8aa6cbeae8e50b7f65d6b94c97dafb data/create/recipe/crushing/compat/byg/ametrine_ore.json -7c0ab0f3acc2e4b86b32e93da908d9b893a83369 data/create/recipe/crushing/compat/byg/anthracite_ore.json -494cc6467e96ab5d571998c5315e4823b3be0526 data/create/recipe/crushing/compat/byg/blue_nether_gold_ore.json -ab758874e4cf9a3d3af4ebb3f44c73e9d29ee4c9 data/create/recipe/crushing/compat/byg/blue_nether_quartz_ore.json -cbe1035c384c048affb7a627f582eeeba86c5267 data/create/recipe/crushing/compat/byg/brimstone_nether_gold_ore.json -b40e49c7c26eff2cb1c983574a89bd04f1116e40 data/create/recipe/crushing/compat/byg/brimstone_nether_quartz_ore.json -71de14ba932ad183c15aa5e1557a31c842f40c63 data/create/recipe/crushing/compat/byg/cryptic_redstone_ore.json -b6f00462164392aee6bccaefab47780ff857c204 data/create/recipe/crushing/compat/byg/emeraldite_ore.json -57c07bc3908c366afc1072ed827bd71c4c31022e data/create/recipe/crushing/compat/byg/lignite_ore.json -37eea235b7091276aa49b27bbd6fe2d25a99fc98 data/create/recipe/crushing/compat/byg/pervaded_netherrack.json -13b51ff1603e19b590b18c34260c7a2f3d138aa2 data/create/recipe/crushing/compat/byg/red_rock.json -1ee9076746d2c1d9ba1b60af91f7a0a8318d07b6 data/create/recipe/crushing/compat/druidcraft/amber_ore.json -dbdfc74572da9d0343212a99e6c221c1cc87148c data/create/recipe/crushing/compat/druidcraft/fiery_glass_ore.json -06ac4406c0e03866a669e46e59f93069b76627dd data/create/recipe/crushing/compat/druidcraft/moonstone_ore.json -1b9a87af7d47ebef4fbd110021f9907eb18ba815 data/create/recipe/crushing/compat/elementaryores/ore_coal_end.json -db8afc7cdc7d8b2f3e4245c40a1b856f9b4d8f9b data/create/recipe/crushing/compat/elementaryores/ore_coal_nether.json -f654962a9691d493016709a5163ee935f2b15359 data/create/recipe/crushing/compat/elementaryores/ore_copper_end.json -65cf12ddbcd3e15b626692ff4e15097d67b14b47 data/create/recipe/crushing/compat/elementaryores/ore_copper_nether.json -43ab482fa116f8c4051f5185e95a3696c6cde3e6 data/create/recipe/crushing/compat/elementaryores/ore_diamond_end.json -3116fb3dfa8bb0226b0e3ed5d01fddcf0e1baa2f data/create/recipe/crushing/compat/elementaryores/ore_diamond_nether.json -807683e96c97af0c8648e580e94488d9b60bca87 data/create/recipe/crushing/compat/elementaryores/ore_emerald_end.json -2028fe90133678d8d9cda5864c06ea250d333270 data/create/recipe/crushing/compat/elementaryores/ore_emerald_nether.json -d9c8208dd3d178a14c18a8f41bd6c28ba4e8de2a data/create/recipe/crushing/compat/elementaryores/ore_ender_end.json -250b6fad4018dbd86fb4526418db3328c49a3140 data/create/recipe/crushing/compat/elementaryores/ore_ghast_nether.json -b751c8bdb8e2aa4f2f3646625ffd250e19b0ade8 data/create/recipe/crushing/compat/elementaryores/ore_iron_nether.json -b05321e032076ff1169246e93ecdfded69ed7c5f data/create/recipe/crushing/compat/elementaryores/ore_lapis_end.json -8e5f15731734ae2a178034ecd7b74d1fc2197152 data/create/recipe/crushing/compat/elementaryores/ore_lapis_nether.json -2f890b514030cac95a7a2388d821e0e4a1abb278 data/create/recipe/crushing/compat/elementaryores/ore_redstone_end.json -cda37029ccceef8985165271a8863af3ba49437e data/create/recipe/crushing/compat/exnihilosequentia/andesite.json -9b8f0e6eec264da0c7afb9c1417ab2aa74ac8b9f data/create/recipe/crushing/compat/exnihilosequentia/crushed_diorite.json -b44e325f82549ea9b765991a2c15978149ea22d1 data/create/recipe/crushing/compat/exnihilosequentia/crushed_netherrack.json -41fb604123b86aa8b52bfb1b4eaad710ce1326a7 data/create/recipe/crushing/compat/exnihilosequentia/diorite.json -8566823e313b26a7414d9064a83aa34d6e18286d data/create/recipe/crushing/compat/exnihilosequentia/dust.json -b3c620a3c1153b0abfba736a0d896aaf8cf4f72e data/create/recipe/crushing/compat/exnihilosequentia/end_stone.json -9faadd74425f95bb316955c9239cbab0af3ee00c data/create/recipe/crushing/compat/exnihilosequentia/granite.json -cccb32c46ee5511f43fd95cbaad09ac873081396 data/create/recipe/crushing/compat/exnihilosequentia/netherrack.json -6f4c11151903b25f923e7b566f06e5670a10e23d data/create/recipe/crushing/compat/galosphere/allurite.json -f58673508491e2642b0847fbe4b8e7b977b29f5d data/create/recipe/crushing/compat/galosphere/amethyst.json -3c81af6a84e9d9a475f80edbfcdefc407880908c data/create/recipe/crushing/compat/galosphere/lumiere.json -fe14eda3aeb28146f325dc2f764127633333304c data/create/recipe/crushing/compat/neapolitan/ice.json -3c3f83aef2376e8995b71c30899483404e07e744 data/create/recipe/crushing/compat/quark/moss_block.json -d1c9524fb0ffbde4f38627dec4aef9b556f68fbf data/create/recipe/crushing/compat/silentgems/alexandrite_ore.json -063d219d1eefaa3cc2bb06a64d8cf13ca0feaad0 data/create/recipe/crushing/compat/silentgems/ammolite_ore.json -6c58370537d3d4bae97e683bf23bac4b973ee0e4 data/create/recipe/crushing/compat/silentgems/black_diamond_ore.json -5ea4b8ca35f7cd3917a051c3802dab9a53c08b94 data/create/recipe/crushing/compat/silentgems/carnelian_ore.json -89c22c7335158c2c744d6e87c8502bc3a986c7a3 data/create/recipe/crushing/compat/silentgems/citrine_ore.json -7ad045ba9cf82f752cfe111417d285ada56f13a1 data/create/recipe/crushing/compat/silentgems/iolite_ore.json -0e510cb25a92af227e789149ace869809a5c2f4d data/create/recipe/crushing/compat/silentgems/kyanite_ore.json -9aeffd4ec0a55ae228c132731dcd34f5199ef376 data/create/recipe/crushing/compat/silentgems/moldavite_ore.json -28fc10417fd4f5be3b300052f86080baabf11c1e data/create/recipe/crushing/compat/silentgems/peridot_ore.json -4f66598d98fc0b45b3f088fb76c5a7e15636f651 data/create/recipe/crushing/compat/silentgems/rose_quartz_ore.json -9a8115fb66037e9b13ba35334f4c8779a74a8770 data/create/recipe/crushing/compat/silentgems/ruby_ore.json -77dcce1e541084e0b1261a9cdd2efbe3a3469382 data/create/recipe/crushing/compat/silentgems/sapphire_ore.json -e6208e8ca0ec580fdae6eba2aa0ebe6e84accc76 data/create/recipe/crushing/compat/silentgems/topaz_ore.json -b717b9a9cfcd10a6184a21fbd6ccafcfb75995d0 data/create/recipe/crushing/compat/silentgems/turquoise_ore.json -f3d5c7a84141f4fbaccf7fc089da24f3e8c6b280 data/create/recipe/crushing/compat/simplefarming/barley.json -e5d875aef81552121983f4108c65a203fbb334b2 data/create/recipe/crushing/compat/simplefarming/oat.json -6390b5e2e5f2bdd1c4476c4fce5efbe0d9675b2c data/create/recipe/crushing/compat/simplefarming/rice.json -1b4398450f01570c71cf7520f824c3956c612111 data/create/recipe/crushing/compat/simplefarming/rye.json -c3d272f8f9a34f5efad8e84e76d308bdcfceed6b data/create/recipe/crushing/compat/thermal/apatite_ore.json -5b0c6810be7e191bf44ade28e10fbfe5b23c2bdf data/create/recipe/crushing/compat/thermal/cinnabar_ore.json -6668d2559ed87035c7c56b4d83d1ca47ba100c95 data/create/recipe/crushing/compat/thermal/niter_ore.json -8f4e7e965dbf7fc985305c8023b93be7bf0efbda data/create/recipe/crushing/compat/thermal/sulfur_ore.json -ad91e6a560bdb8ef311862a0fee1f316529ed439 data/create/recipe/crushing/copper_ore.json -0ff7fa09b2ae808bc29c4d87985deccab5de2de5 data/create/recipe/crushing/crimsite.json -50c9a45e77d266852317fa1bac6c17443cfd986c data/create/recipe/crushing/crimsite_recycling.json -091602442de918ea38482277fcdd98443111d585 data/create/recipe/crushing/deepslate_coal_ore.json -9aa9bcd71da7ebb25301211426e988e71c9bff97 data/create/recipe/crushing/deepslate_copper_ore.json -4afc9cc723bdee47ed2176f32323f1fca152765f data/create/recipe/crushing/deepslate_diamond_ore.json -94d706cac7779cf8dc3aa8822605a4ee9d0ba047 data/create/recipe/crushing/deepslate_emerald_ore.json -9922535a4b41d6af68df94168276abf308ea432c data/create/recipe/crushing/deepslate_gold_ore.json -e266d091252d692dcd0618f34754536fe0aa98b3 data/create/recipe/crushing/deepslate_iron_ore.json -8b721de1578798a8996d2f8dec61b3bc03b8064d data/create/recipe/crushing/deepslate_lapis_ore.json -26365dd1f80ecc859dc510cd5278907d2fa6f2f7 data/create/recipe/crushing/deepslate_redstone_ore.json -64688579de20cbc0f4a7e4a589140fbbce408fcf data/create/recipe/crushing/deepslate_zinc_ore.json -69e0a401b424cb82ab3387a0b23bd7241f80f56e data/create/recipe/crushing/diamond_horse_armor.json -35cff9ebc59e837a2beafd2d4ec80e088459344c data/create/recipe/crushing/diamond_ore.json -506bda886a5ccb48e6025ce75d59e3a666ee636b data/create/recipe/crushing/diorite.json -df364151c75a7d84446b2c6213e339115bc9d298 data/create/recipe/crushing/diorite_recycling.json -9e89294e53a94a05af47948c21ad192ef18f7710 data/create/recipe/crushing/emerald_ore.json -9c3989fd9e72e21353803f475a08b8f199717c1f data/create/recipe/crushing/gilded_blackstone.json -3c4c78e3a7137022f8f6e90324af6c8f97050e80 data/create/recipe/crushing/glowstone.json -95b76da439260151355fff74b3b7398ce13d6968 data/create/recipe/crushing/golden_horse_armor.json -b036b1654d2deec20aca95ff43b60c7d0b28b2fc data/create/recipe/crushing/gold_ore.json -cc939ba59b95db1c7a034df6f9e656772074a5fd data/create/recipe/crushing/gravel.json -17ab2d789c9c2df122b6a96ab06bbe2c02592a93 data/create/recipe/crushing/iron_horse_armor.json -c9a47b29ba75ba29c8cb630fe32c4bf2f1f1d1ae data/create/recipe/crushing/iron_ore.json -855b6655dea911724ee68d07b993f17440ac422e data/create/recipe/crushing/lapis_ore.json -85ba14be0fa0dace966ce37615e9e6fd8eac6b43 data/create/recipe/crushing/lead_ore.json -e170bc17a796c73a05d2d77a85c086cfaac55c31 data/create/recipe/crushing/leather_horse_armor.json -0e847495bbfc2a15edfa278ceb33ef42e4bed7ee data/create/recipe/crushing/netherrack.json -07e8991a2161aab4dd73bb74900fd0c70aad2847 data/create/recipe/crushing/nether_gold_ore.json -c7c0d94707c2858a87d01cff6b284d7fb85acdbe data/create/recipe/crushing/nether_quartz_ore.json -0380b9416b263de2ee6a6cd1f4064df2e243c047 data/create/recipe/crushing/nether_wart_block.json -10b41130f930f00104746d9cf8a94bddec143d66 data/create/recipe/crushing/nickel_ore.json -66f75530e30d8572bdbf4696a32edc5a7850ac00 data/create/recipe/crushing/obsidian.json -17cacb19493b9bbe7236b19a2a50a817c449a915 data/create/recipe/crushing/ochrum.json -5db58119de29083c865ef86f824fe7dd15e6507f data/create/recipe/crushing/ochrum_recycling.json -367ccf9f67f361bc25cf6520185127a3bec44916 data/create/recipe/crushing/osmium_ore.json -cbd5d34af0d215ca836f38b2d334c0ce64271646 data/create/recipe/crushing/platinum_ore.json -acb785fd57d14ac337beacc0a0a0651d75dd45da data/create/recipe/crushing/prismarine_crystals.json -10e938ec5db5e12b697c80994ce380506a6bf7d1 data/create/recipe/crushing/quicksilver_ore.json -d30af599006371969d3a6591b1bd37991e12e28a data/create/recipe/crushing/raw_aluminum.json -6d4fc263b7abac3bfbdbf88aadb8ad2dabce0a55 data/create/recipe/crushing/raw_aluminum_block.json -bae9c60c2dbfcf1ae85310ca5dcd1239d6c19347 data/create/recipe/crushing/raw_copper.json -db603051329b59df7e970239f67d44cba1db3cd8 data/create/recipe/crushing/raw_copper_block.json -d98f1359c519d63a7bef0f417c9aadba58d204d9 data/create/recipe/crushing/raw_gold.json -177b511f7fb94de9d0273547d3b82e453a0a91df data/create/recipe/crushing/raw_gold_block.json -38305fada09ebc771a08dba3c1f5703d85a447a5 data/create/recipe/crushing/raw_iron.json -796f2b892b9a34fdb84e00888717ed76730e71a9 data/create/recipe/crushing/raw_iron_block.json -436962b51313ee19b21bd1dbfdcafd1c936b58eb data/create/recipe/crushing/raw_lead.json -c4e5f8ce3aaffa4d8b96468c9191e150aaec474e data/create/recipe/crushing/raw_lead_block.json -bd65029486cb264e7e039eb7ac334990e99d0533 data/create/recipe/crushing/raw_nickel.json -cd39adb816d34aa0f11ac795bfc4f248d56c1068 data/create/recipe/crushing/raw_nickel_block.json -09f5c426005de90f719ec2b3ab4a2dadb100770f data/create/recipe/crushing/raw_osmium.json -a6e1e9578d121acafec28be37e209270ffe2983d data/create/recipe/crushing/raw_osmium_block.json -2632007b492660c1156658930af5a4ca3c1e1262 data/create/recipe/crushing/raw_platinum.json -733e6d91795590b5803c6d9981f9aa483dc3213f data/create/recipe/crushing/raw_platinum_block.json -cd63d7a014a31ef80116bf01dd2575bf4425d6ae data/create/recipe/crushing/raw_quicksilver.json -46dad79ec58eda90f5ff142646897f683a24bd21 data/create/recipe/crushing/raw_quicksilver_block.json -441cb2707801326972dce2b6b948d4ba13ecf11c data/create/recipe/crushing/raw_silver.json -ab3a7388f664e529dc765053106babf7601439cd data/create/recipe/crushing/raw_silver_block.json -adbbe29ef49b4ad097e208d370acba03d1de5b9e data/create/recipe/crushing/raw_tin.json -bd4aa3a0e54220abae88f0479b87b4a970534143 data/create/recipe/crushing/raw_tin_block.json -788b8b872a718b93e50f0c1c64e8f76c24551ad0 data/create/recipe/crushing/raw_uranium.json -a5e56862c432a0de42804c14f0b92482a2c75f30 data/create/recipe/crushing/raw_uranium_block.json -220b41888887f28d06a714803806603378b8d1e8 data/create/recipe/crushing/raw_zinc.json -7af1ea4fe3b60b126f68cb8ada52e59169aed77e data/create/recipe/crushing/raw_zinc_block.json -268f64d9d7f99e12d0a8228d3455c70e436ebd7f data/create/recipe/crushing/redstone_ore.json -27a6505f2647549d44adb550bbf71ad8721fc7bf data/create/recipe/crushing/silver_ore.json -5490362b9ea210dc554de701abfe9658e147bb11 data/create/recipe/crushing/tin_ore.json -97beb27a8fb05f799c215a4cb5691d4e03a6820e data/create/recipe/crushing/tuff.json -d16603ecf47014f2f8c6d9b5ce0ec5a5a398978f data/create/recipe/crushing/tuff_recycling.json -f24f359b402b0e1fd4e1307a9fb70e0d047aa63b data/create/recipe/crushing/uranium_ore.json -e4cdcc67baffa90e27a73a2ba59ec92b323e1d4f data/create/recipe/crushing/veridium.json -bfd5baa72a48ef29c3141b57a88f5ead0f723614 data/create/recipe/crushing/veridium_recycling.json -b135e3faf6afef4b6a5f00197997b47ff8e90568 data/create/recipe/crushing/wool.json -931a66992ccb5accdb435dca6fe6532e86250c0d data/create/recipe/crushing/zinc_ore.json -cdb26cd91feeda5901f31f57c16517dda5287810 data/create/recipe/cutting/andesite_alloy.json -5afeada82e71eb5012e35725821792f64d92a6b3 data/create/recipe/cutting/bamboo_block.json -4ac4bb94de7b25a3eec85e8290ab5f2f6b2b4167 data/create/recipe/cutting/bamboo_planks.json -82ecd83aee1a8343099aec76af5ee8ee3128a580 data/create/recipe/cutting/compat/ars_nouveau/blue_archwood_log.json -ad2aeed00ce55b55abcb37dff33cb269482ecfa0 data/create/recipe/cutting/compat/ars_nouveau/blue_archwood_wood.json -04c4538d334201b3d0c8274880329b1887450a34 data/create/recipe/cutting/compat/ars_nouveau/green_archwood_log.json -f0e1322f5a582e673cdbfda69560eac9be0f405d data/create/recipe/cutting/compat/ars_nouveau/green_archwood_wood.json -77cbbfb8b6c67aadb52a2c35790cd33f228326c4 data/create/recipe/cutting/compat/ars_nouveau/purple_archwood_log.json -b0e9a3dc1c4c03c35592a861e76ef02af899c13c data/create/recipe/cutting/compat/ars_nouveau/purple_archwood_wood.json -d683f9c371464f1ac6ff0a18bcb65b63b824e4d5 data/create/recipe/cutting/compat/ars_nouveau/red_archwood_log.json -05b11e0534ed2fefd66a202daa71b7124620e388 data/create/recipe/cutting/compat/ars_nouveau/red_archwood_wood.json -aed8df4c960ba4769f896845a96832e52f85563a data/create/recipe/cutting/compat/ars_nouveau/stripped_blue_archwood_log.json -2194ca587c7d4f7d183ad7bdc9aff4849cc4e14f data/create/recipe/cutting/compat/ars_nouveau/stripped_blue_archwood_wood.json -e205f1bf931021674467773242db408d6476e645 data/create/recipe/cutting/compat/ars_nouveau/stripped_green_archwood_log.json -d5c01d60cc06c8ea5cd05127a38ad83737d5c445 data/create/recipe/cutting/compat/ars_nouveau/stripped_green_archwood_wood.json -9f1da6d69da31cb09b4401f84b6bc7ce3a1e6b7c data/create/recipe/cutting/compat/ars_nouveau/stripped_purple_archwood_log.json -a230c02d817aaec7e5116618bbcff9dc2ab7824f data/create/recipe/cutting/compat/ars_nouveau/stripped_purple_archwood_wood.json -975193613f0442e55916d6e23e8c7dde6ef21be8 data/create/recipe/cutting/compat/ars_nouveau/stripped_red_archwood_log.json -5e74379882a1bc30ccc5ec53a8bf44cef04b71d8 data/create/recipe/cutting/compat/ars_nouveau/stripped_red_archwood_wood.json -033cb588a3f730112b8a11ba6287b19ca5403c53 data/create/recipe/cutting/compat/immersiveengineering/wire_aluminum.json -a7733848a7bfe296599c77ccd20c380b33d3fa42 data/create/recipe/cutting/compat/immersiveengineering/wire_copper.json -b1529b76e96b632de9207cfdb59105282813543f data/create/recipe/cutting/compat/immersiveengineering/wire_electrum.json -80a447e78be31d98319b40655c2b2d659a316fbe data/create/recipe/cutting/compat/immersiveengineering/wire_lead.json -dfec91c7487a4ba0e46946625406f5b6c15971ab data/create/recipe/cutting/compat/immersiveengineering/wire_steel.json -55911633cf3545a31159cc36c59d428b975c7b55 data/create/recipe/cutting/compat/regions_unexplored/silver_birch_log.json -df820cfc0ebc1cbd510e9847b36345314320ecf7 data/create/recipe/cutting/compat/regions_unexplored/silver_birch_wood.json -558e81291da72b7f042b3b3270744b2c05ddc6fa data/create/recipe/cutting/stripped_bamboo_block.json -ae568b2b28b8f2bda248687be30a3fd7a5138646 data/create/recipe/deploying/chiseled_copper_from_deoxidising.json -f2f912f415daa85ab6a4ebef5fe71382bef40153 data/create/recipe/deploying/chiseled_copper_from_removing_wax.json +bfa14186ecbe890bbacbf10b3b385bce90899f82 data/create/recipe/crushing/aluminum_ore.json +124a55b92ab2ef671391bd88b616163441161218 data/create/recipe/crushing/amethyst_block.json +83466e2783b45db5b2ec2ea80e4c69613da191d2 data/create/recipe/crushing/amethyst_cluster.json +62fef3b4d1106411287abe37235e3941a29b2632 data/create/recipe/crushing/asurine.json +7ab63f2183522efcd6136c9240ae99dda8ed7727 data/create/recipe/crushing/asurine_recycling.json +d49dceb55d4f812b9f65fddba3bb5f99dba11910 data/create/recipe/crushing/blaze_rod.json +3ccd63fb403dbebe0cec9537980b13d9f84a5455 data/create/recipe/crushing/coal_ore.json +c58479f5669535ec6d59f1c7bfbde4c1db046ff1 data/create/recipe/crushing/compat/aether/ambrosium_ore.json +2b022ecccb7438bc48c9d752bdae008fa2711eab data/create/recipe/crushing/compat/aether/zanite_ore.json +93e1cc7a1cd6997439877d5b5da1ff227c9e3e35 data/create/recipe/crushing/compat/byg/ametrine_ore.json +93825d2d2f8f8ee74fcc15c06100a8a8c80144cf data/create/recipe/crushing/compat/byg/anthracite_ore.json +8be6d6b6330a1e15ac6d466f851b4bd6dbc9ae26 data/create/recipe/crushing/compat/byg/blue_nether_gold_ore.json +307a80845a5c02375f5e0baae843bc66946e5d63 data/create/recipe/crushing/compat/byg/blue_nether_quartz_ore.json +b72cdc75799779c52710a1a8a9cc70b6ce626829 data/create/recipe/crushing/compat/byg/brimstone_nether_gold_ore.json +c9a2cfdf5cb52092722868969dd8999833734b2a data/create/recipe/crushing/compat/byg/brimstone_nether_quartz_ore.json +6cac5971fe8ee7c94c187e55d6ca5ba06783714a data/create/recipe/crushing/compat/byg/cryptic_redstone_ore.json +1f9a8255bbd904d677e519d1021afe6e5d41ea6c data/create/recipe/crushing/compat/byg/emeraldite_ore.json +53dbe3b2887e10af7046f09744cb696902e8c9ca data/create/recipe/crushing/compat/byg/lignite_ore.json +9a86964084cc7e3f241d4bbbb7822b09b4cfcfd1 data/create/recipe/crushing/compat/byg/pervaded_netherrack.json +7bfdf9f22f2fe8120f92dac6fa118755455b9cd2 data/create/recipe/crushing/compat/byg/red_rock.json +6ec8eb55161562f1f612c337d2c01d31d7d8bad9 data/create/recipe/crushing/compat/druidcraft/amber_ore.json +1a0ece55dd4ce74d9345af318481ccf3bc4a1099 data/create/recipe/crushing/compat/druidcraft/fiery_glass_ore.json +039767e0179dad43bcaf94fe4fba5b8ac3553431 data/create/recipe/crushing/compat/druidcraft/moonstone_ore.json +a2f1f25bc55ea053ed13597c08433a3641e7ef3a data/create/recipe/crushing/compat/elementaryores/ore_coal_end.json +bcfbad987da6149661d3261bf12a140a158182fb data/create/recipe/crushing/compat/elementaryores/ore_coal_nether.json +fce631ca4185a960d2ee5da3933e25e1c7812a56 data/create/recipe/crushing/compat/elementaryores/ore_copper_end.json +2f5c938661ee2afb6edc5d56ec2ea9ce30787cad data/create/recipe/crushing/compat/elementaryores/ore_copper_nether.json +df0bc6516454a3afd14cb0916c18d1897e0a1089 data/create/recipe/crushing/compat/elementaryores/ore_diamond_end.json +47eda7577d3c4a2fed812d2e726b9c3026a3f682 data/create/recipe/crushing/compat/elementaryores/ore_diamond_nether.json +211dfc54375bf3eb07fc89bde99f0443119ebed3 data/create/recipe/crushing/compat/elementaryores/ore_emerald_end.json +10cb535076fdef7b6c1f5cdf80c7297bbd07170f data/create/recipe/crushing/compat/elementaryores/ore_emerald_nether.json +0db4ea7e63a832573365c16a9e3af4b49cb099cd data/create/recipe/crushing/compat/elementaryores/ore_ender_end.json +214c701d9fd54c4b699543a2e7ecbf507d7aaaf1 data/create/recipe/crushing/compat/elementaryores/ore_ghast_nether.json +c7da477b737f95b815a19ebcecaa792071f6709f data/create/recipe/crushing/compat/elementaryores/ore_iron_nether.json +675f28998c8a1fcd0176e7bac72d14300f35940b data/create/recipe/crushing/compat/elementaryores/ore_lapis_end.json +6f1827d2d3c81a10ccf4eada2428efa64e8f4dcb data/create/recipe/crushing/compat/elementaryores/ore_lapis_nether.json +6883a5e3be460c3ab0e9f4f6c9cec24c46d6bb3c data/create/recipe/crushing/compat/elementaryores/ore_redstone_end.json +a19cd30d3f6d144bd6eedfd81fbcb4fc3e47a0f0 data/create/recipe/crushing/compat/exnihilosequentia/andesite.json +712673623b5d9096c3e53a6754835ac25ba7d53b data/create/recipe/crushing/compat/exnihilosequentia/crushed_diorite.json +5411072534de90d3737d17449ce66e3bbfcf14f8 data/create/recipe/crushing/compat/exnihilosequentia/crushed_netherrack.json +4c3bc56087869239e2a0554c79b17d62a7155f52 data/create/recipe/crushing/compat/exnihilosequentia/diorite.json +b9161886f19253908a17435e0be5368214d62eae data/create/recipe/crushing/compat/exnihilosequentia/dust.json +e6e75edd7dbba91f5dc3268e1e18ca96612c6441 data/create/recipe/crushing/compat/exnihilosequentia/end_stone.json +32aa935c2421d75b804c3708bda61aa9aaa257e3 data/create/recipe/crushing/compat/exnihilosequentia/granite.json +d77d0f3d8a8bea25a85b933061686a900d49e274 data/create/recipe/crushing/compat/exnihilosequentia/netherrack.json +d15c50c8e5ae590a56f70e4d25b757874d0164ae data/create/recipe/crushing/compat/galosphere/allurite.json +0194f57c45b14bd7e90a9fd79abeb9edb0b07304 data/create/recipe/crushing/compat/galosphere/amethyst.json +34222526701ceccd7ee46cafb8f8b2b8d994d048 data/create/recipe/crushing/compat/galosphere/lumiere.json +120ee47fbc83e9cd383e2f6e84da637bbc0885d1 data/create/recipe/crushing/compat/immersiveengineering/coal_coke.json +37edb3fa1d4f7077cd3b340bdbd6ccc77a464944 data/create/recipe/crushing/compat/immersiveengineering/coke_block.json +87e5e69d8785fe5efb4f25818cc6f6c6b5f57a6a data/create/recipe/crushing/compat/immersiveengineering/slag.json +46b197305e52304ec2fc06020b54147e4277e07d data/create/recipe/crushing/compat/neapolitan/ice.json +428a7e54eddb32d24db7a6fae5f83dd139c8f1e5 data/create/recipe/crushing/compat/quark/moss_block.json +98cd10cede4401096c6b73dad8e0853ee57625d9 data/create/recipe/crushing/compat/silentgems/alexandrite_ore.json +fce6b92d5004f1ceb2d9430b0a52948143e26eef data/create/recipe/crushing/compat/silentgems/ammolite_ore.json +a2f8836791ec46df2207473917105f060df2fa07 data/create/recipe/crushing/compat/silentgems/black_diamond_ore.json +bc3641d5e81799cb8ea787678faa7783b3e6fe34 data/create/recipe/crushing/compat/silentgems/carnelian_ore.json +adaf0ffa24cf18e769fd636f6a6fac7a2c86085f data/create/recipe/crushing/compat/silentgems/citrine_ore.json +f8d912880f59bbadf939f276af7daeef8f67b3a2 data/create/recipe/crushing/compat/silentgems/iolite_ore.json +fbabfdb8d2ca4e8e5bdf44ad07b3bc0e0d70fe3d data/create/recipe/crushing/compat/silentgems/kyanite_ore.json +2899abc1b5ecc655b687b3ef6732b0c686cbd2d7 data/create/recipe/crushing/compat/silentgems/moldavite_ore.json +417fc79f8c35e61f2e6427f37eb3d6b4e2ae2797 data/create/recipe/crushing/compat/silentgems/peridot_ore.json +06347010cf161ee293e4a97f445c13bf9e93b16c data/create/recipe/crushing/compat/silentgems/rose_quartz_ore.json +609d36b1f4d6e89e7a29d2a7c04cf8ded2f473ea data/create/recipe/crushing/compat/silentgems/ruby_ore.json +4db4b94832c2b19915dc472e82b391d7d24534d2 data/create/recipe/crushing/compat/silentgems/sapphire_ore.json +bd3d504fd5ee5ff9be64a79d657ea80b2a5e4730 data/create/recipe/crushing/compat/silentgems/topaz_ore.json +ba21bf0d646ad3a9d0f67198ef4c0210e7b4caaa data/create/recipe/crushing/compat/silentgems/turquoise_ore.json +863cc0e326cadd33e6d911d78b6dd9ea78dfcedc data/create/recipe/crushing/compat/simplefarming/barley.json +8452243dc8155122c18d3f0822c1febb7f73d816 data/create/recipe/crushing/compat/simplefarming/oat.json +3565ef2770fdc6aa790c5b6a06d4e05bfb6e4b2f data/create/recipe/crushing/compat/simplefarming/rice.json +dcef8e6601d3dc94919e31007d22a8de0d0c3010 data/create/recipe/crushing/compat/simplefarming/rye.json +0ccd78f1476c15fa7214296f842f0f7ca115042d data/create/recipe/crushing/compat/thermal/apatite_ore.json +80936b38490bbee40dd5382b206c1694df13db28 data/create/recipe/crushing/compat/thermal/cinnabar_ore.json +d7ebcf5b218889d561a9a8429e9b82dee355b014 data/create/recipe/crushing/compat/thermal/niter_ore.json +2b15a70ea9a4acffa62b60ecf14e46143b56fb75 data/create/recipe/crushing/compat/thermal/sulfur_ore.json +6727d5c054ff9c7558e57de7ffcbc98c7330dd1c data/create/recipe/crushing/copper_ore.json +65970ede4e672b8a67d3a625a44fce63b5ca539d data/create/recipe/crushing/crimsite.json +de33a4c409608406438a3f1b8b3b8e67ca839033 data/create/recipe/crushing/crimsite_recycling.json +2a7bb9e95274365d7f2b8a34238930ad675ce74c data/create/recipe/crushing/deepslate_coal_ore.json +f3cb7f384bab46837a6b94cd0d50e471dfcc4733 data/create/recipe/crushing/deepslate_copper_ore.json +c6625672a34d45d93ef70961282bc57d2a455f3f data/create/recipe/crushing/deepslate_diamond_ore.json +8c32260f96c23360d69e0cdd65da85b3a52cfcbd data/create/recipe/crushing/deepslate_emerald_ore.json +49376f5c48104906404fac6dca93240b6ab74a3b data/create/recipe/crushing/deepslate_gold_ore.json +6f1b4334b00cdfe7a5e133cbcd05f852339e6ff5 data/create/recipe/crushing/deepslate_iron_ore.json +58d9b10ba1ec09ee73feaeb755cbc4b40681b675 data/create/recipe/crushing/deepslate_lapis_ore.json +08ecdc8747ecefd67488d3785ce23a8dc247bccb data/create/recipe/crushing/deepslate_redstone_ore.json +e25edfd8d7018fa80238919be27d7a60c067fcbb data/create/recipe/crushing/deepslate_zinc_ore.json +0240886f3410890703d3c83b445852855a0a0a4a data/create/recipe/crushing/diamond_horse_armor.json +9321dadcb9484ae3d23f646ed6eb09363be62089 data/create/recipe/crushing/diamond_ore.json +0e44a11d9511b89af6c63192a4c884713d1590d8 data/create/recipe/crushing/diorite.json +a9a71a7a34652070bd49f08794889194c49f3a0b data/create/recipe/crushing/diorite_recycling.json +7b64e0d2aaca42674968ce5d03302a48a576682a data/create/recipe/crushing/emerald_ore.json +c29f0f52a2c54b3a3b606bd2e42073ae9b57fa7f data/create/recipe/crushing/gilded_blackstone.json +2f79a472524f377716147375aed8658b98ad6545 data/create/recipe/crushing/glowstone.json +e469d05255afabcc193ce1fac240d6dc74cd6323 data/create/recipe/crushing/gold_ore.json +cd48715a5a4d34cf560a82ac518afd70d77a51a7 data/create/recipe/crushing/golden_horse_armor.json +a2cb1b010025a68efbc8ec7bc0decbf28676eef2 data/create/recipe/crushing/gravel.json +c9ac99f6a7c5e9d7660a031baeadf76d56d5c7c8 data/create/recipe/crushing/iron_horse_armor.json +1eeda9d23b9ea06b61caa19b6f1f93f22dafab15 data/create/recipe/crushing/iron_ore.json +2323a22daf494de6203180f863b52b4c25f6e287 data/create/recipe/crushing/lapis_ore.json +d99153c1672dfb355bbc7b362abbe5224ad3d5bd data/create/recipe/crushing/lead_ore.json +8fb2aa90dd52d1e168f2f7f1784102ef101eccf2 data/create/recipe/crushing/leather_horse_armor.json +786b50c18a20d410dcc55f1eff19241133884063 data/create/recipe/crushing/nether_gold_ore.json +9807dc3b23b3ed18116c5c7b45ecfae972bed6be data/create/recipe/crushing/nether_quartz_ore.json +9fea43daf517ac3f388b12f15021ab82e26d38f2 data/create/recipe/crushing/nether_wart_block.json +4a6021c6cb4462176e4084b04a93546928865269 data/create/recipe/crushing/netherrack.json +c7936990075ca9754fd8e4c386207ca04b36fa1e data/create/recipe/crushing/nickel_ore.json +cdaf8ab6efeb053cb9813c9e0a75ecf6e2e1489b data/create/recipe/crushing/obsidian.json +f73b786df28e79a4117894e5ed337dc742178590 data/create/recipe/crushing/ochrum.json +548453bfa2c77dac0616e341608e3565b9cab4ac data/create/recipe/crushing/ochrum_recycling.json +5ce3841092a3821c589542d05d74ecb2e9ef605f data/create/recipe/crushing/osmium_ore.json +d2db9c42d8d6e69c1902ea5b6c5bd9d446a65669 data/create/recipe/crushing/platinum_ore.json +5599bd8a8a5e949f5d6ab27c189a339edb909872 data/create/recipe/crushing/prismarine_crystals.json +f4eca8d0e07a40ad97815df76e7b50082d035392 data/create/recipe/crushing/quicksilver_ore.json +108db026a15c1a274b7881a288da579f2b367a63 data/create/recipe/crushing/raw_aluminum.json +67709e568e187ec3914c1f66a35a5d8e7cc60e93 data/create/recipe/crushing/raw_aluminum_block.json +994fae404e556a8e72e0c596c33df358d04af6df data/create/recipe/crushing/raw_copper.json +ecb0ea33332e3168287c3242f1c69980aa7f2c3c data/create/recipe/crushing/raw_copper_block.json +59a35648a4feb30589cec023ea16ba0682fdfdb1 data/create/recipe/crushing/raw_gold.json +c8acc6a98d0b4e78e7f8fc752d845250050fdc2b data/create/recipe/crushing/raw_gold_block.json +ec4d3ca818308d10eb18352eef348e43bf839900 data/create/recipe/crushing/raw_iron.json +48e0c59d5eea0600b176957c8602e55eb991ccfc data/create/recipe/crushing/raw_iron_block.json +799a4e492b7fb6fdddc76ef6d892b70f8929b0a5 data/create/recipe/crushing/raw_lead.json +f1270d731bab658f8d28689266fb4af4625d53bf data/create/recipe/crushing/raw_lead_block.json +78e4503bc291274e0128265bf6cd6d52e3d9b0cb data/create/recipe/crushing/raw_nickel.json +cc47732fa08f0764c6496cc3aaed62c16995ec8f data/create/recipe/crushing/raw_nickel_block.json +733d8a21a46f96d98a23b38456d93eb2835b29d9 data/create/recipe/crushing/raw_osmium.json +b7a753d0486fb1b4cfa3e220fe3d87db9ae45540 data/create/recipe/crushing/raw_osmium_block.json +8d6cdac7fe2e426e9ba8ec08639f23bd91081dd9 data/create/recipe/crushing/raw_platinum.json +c2228d3d95a11ea7042751f92f694c9eec4b9bb4 data/create/recipe/crushing/raw_platinum_block.json +8c5d665c6f15372aa43c5c4d381df4b556db7017 data/create/recipe/crushing/raw_quicksilver.json +982cdfd6860efa09ba4b1eaf23af7685834a4537 data/create/recipe/crushing/raw_quicksilver_block.json +a36a64473d2f144f7d373e5d1f644f74cf3d8c35 data/create/recipe/crushing/raw_silver.json +a161eefc4766cc8c8342c0ea7273e351b7a94956 data/create/recipe/crushing/raw_silver_block.json +7a6b5a2a4d37094ba9ffe04bd5f2125f79b386c5 data/create/recipe/crushing/raw_tin.json +f3af7683e544953e37d887f490be2a154c777099 data/create/recipe/crushing/raw_tin_block.json +7ac483164a231f49a3191d2b6acd9d8e525b30fb data/create/recipe/crushing/raw_uranium.json +b5ce82713d0dfa002f2633cce733ac7fe7f33598 data/create/recipe/crushing/raw_uranium_block.json +a4606cc342b673c0f2b687f76898c714a341dcfc data/create/recipe/crushing/raw_zinc.json +2cdc5356e7c83c71258bb65b460713e855d43941 data/create/recipe/crushing/raw_zinc_block.json +e1ba39a912f007ee289e19a8c690dbf574328ad6 data/create/recipe/crushing/redstone_ore.json +c8f991035739e1f860b809140847611d75077465 data/create/recipe/crushing/silver_ore.json +0faae1cb4c1891dc44972543f28e55cf51d9641b data/create/recipe/crushing/tin_ore.json +4b2a6e09e548cf190f9a0bd450bfa3219d117ee3 data/create/recipe/crushing/tuff.json +8ff6acfa1ad11c821a0573898107a13287646873 data/create/recipe/crushing/tuff_recycling.json +2106dad68e3730d2d57315e3c0cc6cab37214e53 data/create/recipe/crushing/uranium_ore.json +aa627e4fc1c370655fb830cce85339c06d2e0a4c data/create/recipe/crushing/veridium.json +16f16d31f2488cf49eb7a4403e4cafd92c416710 data/create/recipe/crushing/veridium_recycling.json +b265e0a8e9067a76a81f5c80d22f304047ca2f00 data/create/recipe/crushing/wool.json +d0d2b7954642274a67e11bb6657e7ac9cb996232 data/create/recipe/crushing/zinc_ore.json +e59a81c8d30d1048e125c2906e4ec2adb4760b69 data/create/recipe/cutting/andesite_alloy.json +76e5a76f363df8b214bbe717ec166a7b02bea6ff data/create/recipe/cutting/bamboo_block.json +b3b64c997976729dd94e4f072ed1f1288e9ec590 data/create/recipe/cutting/bamboo_planks.json +71f9ceffb39cb42decfea55aa0696afcaa76fb3d data/create/recipe/cutting/compat/ars_nouveau/blue_archwood_log.json +a62d3811b48dac1825dada8623f88754bb1e3a03 data/create/recipe/cutting/compat/ars_nouveau/blue_archwood_wood.json +ba0a0dba93a728e09a7bdcb53c0a59ae3fb4fff6 data/create/recipe/cutting/compat/ars_nouveau/green_archwood_log.json +04e2e63fba9ae74d86bd1434dc8db9d8c0ed4ed6 data/create/recipe/cutting/compat/ars_nouveau/green_archwood_wood.json +1a80acf905159e5dca958fe8aa0b77c234dcc726 data/create/recipe/cutting/compat/ars_nouveau/purple_archwood_log.json +8c4ada91bbd9bc637d9e4c4255072d4ef8a179c9 data/create/recipe/cutting/compat/ars_nouveau/purple_archwood_wood.json +4d8d83911611d9aec91e3d50529f929e9112b804 data/create/recipe/cutting/compat/ars_nouveau/red_archwood_log.json +0edbaf9ba31d0810ff73d2a94d23d4fedb567b5f data/create/recipe/cutting/compat/ars_nouveau/red_archwood_wood.json +7513164eb1516167f9f2acb75116fd72c5496d02 data/create/recipe/cutting/compat/ars_nouveau/stripped_blue_archwood_log.json +cc696c6ff7ead86c12f7b96f144df401f8dd7964 data/create/recipe/cutting/compat/ars_nouveau/stripped_blue_archwood_wood.json +45f035059d71e2d3122f2325c4403f2019b8900c data/create/recipe/cutting/compat/ars_nouveau/stripped_green_archwood_log.json +3952f0dfdcf9bc87b48766294f7d8b6d48bdc3b9 data/create/recipe/cutting/compat/ars_nouveau/stripped_green_archwood_wood.json +def47ca2bd42ea112b0413b79d84c82c9251d3db data/create/recipe/cutting/compat/ars_nouveau/stripped_purple_archwood_log.json +6d44761d6c470d4652950a0d35ee6beb41520402 data/create/recipe/cutting/compat/ars_nouveau/stripped_purple_archwood_wood.json +aca24b396a921f440a610d7fc46e2b3b67241ad9 data/create/recipe/cutting/compat/ars_nouveau/stripped_red_archwood_log.json +261b5ad315c6ced34d40fd01d1b121a21e217e83 data/create/recipe/cutting/compat/ars_nouveau/stripped_red_archwood_wood.json +fc4b47ef01ffc8da45c1a705341ce30408deebe4 data/create/recipe/cutting/compat/immersiveengineering/wire_aluminum.json +d1c7f45d4c46d8b81a882f9dea6050cad7761980 data/create/recipe/cutting/compat/immersiveengineering/wire_copper.json +9226d804728109c338320ba229dbcadb6447d32a data/create/recipe/cutting/compat/immersiveengineering/wire_electrum.json +edb3dd118bba3003f3c65961c9fa59291698f673 data/create/recipe/cutting/compat/immersiveengineering/wire_lead.json +3bfa87e87cbb4e3c931556b88892eb36698aad76 data/create/recipe/cutting/compat/immersiveengineering/wire_steel.json +414678579e56a8db6414da775f23b7d65712d4bb data/create/recipe/cutting/compat/regions_unexplored/silver_birch_log.json +69aa758b812eab4f8a35353050fbf1ae018bf753 data/create/recipe/cutting/compat/regions_unexplored/silver_birch_wood.json +666f0b3981e655e35f8dc88f16be6c9309f326ab data/create/recipe/cutting/stripped_bamboo_block.json +e8626589084bcb3d6e46b3d066a4beb16f95be08 data/create/recipe/deploying/chiseled_copper_from_deoxidising.json +1c0edd9c4d8f1c1609200aef3f1de59e949a204c data/create/recipe/deploying/chiseled_copper_from_removing_wax.json 7a01147d3c7d8fb9acb870b33e5a792328f88c3c data/create/recipe/deploying/cogwheel.json -71823595ba3f587a0940125d87f2d33a99d317d8 data/create/recipe/deploying/copper_block_from_deoxidising.json -2e94155860aae80bc3c66e92cb0815cf259dfff4 data/create/recipe/deploying/copper_block_from_removing_wax.json -461d89cad1007cddf1a8d3366c5c3da900162cb2 data/create/recipe/deploying/copper_bulb_from_deoxidising.json -8b7c6d8a5b7d7a391fad19718327f817ffeb46bc data/create/recipe/deploying/copper_bulb_from_removing_wax.json -8fac0b7b4ad490e87298f4f5ef04db90ed536e7f data/create/recipe/deploying/copper_door_from_deoxidising.json -bdf17aefbd34ae2c82eaede06126d06c736c1b70 data/create/recipe/deploying/copper_door_from_removing_wax.json -3b46f8b01ff7cf5812069ea8442d374752e2a942 data/create/recipe/deploying/copper_grate_from_deoxidising.json -b41f7c02b813dae72c4a57b68f008eb25dc1709b data/create/recipe/deploying/copper_grate_from_removing_wax.json -05053abe2e15cc6eb885c220e7c4fcac983611eb data/create/recipe/deploying/copper_shingles_from_deoxidising.json -aec726a5c61af90cd67bf30b8f3db07253fd42d0 data/create/recipe/deploying/copper_shingles_from_removing_wax.json -728e234e700be32ee721e245e274eb050ef4f606 data/create/recipe/deploying/copper_shingle_slab_from_deoxidising.json -e46c329904515063d9fc58c3006b432248d84ebe data/create/recipe/deploying/copper_shingle_slab_from_removing_wax.json -a44bf77f812215cdb6bb24f2bbf97667ce7db990 data/create/recipe/deploying/copper_shingle_stairs_from_deoxidising.json -7e1fddd9635b98e778eb122f5a000618d16b11c2 data/create/recipe/deploying/copper_shingle_stairs_from_removing_wax.json -c0960ea4e0379f56b653262052fb2de3c4b0bce7 data/create/recipe/deploying/copper_tiles_from_deoxidising.json -4920419c9bd94d05c237b6b8b12c4d2e4795bf42 data/create/recipe/deploying/copper_tiles_from_removing_wax.json -67dc0704987c703fd49183994e6470e104858a95 data/create/recipe/deploying/copper_tile_slab_from_deoxidising.json -7e7f8c3decba1506b22b72b644a2025318fc8822 data/create/recipe/deploying/copper_tile_slab_from_removing_wax.json -a6eaa28d82bda3f6b24b408f7c67aab88c93829e data/create/recipe/deploying/copper_tile_stairs_from_deoxidising.json -4066d8d646a9ce873cac5177beb2fa107b290956 data/create/recipe/deploying/copper_tile_stairs_from_removing_wax.json -270c6979d6ecd786c8dbe302a305e7e1fc3824dd data/create/recipe/deploying/copper_trapdoor_from_deoxidising.json -56327955a328c63fef57b88402463f9d7936b7f2 data/create/recipe/deploying/copper_trapdoor_from_removing_wax.json -a45a2f53e770e9f7435b0159e2a6ffe13d91d82d data/create/recipe/deploying/cut_copper_from_deoxidising.json -a0f38792e9b993a793e6c35a4e0e0c68906218c9 data/create/recipe/deploying/cut_copper_from_removing_wax.json -45db539abee9c99e5683f993b003bfe4e27afa67 data/create/recipe/deploying/cut_copper_slab_from_deoxidising.json -7cf609fef56ed53becf7a55e134aaa2d1093ab40 data/create/recipe/deploying/cut_copper_slab_from_removing_wax.json -cffe8fdd5375773b8d91cd375c3d47e03774675f data/create/recipe/deploying/cut_copper_stairs_from_deoxidising.json -4fb27e34f4315be61b0708c53800ee72bf6809a1 data/create/recipe/deploying/cut_copper_stairs_from_removing_wax.json -55cd484ea3f2741d409d78642d46d04e1b6494c2 data/create/recipe/deploying/exposed_chiseled_copper_from_deoxidising.json -0de9402d4deaf48794ca02530db05ceb033f8069 data/create/recipe/deploying/exposed_chiseled_copper_from_removing_wax.json -da8ff7aeb7f6873dfc538674280ee4154a3a6017 data/create/recipe/deploying/exposed_copper_bulb_from_deoxidising.json -42a74d979b975123020a4d633226e47cfd6d8004 data/create/recipe/deploying/exposed_copper_bulb_from_removing_wax.json -9db28df6d84ca82a62cf8c611ec482b4af1afd19 data/create/recipe/deploying/exposed_copper_door_from_deoxidising.json -20919232510c0d66cf688a6a7979c44ca7f221e6 data/create/recipe/deploying/exposed_copper_door_from_removing_wax.json -13bf7a638b279a2b84d68bbcde2ef2a0e6957f97 data/create/recipe/deploying/exposed_copper_from_deoxidising.json -faaa8eab8175bb55c7ade06491d0be3419a2258d data/create/recipe/deploying/exposed_copper_from_removing_wax.json -43ce2c8ae5e0d06d6a2028c1c178384e82e322ff data/create/recipe/deploying/exposed_copper_grate_from_deoxidising.json -266ead870e51ed8ea8073b908a3b9e011098953a data/create/recipe/deploying/exposed_copper_grate_from_removing_wax.json -09353cbd6cd87e622668303cc83d5cf6c96d14f4 data/create/recipe/deploying/exposed_copper_shingles_from_deoxidising.json -e5f64c97b09c9609f2bfb1c7e9a931f016144961 data/create/recipe/deploying/exposed_copper_shingles_from_removing_wax.json -9bac720038284c15807b1af46fb737061fc408e1 data/create/recipe/deploying/exposed_copper_shingle_slab_from_deoxidising.json -ff63016d6a4e3d3fabc233e1c343524b0cd3eec6 data/create/recipe/deploying/exposed_copper_shingle_slab_from_removing_wax.json -cb0dff707a1ce997c60475397e694087d235288d data/create/recipe/deploying/exposed_copper_shingle_stairs_from_deoxidising.json -ff93d9667bc252c5f7323d6613756ad884499eac data/create/recipe/deploying/exposed_copper_shingle_stairs_from_removing_wax.json -9c5491e571dbd52a758bacc77fd193d3f435d19f data/create/recipe/deploying/exposed_copper_tiles_from_deoxidising.json -72359d16366ce29ba88f2536c2af82e7ba33af92 data/create/recipe/deploying/exposed_copper_tiles_from_removing_wax.json -6ec863a95f4bdd0917f9cacec5c02e09ef843b34 data/create/recipe/deploying/exposed_copper_tile_slab_from_deoxidising.json -68777658e9ecac0653cd22a154edd7af06b36138 data/create/recipe/deploying/exposed_copper_tile_slab_from_removing_wax.json -fc936eb34042c2fdb751a4f5b53c7bd283aa8f82 data/create/recipe/deploying/exposed_copper_tile_stairs_from_deoxidising.json -ea381bc5a0adcb7f1b74e7dac02e988b5e93f056 data/create/recipe/deploying/exposed_copper_tile_stairs_from_removing_wax.json -e643ba29006fde9c73897b8c812c342719a41cd1 data/create/recipe/deploying/exposed_copper_trapdoor_from_deoxidising.json -0b958018c2e775d3a9d11d717d4b9cd535192747 data/create/recipe/deploying/exposed_copper_trapdoor_from_removing_wax.json -1612bd37a109f7876ac03c5988dc7d6ddfad0ff8 data/create/recipe/deploying/exposed_cut_copper_from_deoxidising.json -6151c9f5925ead0056d338fdfd673500902e417d data/create/recipe/deploying/exposed_cut_copper_from_removing_wax.json -a44eaf00ef5e746c62aa72552a37447676fcd385 data/create/recipe/deploying/exposed_cut_copper_slab_from_deoxidising.json -3ae4559c67d0a390c2dd4deb3a17df8aab66bb64 data/create/recipe/deploying/exposed_cut_copper_slab_from_removing_wax.json -5ecc9b889c9012616454d3ddeff1608fe87a0f93 data/create/recipe/deploying/exposed_cut_copper_stairs_from_deoxidising.json -98ac326a1e2c80fd0f3cb73c7ad80b86ba7cf980 data/create/recipe/deploying/exposed_cut_copper_stairs_from_removing_wax.json +841d5f52e37a49a26fb2f3173c0ab2d74e517eb9 data/create/recipe/deploying/copper_block_from_deoxidising.json +1be463015bdd6b57b80e45f782ab5a4ec5f150e3 data/create/recipe/deploying/copper_block_from_removing_wax.json +77282d420e2d07f964357fca3a8e805e6a9a2661 data/create/recipe/deploying/copper_bulb_from_deoxidising.json +af2906d7398a1298391b6a69d08f7185d71731e6 data/create/recipe/deploying/copper_bulb_from_removing_wax.json +be35200c3ca7ccd40d369b542aa064172b17cf92 data/create/recipe/deploying/copper_door_from_deoxidising.json +6d163fddc9458cf66e6898580579bfcb06c2e397 data/create/recipe/deploying/copper_door_from_removing_wax.json +db484e42acafddae6a5f77ae2e72b6e185066aef data/create/recipe/deploying/copper_grate_from_deoxidising.json +2be4e40af44ad1056ad62bd2db7488656eaf2b6c data/create/recipe/deploying/copper_grate_from_removing_wax.json +d1d695ea6033e368daa74e31c11a1a693afece1c data/create/recipe/deploying/copper_shingle_slab_from_deoxidising.json +0e43dd894e342c81ecf2ff31a0071fe528a56c20 data/create/recipe/deploying/copper_shingle_slab_from_removing_wax.json +cce35926a128d11fb917299646cd1efb6f20ee02 data/create/recipe/deploying/copper_shingle_stairs_from_deoxidising.json +183ee01e849ecb9711ae60e825ae18e8412d5584 data/create/recipe/deploying/copper_shingle_stairs_from_removing_wax.json +3089fd90bfc39f48b2e2f127f9383bdd00fd1b16 data/create/recipe/deploying/copper_shingles_from_deoxidising.json +9d3c477d19dd323a703c7826951e349dc4cca9b1 data/create/recipe/deploying/copper_shingles_from_removing_wax.json +2183095e91f3d666ba509212c006a931fc6ac75f data/create/recipe/deploying/copper_tile_slab_from_deoxidising.json +1ec8e46b2452d6a1789f5d1ba3f4901402f2b596 data/create/recipe/deploying/copper_tile_slab_from_removing_wax.json +57204a4c6851c1b9b213f8e57f9dd541cbb2f5e1 data/create/recipe/deploying/copper_tile_stairs_from_deoxidising.json +2d525d24bf846e19ac8f9b41edc0b4fd83e1a2b2 data/create/recipe/deploying/copper_tile_stairs_from_removing_wax.json +c6302d54fc5f6aaecbf8836ca57275f274362c3b data/create/recipe/deploying/copper_tiles_from_deoxidising.json +3e169d9e314ae223ddc4ca071e8b744926f1e70a data/create/recipe/deploying/copper_tiles_from_removing_wax.json +b69ee7780aaeb8c1f1e2af57df6388b6a46b9e3d data/create/recipe/deploying/copper_trapdoor_from_deoxidising.json +00fae77b794b69f2144ed42c624b3dd1205e93b8 data/create/recipe/deploying/copper_trapdoor_from_removing_wax.json +22b4fd4e8bc2bf2a56d02345bd16598cb731e78b data/create/recipe/deploying/cut_copper_from_deoxidising.json +09234985aac49e4c1a3d5f64af4c930d1f17be69 data/create/recipe/deploying/cut_copper_from_removing_wax.json +77ccdb09f326c357a7a23850cceed5b32b0f36df data/create/recipe/deploying/cut_copper_slab_from_deoxidising.json +414f57da68ea0ad39cef8796832e31b4ac966970 data/create/recipe/deploying/cut_copper_slab_from_removing_wax.json +78d5def76bfb25c22cede711faad9c98cd1a1917 data/create/recipe/deploying/cut_copper_stairs_from_deoxidising.json +2462027878f4e324274dbbce625335d256080a41 data/create/recipe/deploying/cut_copper_stairs_from_removing_wax.json +00e7428c5625145c1a915e72e53918b2d4529d86 data/create/recipe/deploying/exposed_chiseled_copper_from_deoxidising.json +23b1de06de520ff58b5bb5be449f0f4f23071bf0 data/create/recipe/deploying/exposed_chiseled_copper_from_removing_wax.json +02877f2ec4b1878a244885c7606881dda1750eb6 data/create/recipe/deploying/exposed_copper_bulb_from_deoxidising.json +1df75f12635f165cc90a08a84d3dce01b3b9f244 data/create/recipe/deploying/exposed_copper_bulb_from_removing_wax.json +f1e41b1c4fab318b6848153bcc1b633e57935865 data/create/recipe/deploying/exposed_copper_door_from_deoxidising.json +732f40f341f7f80eb9991e2d51818efd2b23e690 data/create/recipe/deploying/exposed_copper_door_from_removing_wax.json +4c8739e1684ef5df737c72c98ee3a055595cb3b1 data/create/recipe/deploying/exposed_copper_from_deoxidising.json +6813baf8bace6781099b5ea0a102079f23c4f3ac data/create/recipe/deploying/exposed_copper_from_removing_wax.json +f8530404d74d07b721c21b58e7f1c60975f87483 data/create/recipe/deploying/exposed_copper_grate_from_deoxidising.json +24e693c8ee6b7fab83fdc44af1aa4d7904c2945a data/create/recipe/deploying/exposed_copper_grate_from_removing_wax.json +437f2e33840c1881106496e1b4e04f466a2f448f data/create/recipe/deploying/exposed_copper_shingle_slab_from_deoxidising.json +d04574690bd20ee420b37a0c228c0000d4ebe634 data/create/recipe/deploying/exposed_copper_shingle_slab_from_removing_wax.json +e34e287d767d079fa6c7543fa822db5118c99941 data/create/recipe/deploying/exposed_copper_shingle_stairs_from_deoxidising.json +002f9038d7aee35278c3263c745e80ce752b9e05 data/create/recipe/deploying/exposed_copper_shingle_stairs_from_removing_wax.json +10c8d40ef20e210af86075c02d80704e0c4e37f3 data/create/recipe/deploying/exposed_copper_shingles_from_deoxidising.json +9a07e278a7e945bb9f5c6fe0d0bc32e938752a40 data/create/recipe/deploying/exposed_copper_shingles_from_removing_wax.json +407a2748f08287c8608e35682abd3c570db5d7b6 data/create/recipe/deploying/exposed_copper_tile_slab_from_deoxidising.json +5c56386d2e31b13b4ee5facbf9bfdf287d6e0ad6 data/create/recipe/deploying/exposed_copper_tile_slab_from_removing_wax.json +e760c3a6c93b99f5911cb90582b50b15d243a052 data/create/recipe/deploying/exposed_copper_tile_stairs_from_deoxidising.json +433000a5630884b6650d1117d74ca571a2cbe506 data/create/recipe/deploying/exposed_copper_tile_stairs_from_removing_wax.json +99f7de4917a2190b8615ec71bc412d0c045d94e0 data/create/recipe/deploying/exposed_copper_tiles_from_deoxidising.json +d1dbb134e4a070974f84c9dcc6294977e3b99272 data/create/recipe/deploying/exposed_copper_tiles_from_removing_wax.json +ab1d8311a04c5c020b820b521f40affe50f2f8bd data/create/recipe/deploying/exposed_copper_trapdoor_from_deoxidising.json +b66a5c04433f2b8bc306dbe061a09b4434017065 data/create/recipe/deploying/exposed_copper_trapdoor_from_removing_wax.json +3ec086a7258906b925ddb75abe2bf20bf914e805 data/create/recipe/deploying/exposed_cut_copper_from_deoxidising.json +7c7cba1d8def0d323c02da2b2cb83f4d7f15607d data/create/recipe/deploying/exposed_cut_copper_from_removing_wax.json +66bca0c5a6a2bad350761df02b09c9d5c4fca48f data/create/recipe/deploying/exposed_cut_copper_slab_from_deoxidising.json +efc431a6ccba4f6ae03369c5e0fb805f5672afa2 data/create/recipe/deploying/exposed_cut_copper_slab_from_removing_wax.json +75663fef69b0360d1c85997a3d7aa6dacfa69bb2 data/create/recipe/deploying/exposed_cut_copper_stairs_from_deoxidising.json +c13ab7d1bfd9c289981273b011e646adaeb147cd data/create/recipe/deploying/exposed_cut_copper_stairs_from_removing_wax.json 1230f449873262e79585752d3430e5f7f383bcb2 data/create/recipe/deploying/large_cogwheel.json -cdb4974bec2beb1ce56527e658ca5eaccd17f741 data/create/recipe/deploying/oxidized_chiseled_copper_from_removing_wax.json -6a590ddaa8d4a27ec7a10a7ffd8e8c11ce74135e data/create/recipe/deploying/oxidized_copper_bulb_from_removing_wax.json -c17362d4760acb311fc00bde41b443f1a1def64a data/create/recipe/deploying/oxidized_copper_door_from_removing_wax.json -051faceb93f5cba4be8632198272500bcf461334 data/create/recipe/deploying/oxidized_copper_from_removing_wax.json -93e0ac0a9d59dfff80d24c8506430732edf00109 data/create/recipe/deploying/oxidized_copper_grate_from_removing_wax.json -00cad77046b42466fb40798f11480d7370cab579 data/create/recipe/deploying/oxidized_copper_shingles_from_removing_wax.json -deecff3e485442af83fb01d16b0a46d98e5214bb data/create/recipe/deploying/oxidized_copper_shingle_slab_from_removing_wax.json -162ddbeb10da4eec0709813d3f55465a658e76d1 data/create/recipe/deploying/oxidized_copper_shingle_stairs_from_removing_wax.json -6f4ad2120309481203e1ac839263099bb7e36ea0 data/create/recipe/deploying/oxidized_copper_tiles_from_removing_wax.json -dff292537e007aabdffdf997509838c6168799b4 data/create/recipe/deploying/oxidized_copper_tile_slab_from_removing_wax.json -42cc953f2f2cf2b2af7d3d1480abf6d7d363abec data/create/recipe/deploying/oxidized_copper_tile_stairs_from_removing_wax.json -e58b27fa3c64f6fb646e63d9b7c569ddac4b7842 data/create/recipe/deploying/oxidized_copper_trapdoor_from_removing_wax.json -58e6abf60ee8d830143fa6a48830c3d20acfc8c0 data/create/recipe/deploying/oxidized_cut_copper_from_removing_wax.json -52eb357d1d13edc250726f70c7b3639cb902a933 data/create/recipe/deploying/oxidized_cut_copper_slab_from_removing_wax.json -5daf82089854fda3a264b26303fe02764539a87e data/create/recipe/deploying/oxidized_cut_copper_stairs_from_removing_wax.json -028377bb3e5947a9e740b8f90a6deba4afe0a68b data/create/recipe/deploying/waxed_chiseled_copper_from_adding_wax.json -dc35369da8514a5650704fd39e84861cce084b5d data/create/recipe/deploying/waxed_copper_block_from_adding_wax.json -99883a2b414c89d69970eb823c4936c427ab14ef data/create/recipe/deploying/waxed_copper_bulb_from_adding_wax.json -0a1fa71a4bcf095bb54ad18193623061ceb1adb5 data/create/recipe/deploying/waxed_copper_door_from_adding_wax.json -c6246f059c40552f9c4f4841be4d4a85e2a481bc data/create/recipe/deploying/waxed_copper_grate_from_adding_wax.json -7b7d596cdaa4000222177b405c04c6e8906561b4 data/create/recipe/deploying/waxed_copper_shingles_from_adding_wax.json -afbe0c612651ee90651ee7b39683c8baac2a115e data/create/recipe/deploying/waxed_copper_shingle_slab_from_adding_wax.json -66cd83c15d46692f27deaac280ef782bb2bd7909 data/create/recipe/deploying/waxed_copper_shingle_stairs_from_adding_wax.json -bcb9750b7c3504996d6177d5980128af018942a8 data/create/recipe/deploying/waxed_copper_tiles_from_adding_wax.json -eecd6194b0efc2bee321ba7fac7348cd3f5911ab data/create/recipe/deploying/waxed_copper_tile_slab_from_adding_wax.json -dfc1f8f6b0d1b6d23c9125c97eba31dadc370904 data/create/recipe/deploying/waxed_copper_tile_stairs_from_adding_wax.json -be8550d27ee9fd45d476a501a80637fbad058d24 data/create/recipe/deploying/waxed_copper_trapdoor_from_adding_wax.json -e260cded2b746bd79afaaa1e086cf2f0faffde76 data/create/recipe/deploying/waxed_cut_copper_from_adding_wax.json -33e338242aff64f9d52169392d2eb8e617b8da5c data/create/recipe/deploying/waxed_cut_copper_slab_from_adding_wax.json -5f4671548b18634ae440d7c64c4c97e5e533601b data/create/recipe/deploying/waxed_cut_copper_stairs_from_adding_wax.json -213df481c5da2099ac71c37eb36a78dbcc9a94bb data/create/recipe/deploying/waxed_exposed_chiseled_copper_from_adding_wax.json -4f82ab400aa9658daadcf30e24096eede9de47a6 data/create/recipe/deploying/waxed_exposed_copper_bulb_from_adding_wax.json -2d56a54f80735bbc7b0983c04cd1ea68618a9b67 data/create/recipe/deploying/waxed_exposed_copper_door_from_adding_wax.json -ff182d5c0c4b832ff566691d9b680c9039c55c16 data/create/recipe/deploying/waxed_exposed_copper_from_adding_wax.json -98c8682010aac1ea4870542b15da4946e81bb769 data/create/recipe/deploying/waxed_exposed_copper_grate_from_adding_wax.json -eff2e77f004873e695e419afc71a7011328d3de8 data/create/recipe/deploying/waxed_exposed_copper_shingles_from_adding_wax.json -5a7a622d5b340f83ba2d32fe53620744c5193a32 data/create/recipe/deploying/waxed_exposed_copper_shingle_slab_from_adding_wax.json -b895ef423e64936b5d94ee54a6527316ed48d9d6 data/create/recipe/deploying/waxed_exposed_copper_shingle_stairs_from_adding_wax.json -9d566e599cc05aefde637faab1957813a5b6f3f7 data/create/recipe/deploying/waxed_exposed_copper_tiles_from_adding_wax.json -582083e0fed8760cde2c53aa2b02237eb59a3df0 data/create/recipe/deploying/waxed_exposed_copper_tile_slab_from_adding_wax.json -fec9d744770bfc517a72a2be45701aab6f3040b2 data/create/recipe/deploying/waxed_exposed_copper_tile_stairs_from_adding_wax.json -07303100aec1e789b884553224018ecc08419e79 data/create/recipe/deploying/waxed_exposed_copper_trapdoor_from_adding_wax.json -0f18c91f36e3abae99a7dca72f3d80e59f03cf7d data/create/recipe/deploying/waxed_exposed_cut_copper_from_adding_wax.json -7ed36f4f3abfd37aec13a273b87d97c8ccc36cb4 data/create/recipe/deploying/waxed_exposed_cut_copper_slab_from_adding_wax.json -9cd5a6c71b5102ef2660e8a5c650cbd2c2327580 data/create/recipe/deploying/waxed_exposed_cut_copper_stairs_from_adding_wax.json -5895a6fdfbcebc5416e53591c31d99ceab44fc71 data/create/recipe/deploying/waxed_oxidized_chiseled_copper_from_adding_wax.json -a61253b47c244b44c59b70d8fdc4f9f4d734dec5 data/create/recipe/deploying/waxed_oxidized_copper_bulb_from_adding_wax.json -0d0c44152716a75a8fb63328e5432d9a1428eb83 data/create/recipe/deploying/waxed_oxidized_copper_door_from_adding_wax.json -97b7b3f65807328d0a036cb66ee53d898504da77 data/create/recipe/deploying/waxed_oxidized_copper_from_adding_wax.json -7174d27f6e0a64828dcc5480de28cdc9c9e05527 data/create/recipe/deploying/waxed_oxidized_copper_grate_from_adding_wax.json -bd37d658666b2912c07b6daa6adaff99a479223a data/create/recipe/deploying/waxed_oxidized_copper_shingles_from_adding_wax.json -07c82e555617f9d9166f2d2c9068ac421eb0b37a data/create/recipe/deploying/waxed_oxidized_copper_shingle_slab_from_adding_wax.json -d0c7805681e3ed6a6bc5775d42c702af924e8785 data/create/recipe/deploying/waxed_oxidized_copper_shingle_stairs_from_adding_wax.json -41c879946a24ff330466476bdee9148859398842 data/create/recipe/deploying/waxed_oxidized_copper_tiles_from_adding_wax.json -af72234311a9abf5c57c767c05274c466dceac53 data/create/recipe/deploying/waxed_oxidized_copper_tile_slab_from_adding_wax.json -b35d22f891d1c9cab4340399e3426c96132b3fc7 data/create/recipe/deploying/waxed_oxidized_copper_tile_stairs_from_adding_wax.json -2886bb09f2c6eb9287a8048827711b80f8130fdc data/create/recipe/deploying/waxed_oxidized_copper_trapdoor_from_adding_wax.json -9d78f4d16273015d181be586f91e77f3b82ee18f data/create/recipe/deploying/waxed_oxidized_cut_copper_from_adding_wax.json -2a9c57a8ca9b013b7bc11d2588d4ba00b402f97f data/create/recipe/deploying/waxed_oxidized_cut_copper_slab_from_adding_wax.json -5670c074c0f1961a5e499953a49c7e3f1f617ebf data/create/recipe/deploying/waxed_oxidized_cut_copper_stairs_from_adding_wax.json -d1d7efd53e4469ead011b2fa9864f2e21b3de5cd data/create/recipe/deploying/waxed_weathered_chiseled_copper_from_adding_wax.json -2087860f166ae182fbe5241f35928435f24e3352 data/create/recipe/deploying/waxed_weathered_copper_bulb_from_adding_wax.json -51058d2ddaeb8b8d1ce155b7784e221b4982f6cf data/create/recipe/deploying/waxed_weathered_copper_door_from_adding_wax.json -58679c5c37eaa5a52ef9e0f4f7cc695c58ddee96 data/create/recipe/deploying/waxed_weathered_copper_from_adding_wax.json -18cb9d8c2f13014ec0bc2622560ca6792d94c6b9 data/create/recipe/deploying/waxed_weathered_copper_grate_from_adding_wax.json -5817055c1cf3ae572ffbe2765f3e519fda4c3342 data/create/recipe/deploying/waxed_weathered_copper_shingles_from_adding_wax.json -e962429c48ed12bb2d7b299719513c23a2088879 data/create/recipe/deploying/waxed_weathered_copper_shingle_slab_from_adding_wax.json -2321ea4ed39d09b12a80be8df2c7c1dc4c6d2c18 data/create/recipe/deploying/waxed_weathered_copper_shingle_stairs_from_adding_wax.json -b635490492a22f88e24003bffb09c4d5e3fa2d61 data/create/recipe/deploying/waxed_weathered_copper_tiles_from_adding_wax.json -d0fc937a3e7ae42fb1891b7b87adb2b57292e01d data/create/recipe/deploying/waxed_weathered_copper_tile_slab_from_adding_wax.json -6852ea4c7f27520fb3388ec641be4cb94d907199 data/create/recipe/deploying/waxed_weathered_copper_tile_stairs_from_adding_wax.json -b0cd28e59270df4a029346cca234fb372fbe8f4e data/create/recipe/deploying/waxed_weathered_copper_trapdoor_from_adding_wax.json -9ab3ba5847c3abbc17c476436978141f2c039ce9 data/create/recipe/deploying/waxed_weathered_cut_copper_from_adding_wax.json -733dd94b46186c19fdecced5d8231e46ea612cf2 data/create/recipe/deploying/waxed_weathered_cut_copper_slab_from_adding_wax.json -cd4c050e6ad9227bf293768f2d8b965c0ecafeab data/create/recipe/deploying/waxed_weathered_cut_copper_stairs_from_adding_wax.json -f1cb1c4865ef1e021b582c676b31f14aa0f013bf data/create/recipe/deploying/weathered_chiseled_copper_from_deoxidising.json -a13e375ca0f0226341446c5adfb3c899fca325d0 data/create/recipe/deploying/weathered_chiseled_copper_from_removing_wax.json -336f10d9f846aa79b91641361d686f200d3dad1e data/create/recipe/deploying/weathered_copper_bulb_from_deoxidising.json -c5b6f4e0e2bb4fa03108f5f1d316a46b4b6baec0 data/create/recipe/deploying/weathered_copper_bulb_from_removing_wax.json -ce34e821d4e2f6120920392b2b860bf070615c55 data/create/recipe/deploying/weathered_copper_door_from_deoxidising.json -3946bcf44705f2c9ed53a226ae3a57eec9d7befe data/create/recipe/deploying/weathered_copper_door_from_removing_wax.json -20c2fefb17fcdde2b817b1634d805dececf8b0e5 data/create/recipe/deploying/weathered_copper_from_deoxidising.json -ba026a1c407eca2f8acc66a10a1fcc97cb318b1e data/create/recipe/deploying/weathered_copper_from_removing_wax.json -0da33300f1dfff2ee350e167a885116531e57090 data/create/recipe/deploying/weathered_copper_grate_from_deoxidising.json -eecbaaf62c563f173d7959d80225c4938c94cb0f data/create/recipe/deploying/weathered_copper_grate_from_removing_wax.json -5e01f5da2ad67a939a7630bf2607a0159d1dd177 data/create/recipe/deploying/weathered_copper_shingles_from_deoxidising.json -7f962473189c296c02f5e97fa3e920cc7e26f112 data/create/recipe/deploying/weathered_copper_shingles_from_removing_wax.json -4c903ea6449f7ef494c66e20671a323b6703fa05 data/create/recipe/deploying/weathered_copper_shingle_slab_from_deoxidising.json -231350a2d36a11b5848052fe20e11f32b0cd7838 data/create/recipe/deploying/weathered_copper_shingle_slab_from_removing_wax.json -94cb495f52ca2b88b8680a6bcd2d326a91357e0c data/create/recipe/deploying/weathered_copper_shingle_stairs_from_deoxidising.json -0160f12204d05b0f094a7b7d189692501aa90ed0 data/create/recipe/deploying/weathered_copper_shingle_stairs_from_removing_wax.json -6210a2a41161ff2d0ceca8ca209954af4c63002a data/create/recipe/deploying/weathered_copper_tiles_from_deoxidising.json -03ad0e1d06b1197fa45db23d73eb9f76a45944f8 data/create/recipe/deploying/weathered_copper_tiles_from_removing_wax.json -3f218e4ab4a52d0df55725088c4128582c9b6918 data/create/recipe/deploying/weathered_copper_tile_slab_from_deoxidising.json -18bbbcdbf4e57e6fe567b3494f492332745cd6fc data/create/recipe/deploying/weathered_copper_tile_slab_from_removing_wax.json -a24e82558aa7aee7840f6310531cec46b626cee4 data/create/recipe/deploying/weathered_copper_tile_stairs_from_deoxidising.json -6b8b807ebd14158d2d14c5210d5c60c781d112db data/create/recipe/deploying/weathered_copper_tile_stairs_from_removing_wax.json -f8b3feffe9a7d1b81e71bb3d92e13314bcbfa019 data/create/recipe/deploying/weathered_copper_trapdoor_from_deoxidising.json -dc4787ba1f311f9e3cb73ce25c04aebdd685dcb0 data/create/recipe/deploying/weathered_copper_trapdoor_from_removing_wax.json -45dfc86b09a4b777974026697bfd444063920374 data/create/recipe/deploying/weathered_cut_copper_from_deoxidising.json -b19f74374347bb123ad32b9d1bb680763467fe1d data/create/recipe/deploying/weathered_cut_copper_from_removing_wax.json -58cf0f39fd70e58a97a8458907ea6af393efe5b8 data/create/recipe/deploying/weathered_cut_copper_slab_from_deoxidising.json -5c63c7500f25ca09c348b24c077f79f315d958b3 data/create/recipe/deploying/weathered_cut_copper_slab_from_removing_wax.json -5458bc361b6022323c7aeed19cbd4f9d278b55bb data/create/recipe/deploying/weathered_cut_copper_stairs_from_deoxidising.json -0e05f35e930aa74cc64c91f5a69615aaa0e52565 data/create/recipe/deploying/weathered_cut_copper_stairs_from_removing_wax.json +bb3b6d1d191cde081abbcbe410767f88d0813a27 data/create/recipe/deploying/oxidized_chiseled_copper_from_removing_wax.json +d2fd01035b277e22826d912bc5ee2755acf6c0bf data/create/recipe/deploying/oxidized_copper_bulb_from_removing_wax.json +e38c49c560de0adf29f4d18b8580398e0291e5a5 data/create/recipe/deploying/oxidized_copper_door_from_removing_wax.json +9570d18310ba1e3f3db9bd003bc81039d31aeb16 data/create/recipe/deploying/oxidized_copper_from_removing_wax.json +fdac2d29ef950118241a775205f93384109851d6 data/create/recipe/deploying/oxidized_copper_grate_from_removing_wax.json +1ae75419914eebee5234cd4dee8593ef8bba228c data/create/recipe/deploying/oxidized_copper_shingle_slab_from_removing_wax.json +35dca83475292cd5c4f101cb5ddff80535c9e77d data/create/recipe/deploying/oxidized_copper_shingle_stairs_from_removing_wax.json +48299fbcdc07482a4597de876d1a82430f74ece5 data/create/recipe/deploying/oxidized_copper_shingles_from_removing_wax.json +47bc4cf0944c4702a320ee6c581c0439a74cfed7 data/create/recipe/deploying/oxidized_copper_tile_slab_from_removing_wax.json +2fe992ec6273559bbe3095ea3153f50bfffce9be data/create/recipe/deploying/oxidized_copper_tile_stairs_from_removing_wax.json +6b03340a48f749bd50888bba1274de34feb9262e data/create/recipe/deploying/oxidized_copper_tiles_from_removing_wax.json +9e775f73968688aa4297dd8b89a9902995a752b0 data/create/recipe/deploying/oxidized_copper_trapdoor_from_removing_wax.json +03439428ebbc994c9f07107c5130c2be39c36df5 data/create/recipe/deploying/oxidized_cut_copper_from_removing_wax.json +8f480cc631d6c1db81b2f4fac1ad0fb91e867473 data/create/recipe/deploying/oxidized_cut_copper_slab_from_removing_wax.json +7a1b26dafa7d1e1028e41db053bbd233b2f01306 data/create/recipe/deploying/oxidized_cut_copper_stairs_from_removing_wax.json +ce2b9537012bdcc6f13e979b1dc54fbe411b37d8 data/create/recipe/deploying/waxed_chiseled_copper_from_adding_wax.json +5ca7d1d47831184ade3ba6c274401d7dc77aa45a data/create/recipe/deploying/waxed_copper_block_from_adding_wax.json +562fa55beeef14d893c7c79dfb27714db1941e79 data/create/recipe/deploying/waxed_copper_bulb_from_adding_wax.json +e3c269ea1d1f30055b77c221798cf42d886afd2d data/create/recipe/deploying/waxed_copper_door_from_adding_wax.json +7564b3dc21267645de86578815721f962df19289 data/create/recipe/deploying/waxed_copper_grate_from_adding_wax.json +c16e06107c20df321d69f247fcb1035c5f50fed9 data/create/recipe/deploying/waxed_copper_shingle_slab_from_adding_wax.json +c9effc5e0b3c68c45586983e4d4bc74e08172da8 data/create/recipe/deploying/waxed_copper_shingle_stairs_from_adding_wax.json +f8b25dabd25c4acde85bbd4f278c532a6d207b24 data/create/recipe/deploying/waxed_copper_shingles_from_adding_wax.json +693a6061c44046b31a2434b2e178e245cdc54ccd data/create/recipe/deploying/waxed_copper_tile_slab_from_adding_wax.json +58e2795758e00cb847d52d626eef86e0c8fe9994 data/create/recipe/deploying/waxed_copper_tile_stairs_from_adding_wax.json +b3ea90721ad4fac1621d5624e8a67988c08f9994 data/create/recipe/deploying/waxed_copper_tiles_from_adding_wax.json +507dbe804e8a7dc20583fa6ac1eced309ea8c01c data/create/recipe/deploying/waxed_copper_trapdoor_from_adding_wax.json +a3a523dabecc2e7061737ee7a9b172fc1fe05221 data/create/recipe/deploying/waxed_cut_copper_from_adding_wax.json +8cd087f166f65db04bc2b390f1613efacdc460c4 data/create/recipe/deploying/waxed_cut_copper_slab_from_adding_wax.json +64dff19e8ed4652455e89f6ee35d621b1e012deb data/create/recipe/deploying/waxed_cut_copper_stairs_from_adding_wax.json +254d35d1041389a52afca654e7396fffe5b42c32 data/create/recipe/deploying/waxed_exposed_chiseled_copper_from_adding_wax.json +72811c25df2e53b57f057c581aa7e97ccf21ea0c data/create/recipe/deploying/waxed_exposed_copper_bulb_from_adding_wax.json +9a07c3905f1fb52810c45bb8a23aa4047de3de71 data/create/recipe/deploying/waxed_exposed_copper_door_from_adding_wax.json +7d326a5b5cca5bf5219a77b2c98013b816f83491 data/create/recipe/deploying/waxed_exposed_copper_from_adding_wax.json +782dc082a84bacf394768861179011caa97b5724 data/create/recipe/deploying/waxed_exposed_copper_grate_from_adding_wax.json +20fedbdd0639783ab0d163e9ac0061cb2b195275 data/create/recipe/deploying/waxed_exposed_copper_shingle_slab_from_adding_wax.json +75e77b450d5416c8e1ebc17820c004d5bd8c168a data/create/recipe/deploying/waxed_exposed_copper_shingle_stairs_from_adding_wax.json +2491fb938a52eba7cf66c0058e867275f63d8425 data/create/recipe/deploying/waxed_exposed_copper_shingles_from_adding_wax.json +bfe4508be96db35ba12f39a78ca26f685be20ca6 data/create/recipe/deploying/waxed_exposed_copper_tile_slab_from_adding_wax.json +48ecab1d2b54111cbd0403164618e551e0e397b0 data/create/recipe/deploying/waxed_exposed_copper_tile_stairs_from_adding_wax.json +4be21e6a838e1737b77bd3ba0017db7815d10814 data/create/recipe/deploying/waxed_exposed_copper_tiles_from_adding_wax.json +a901232a56a35e98af369d6c59fb8fa93f18909d data/create/recipe/deploying/waxed_exposed_copper_trapdoor_from_adding_wax.json +078970f54ea885e03476404cfbf1b30c7e7efba7 data/create/recipe/deploying/waxed_exposed_cut_copper_from_adding_wax.json +a0b56b413b5f8755c1171efc3747828c066c5a88 data/create/recipe/deploying/waxed_exposed_cut_copper_slab_from_adding_wax.json +da20d7672d6a7576ce72e0ca82b72fd281156d52 data/create/recipe/deploying/waxed_exposed_cut_copper_stairs_from_adding_wax.json +2d0ba275fb214c8509e51d10335166012d5da517 data/create/recipe/deploying/waxed_oxidized_chiseled_copper_from_adding_wax.json +e519c355d075eb9f8d4994355087d42aecb31d59 data/create/recipe/deploying/waxed_oxidized_copper_bulb_from_adding_wax.json +07332eb6fffad8fff00e312cd809f9387f50a294 data/create/recipe/deploying/waxed_oxidized_copper_door_from_adding_wax.json +6c3e66e3228195b71512d386b343cced5d968937 data/create/recipe/deploying/waxed_oxidized_copper_from_adding_wax.json +89f1f26b9b1d0ff0baefc3382bc433c5256a843d data/create/recipe/deploying/waxed_oxidized_copper_grate_from_adding_wax.json +e5ed8b2da5d1531087aa194c63b728e897579bfe data/create/recipe/deploying/waxed_oxidized_copper_shingle_slab_from_adding_wax.json +57ae873cbdb5fe7345ba2e0346276a0bd099b53c data/create/recipe/deploying/waxed_oxidized_copper_shingle_stairs_from_adding_wax.json +0a8bf35234c65166eb557179ea433b657b9cd228 data/create/recipe/deploying/waxed_oxidized_copper_shingles_from_adding_wax.json +e7a1061f84caecf95738cd8395581addf2361a4b data/create/recipe/deploying/waxed_oxidized_copper_tile_slab_from_adding_wax.json +28e29ade02e7274e8477321809db3c06dc4d57ef data/create/recipe/deploying/waxed_oxidized_copper_tile_stairs_from_adding_wax.json +5fd387152c263b063074934f514459d0d2b9ed68 data/create/recipe/deploying/waxed_oxidized_copper_tiles_from_adding_wax.json +efe1c6e6da242a9f708e0e1d1f9a414ed5c58874 data/create/recipe/deploying/waxed_oxidized_copper_trapdoor_from_adding_wax.json +c0b3cf3e45efb8657a79d350635f9761a15390bb data/create/recipe/deploying/waxed_oxidized_cut_copper_from_adding_wax.json +64be8874f6472f3740657e5ca6ac7c2b2ea7f046 data/create/recipe/deploying/waxed_oxidized_cut_copper_slab_from_adding_wax.json +20ba1a9bf6c3da72ad6386a405a559ad29653aac data/create/recipe/deploying/waxed_oxidized_cut_copper_stairs_from_adding_wax.json +55343acab9e261086f8996e5009b2a8118f7f6b4 data/create/recipe/deploying/waxed_weathered_chiseled_copper_from_adding_wax.json +c318c4488fec85cd91451735fb12484da8b0ea12 data/create/recipe/deploying/waxed_weathered_copper_bulb_from_adding_wax.json +a84816a5b984e14ac6dd0125595e3d40b78c28fc data/create/recipe/deploying/waxed_weathered_copper_door_from_adding_wax.json +cd5d503028d5e6e83ed23f180ac1d3c3da20f482 data/create/recipe/deploying/waxed_weathered_copper_from_adding_wax.json +abb9dd4a269254cb459a87ed444b24449fccd660 data/create/recipe/deploying/waxed_weathered_copper_grate_from_adding_wax.json +ef6b8c12576144868e40ca092b7607a7bf457dc7 data/create/recipe/deploying/waxed_weathered_copper_shingle_slab_from_adding_wax.json +e4fc4532f516869c1390e24d61a5b8ca61656ad0 data/create/recipe/deploying/waxed_weathered_copper_shingle_stairs_from_adding_wax.json +9e9afb0b92237ed9e9f1d6bac3abfae97802d883 data/create/recipe/deploying/waxed_weathered_copper_shingles_from_adding_wax.json +8cafe372ad02690c7351a3978265b472ee99cfb1 data/create/recipe/deploying/waxed_weathered_copper_tile_slab_from_adding_wax.json +31cc4fb1c62875e7e9a981fa04c089ef0d4adbdc data/create/recipe/deploying/waxed_weathered_copper_tile_stairs_from_adding_wax.json +1ad6227b338a557777e109977dc3f6a266025dc9 data/create/recipe/deploying/waxed_weathered_copper_tiles_from_adding_wax.json +4bed190f7e0318dbd19204af32919dfa9a10551b data/create/recipe/deploying/waxed_weathered_copper_trapdoor_from_adding_wax.json +349c89dcb4e90f453a42009e3ec79c140702a218 data/create/recipe/deploying/waxed_weathered_cut_copper_from_adding_wax.json +9a644f4a2d89a91dd75f193a21ed2377330daaa0 data/create/recipe/deploying/waxed_weathered_cut_copper_slab_from_adding_wax.json +e27dccc77ffd68aaefce6109a1ca14458a8cd51a data/create/recipe/deploying/waxed_weathered_cut_copper_stairs_from_adding_wax.json +aeb8edba4ea4c27a664a16cfc2becc150a3eec5d data/create/recipe/deploying/weathered_chiseled_copper_from_deoxidising.json +bacf7f1b5896c321ae0243d886192ec6ef141665 data/create/recipe/deploying/weathered_chiseled_copper_from_removing_wax.json +c6c6c7a194e782eff59a5785fb9a109c9d7fb4e5 data/create/recipe/deploying/weathered_copper_bulb_from_deoxidising.json +2d2092dfe43d47b8699351c033dd97122edf352e data/create/recipe/deploying/weathered_copper_bulb_from_removing_wax.json +4fcc7669f19f3412678f216f512268602acac5ce data/create/recipe/deploying/weathered_copper_door_from_deoxidising.json +ab4be74a3c736db35ab0115d2da4b467e46e2722 data/create/recipe/deploying/weathered_copper_door_from_removing_wax.json +14835be3d3c92634816ac5c5a017924a15b0058f data/create/recipe/deploying/weathered_copper_from_deoxidising.json +1301fbac79e868041038ea80d4240ac5b1428859 data/create/recipe/deploying/weathered_copper_from_removing_wax.json +77cc6bd73c2b47881a329fec377aec57bc15adac data/create/recipe/deploying/weathered_copper_grate_from_deoxidising.json +ec7506e174cdc4869c7bd87c48f265d5eef35a50 data/create/recipe/deploying/weathered_copper_grate_from_removing_wax.json +3c24b6ef0dbdfadadbd8c247f3cc4cf57de15c4e data/create/recipe/deploying/weathered_copper_shingle_slab_from_deoxidising.json +8415c0fe2022518bed10f85cdf8365127d40eab1 data/create/recipe/deploying/weathered_copper_shingle_slab_from_removing_wax.json +1076927b06820c482003e2efd40960da1c3007b4 data/create/recipe/deploying/weathered_copper_shingle_stairs_from_deoxidising.json +8469c0ef1255a004d583407e2dc5d3dac14e18cc data/create/recipe/deploying/weathered_copper_shingle_stairs_from_removing_wax.json +0ab54c27859f8f32c269b180e55d0abe669bec3e data/create/recipe/deploying/weathered_copper_shingles_from_deoxidising.json +710952eb08f5b348ec984d12d828bb7cc244d757 data/create/recipe/deploying/weathered_copper_shingles_from_removing_wax.json +c1a7fb7e65cff05d4a620db1c9dd4cfb0961a3d0 data/create/recipe/deploying/weathered_copper_tile_slab_from_deoxidising.json +ee79aa2f47f31940dd723d8c9836e60f06da8660 data/create/recipe/deploying/weathered_copper_tile_slab_from_removing_wax.json +e55111a6eb564de68946829f8ebb1792177cfed5 data/create/recipe/deploying/weathered_copper_tile_stairs_from_deoxidising.json +7bbf1c0229d2bc1608c47e08357ef72967c6a317 data/create/recipe/deploying/weathered_copper_tile_stairs_from_removing_wax.json +6fb58766d16b18227ad4eb9e696b90ecce55ea4b data/create/recipe/deploying/weathered_copper_tiles_from_deoxidising.json +5d63dd330381a09ead754210f9fbdd6e1aa92268 data/create/recipe/deploying/weathered_copper_tiles_from_removing_wax.json +8b90d5928211f315457aef30d4dfcb1395d6f730 data/create/recipe/deploying/weathered_copper_trapdoor_from_deoxidising.json +f53c3ff36c36a55ae5ec818f78746213ec31d285 data/create/recipe/deploying/weathered_copper_trapdoor_from_removing_wax.json +f34e83c3a8650cacf0afcf769072ee2a5bc07e62 data/create/recipe/deploying/weathered_cut_copper_from_deoxidising.json +af69ee246d27e614be8b6df79a0dce05420818e3 data/create/recipe/deploying/weathered_cut_copper_from_removing_wax.json +ebec230c6fb132cf0fd8135690c65d2fb0ca9959 data/create/recipe/deploying/weathered_cut_copper_slab_from_deoxidising.json +c79548f85ceeb3f9e1921d6c6948f12b94335f32 data/create/recipe/deploying/weathered_cut_copper_slab_from_removing_wax.json +18a4847bcc161f706ad1c1b91579d47f235bd834 data/create/recipe/deploying/weathered_cut_copper_stairs_from_deoxidising.json +b733f3cf5d843e0b31d3ae468489548735e4efbd data/create/recipe/deploying/weathered_cut_copper_stairs_from_removing_wax.json e31cef39cecef9abedf5f30884073b1fcf6f0a1f data/create/recipe/emptying/builders_tea.json 5a8927d6c95a07d0b441f69150e133a5ad26554d data/create/recipe/emptying/compat/alexsmobs/lava_bottle.json c56724a95aa8f948f7e45953477788aa09beccd6 data/create/recipe/emptying/compat/farmersdelight/milk_bottle.json @@ -358,19 +361,19 @@ df7b555ad65f7e76ce750ce8daef7eb72141732b data/create/recipe/filling/builders_tea 4982e25bd81b4f8f62ac3c85731cf4ed5d4f5845 data/create/recipe/filling/compat/aether/aether_grass_block.json b3ede5f0ec978fd395a8d7f81243685a697fe268 data/create/recipe/filling/compat/alexsmobs/lava_bottle.json 3da234beaef3f1cf1a07b9314cf0a472e32fba97 data/create/recipe/filling/compat/byg/lush_grass_block.json -0e19d68524f3eb11232f97744efcf5fa116e8c56 data/create/recipe/filling/compat/farmersdelight/milk_bottle.json -12649869fb69e7d83cf26f3c51d5c1046cd9f3eb data/create/recipe/filling/compat/immersiveengineering/treated_wood_in_spout.json -d2a2c0e90e8c3e919f6e9f18f17e297c0fb30913 data/create/recipe/filling/compat/neapolitan/milk_bottle.json +74405b7ac7ea657b5d7922edce133fd7568b94e4 data/create/recipe/filling/compat/farmersdelight/milk_bottle.json +981c42035d7ff57b598275d2f601db7ed4f8de09 data/create/recipe/filling/compat/immersiveengineering/treated_wood_in_spout.json +6ac10ad47107f77921b8a6dc0ee9e610b9d4e4b7 data/create/recipe/filling/compat/neapolitan/milk_bottle.json cc26d65a649bb015f6a40ef4dff76d83b91f42a2 data/create/recipe/filling/compat/regions_unexplored/peat_grass_block.json 346c5b5b52fd6fcbeb42befd1c9a7b269143f2f9 data/create/recipe/filling/compat/regions_unexplored/silt_grass_block.json baa9b649e7f8cb84fefde87807272493bd25ecf4 data/create/recipe/filling/compat/vampirism/cursed_grass.json def8c3ddc6a1ab712a852a9032cd17c635a77a05 data/create/recipe/filling/glowstone.json dc3dd440dddde9bf48bfd025e25ed62c014cdfa7 data/create/recipe/filling/grass_block.json 8e22c0233d9468f73e54506a8184c12bd27040d0 data/create/recipe/filling/gunpowder.json -4c9df6860825650b0e4c5b43a42380c0e93ff39d data/create/recipe/filling/honeyed_apple.json -284d74a7379dfe1d7de6d981f2ac505c63f27af0 data/create/recipe/filling/honey_bottle.json +1ef4571fa2c972bd3492f7a7da95d3267e28b6b5 data/create/recipe/filling/honey_bottle.json +22c012183d7a4dd45592fc16abae045960d474e8 data/create/recipe/filling/honeyed_apple.json c7595e20709c2841c1b791587553508da79f274e data/create/recipe/filling/redstone.json -61a74572465c447faefeee9c36849b2d9a6b3eab data/create/recipe/filling/sweet_roll.json +9a5fa6226ded0b612b085588c712a4eb5aaf7359 data/create/recipe/filling/sweet_roll.json 2fe00e53157d4cd4ce63943ab91b06287eab288c data/create/recipe/haunting/blackstone.json d2c31308a15b079c915bbd55647400a5cef3c88f data/create/recipe/haunting/compat/farmersdelight/rotten_tomato.json 0a4a0ae0aff3f52fefbeab4c549baf3499b3c53e data/create/recipe/haunting/compat/hauntedharvest/rotten_apple.json @@ -401,228 +404,228 @@ e6cc0650198b6da4b3949b8826cfe6cadfe32ed0 data/create/recipe/item_application/bra d1f20928933db476794da832754d1852a3f857c9 data/create/recipe/item_application/copper_casing_from_log.json 60739f9361511bc3cf2adc70285d7d8ca82e0fc8 data/create/recipe/item_application/copper_casing_from_wood.json 611615296bec9c7287410167dfba8b75911dcfaa data/create/recipe/item_application/railway_casing.json -9336b8b9f590ed993fd88c8707b57d845a5aa115 data/create/recipe/milling/allium.json -d480b1b4c48440c6d6cb775321e95be7ea171aa5 data/create/recipe/milling/andesite.json -62ad8298a8d65935137fe5895b5351472405d66b data/create/recipe/milling/azure_bluet.json -329b96a869b6151d8e45190820a9d3537a9a2e04 data/create/recipe/milling/beetroot.json -a3b4a9eb3970eea745dff83c2d5fbab403ed481f data/create/recipe/milling/blue_orchid.json -720ff9753bb30e874483fc850c3cbc8bfa973224 data/create/recipe/milling/bone.json -e84433fe6ec772c212d20109268fa74ceb8fa3ab data/create/recipe/milling/bone_meal.json -77b571f6ee4e8775d87077accdce4a23fb6a0c56 data/create/recipe/milling/cactus.json -d6073794b0be05fb52faf2d78d0daeb6ce3beab5 data/create/recipe/milling/calcite.json -5b6ccdbc1bf1dcc3fc3fca94ff1fa46c17f46622 data/create/recipe/milling/charcoal.json -6323f36ea7a1a46d0999dfe24e4fa86d677e319d data/create/recipe/milling/clay.json -a303570c10fc5ad55646555b1a72d2e2620fa34e data/create/recipe/milling/coal.json -9787581b978c78b40f92233556c6380c6ee9de53 data/create/recipe/milling/cobblestone.json -680b49ceb7d1052e5fe19e33f2eba6b7841ca817 data/create/recipe/milling/cocoa_beans.json -a802e881e0796d838c4b97b11d88a82475491fc4 data/create/recipe/milling/compat/ae2/certus_quartz.json -08cb7bf81a23d77d43fd4e3fb7817791ae7e40b2 data/create/recipe/milling/compat/ae2/ender_pearl.json -5874f8712dd2d6e55fabaf147706b5a86520fdba data/create/recipe/milling/compat/ae2/fluix_crystal.json -236d46b80ba185c2d46e8d174e6dad924a2bfb62 data/create/recipe/milling/compat/ae2/sky_stone_block.json -07cc7703aa05a03de2ed0201950e80a0e80cf6e3 data/create/recipe/milling/compat/atmospheric/gilia.json -6d7216b96cf0ed86d350ea9c3b4d4a3c5658269b data/create/recipe/milling/compat/atmospheric/hot_monkey_brush.json -2e15983580bee449781d51746d8ea08a2d947dc6 data/create/recipe/milling/compat/atmospheric/scalding_monkey_brush.json -4184c3aab775c9b2d3437782b48b571e69c2b615 data/create/recipe/milling/compat/atmospheric/warm_monkey_brush.json -a59891ae5f035b9040f577153c11b50bbf1c5dcb data/create/recipe/milling/compat/atmospheric/yucca_flower.json -f4167c8d6d000e2c9fc65ab102e6e51bde913187 data/create/recipe/milling/compat/autumnity/autumn_crocus.json -a79f1228566b9d6bd71c9f4754bf36e1260f0a84 data/create/recipe/milling/compat/biomesoplenty/blue_hydrangea.json -bfff6546491ceeb5d79e957f3afff790202191e9 data/create/recipe/milling/compat/biomesoplenty/burning_blossom.json -22776a62ba40122e2001298d8b07d794cf69754b data/create/recipe/milling/compat/biomesoplenty/glowflower.json -abdb43520b4eee9c278aa770486766f05af05acf data/create/recipe/milling/compat/biomesoplenty/lavender.json -c58d528e9c71a47e8cad92bd45500aa2c98443d9 data/create/recipe/milling/compat/biomesoplenty/orange_cosmos.json -e36af26b565d35609fb248aadfc88f64341cd6cf data/create/recipe/milling/compat/biomesoplenty/pink_daffodil.json -efb67dcdcab227938499fba27b4292bd6a6d0b56 data/create/recipe/milling/compat/biomesoplenty/pink_hibiscus.json -08d0f563dcea851d3e7fdbab98f3304e44267b25 data/create/recipe/milling/compat/biomesoplenty/rose.json -0c076bdfd56dc4baa677c04cbcdd3b8d346677d9 data/create/recipe/milling/compat/biomesoplenty/violet.json -b4f7edc05873ab437ecd7390c1ddb29856638838 data/create/recipe/milling/compat/biomesoplenty/wildflower.json -64cd43cec824a6b5423150f894305ef4d89bd33f data/create/recipe/milling/compat/biomesoplenty/wilted_lily.json -bb23e281d81405cd1cd7f2fc3522977d134bf7f7 data/create/recipe/milling/compat/botania/black_petal.json -c2f2bb407a16517e33e79fd8ea5cdf8cbd11bb4f data/create/recipe/milling/compat/botania/blue_petal.json -2d3e197553282e09c1912887354c9b421547a4e2 data/create/recipe/milling/compat/botania/brown_petal.json -c4d29677d24291b101ca0cfcdc9e39a520da6790 data/create/recipe/milling/compat/botania/cyan_petal.json -b97994025fe812967862dc4e93b629d6daaa73fb data/create/recipe/milling/compat/botania/gray_petal.json -92fbf4b17ec9b8fa673512d0a2a073735cc4b6b1 data/create/recipe/milling/compat/botania/green_petal.json -2c6ef343c8b42ebb1a64bf93a42f75fecc77ab5d data/create/recipe/milling/compat/botania/light_blue_petal.json -ceec1ad320e0460a21f479086f4a204705e094c1 data/create/recipe/milling/compat/botania/light_gray_petal.json -e65166d1114631359df18b63f10fdd77094469cd data/create/recipe/milling/compat/botania/lime_petal.json -42ee366bb5230bd1448fbe36a0f62fdc3d65db18 data/create/recipe/milling/compat/botania/magenta_petal.json -3a1f5c92e04b51490c4d886b2439aec8a4cd8d96 data/create/recipe/milling/compat/botania/orange_petal.json -233d9ee54cd805dfa60fe7dee4421c242d215cba data/create/recipe/milling/compat/botania/pink_petal.json -f6e559a8a3c0e703f8f58e0f0ff6e0e058466018 data/create/recipe/milling/compat/botania/purple_petal.json -83ae29d1ebfaaa2102216b13c7269d0372c61853 data/create/recipe/milling/compat/botania/red_petal.json -aabdee829b6f1680570b9cbab11519e75488cbaa data/create/recipe/milling/compat/botania/white_petal.json -b7130f834ae657a55242426d50d58b0361c469b2 data/create/recipe/milling/compat/botania/yellow_petal.json -d2d8e74d6b283ad5c7fa0bcfb2d58e4dda9cdab3 data/create/recipe/milling/compat/buzzier_bees/buttercup.json -1d664202b07601a12b6e91d78b52c6fe8543afc0 data/create/recipe/milling/compat/buzzier_bees/pink_clover.json -3312dbf46d18cf6de6755068694e6e9f06adff7d data/create/recipe/milling/compat/buzzier_bees/white_clover.json -6d1c5c17ad94613b260bf8c55339c18383180780 data/create/recipe/milling/compat/byg/allium_flower_bush.json -0cae18cce901c414cc7e3732a145dc2b49c0196a data/create/recipe/milling/compat/byg/alpine_bellflower.json -66393fbcbd73c2926ba4d45b6621a130027b384f data/create/recipe/milling/compat/byg/amaranth.json -c4de31c15bfceb424674f0b4929828f8f8d7ad8e data/create/recipe/milling/compat/byg/angelica.json -74d8bb22750aa47ec44baa782e2ac3efab17daa1 data/create/recipe/milling/compat/byg/begonia.json -4a58291d1567e2497ee3893f01639558a95dce1c data/create/recipe/milling/compat/byg/bistort.json -f7d2a43c9ea77aca2740018a6d1e1348619f209f data/create/recipe/milling/compat/byg/black_rose.json -0e5937c78fe011b72cf0ced968a51c57b95f9f38 data/create/recipe/milling/compat/byg/blue_sage.json -20883a7224638090b22dbd0d33d282a416b28b52 data/create/recipe/milling/compat/byg/california_poppy.json -1d65bd6a76739bade596045250eb237a88b1c869 data/create/recipe/milling/compat/byg/compat/byg/white_sage.json -e516632863562c0da06c953f608793ccf27bc8c1 data/create/recipe/milling/compat/byg/compat/byg/winter_cyclamen.json -dd26f050b66afb98d44fb4316a20352b3a424659 data/create/recipe/milling/compat/byg/crocus.json -a2e8e3417d36abc3f52c88c568ff87b95c1a822f data/create/recipe/milling/compat/byg/cyan_amaranth.json -35eab6805d4e3d70a5bb44183c4397822adbd109 data/create/recipe/milling/compat/byg/cyan_rose.json -0c2a7fef945867fe6e351b5bd87e89873810556d data/create/recipe/milling/compat/byg/cyan_tulip.json -b0dcaf7a857e49229989a7223e31880df0ab6851 data/create/recipe/milling/compat/byg/daffodil.json -53f9bcf5ef9a7808076900eb112180277ca56a00 data/create/recipe/milling/compat/byg/delphinium.json -d2d9a3fafe5bb820b565def351b459a737bc01ee data/create/recipe/milling/compat/byg/fairy_slipper.json -cfcf0d5b40bfc366ac86a0f91d02382cc7cb718b data/create/recipe/milling/compat/byg/firecracker_flower_bush.json -5236a0cda9583af433ae7b2dd53ea90615f33f13 data/create/recipe/milling/compat/byg/foxglove.json -887e7b5cdd5cfca0240d5c3c12cca1743c3b946b data/create/recipe/milling/compat/byg/green_tulip.json -f7b06551718cba80b127d431f9f93051461a407b data/create/recipe/milling/compat/byg/guzmania.json -d91139b4439969bb8c46ad9f603b3ef8cac1f25c data/create/recipe/milling/compat/byg/hydrangea_bush.json -6e0210f0b818c9b34bda4d9ff7e9cc27cb102cd5 data/create/recipe/milling/compat/byg/incan_lily.json -db963f06f950dfb7ee188523b96a60751b21bc57 data/create/recipe/milling/compat/byg/iris.json -678dc269e8d61f0cb330ddbdf86000298a6561a0 data/create/recipe/milling/compat/byg/kovan_flower.json -3a358238b203ac052442e1e4470a545d59f62bbe data/create/recipe/milling/compat/byg/lazarus_bellflower.json -51168a8815f01e7588683dda9897569a2b79ffec data/create/recipe/milling/compat/byg/lolipop_flower.json -6ed065b72df487576223ec39368ca11983d2d855 data/create/recipe/milling/compat/byg/magenta_amaranth.json -c7590f827bc4416d6a915f2d19a6670bfed7f642 data/create/recipe/milling/compat/byg/magenta_tulip.json -be8fc5b94b94b7f3887c634efdf5d4b969b94b72 data/create/recipe/milling/compat/byg/orange_amaranth.json -d5420afbec332147380c87ea9ca13d9782fc24ba data/create/recipe/milling/compat/byg/orange_daisy.json -b3d0c4511680055e5335f3f6ce777bd754c72ce4 data/create/recipe/milling/compat/byg/orchid.json -d262171f06bab66a7c5b2a53f9a440c1ece13a3c data/create/recipe/milling/compat/byg/osiria_rose.json -a94ebbed2763d5277d04c84c97dc04957bccaaa1 data/create/recipe/milling/compat/byg/peach_leather_flower.json -0d4d9cebdbff3ac58da5d66900e9e1534abe35cc data/create/recipe/milling/compat/byg/pink_allium.json -7053079246224a5fe7afac092161abefdbf8a136 data/create/recipe/milling/compat/byg/pink_allium_flower_bush.json -226f64d6e63826cf03aa2718c27a521ab1f8fa1f data/create/recipe/milling/compat/byg/pink_anemone.json -28165bdf8841597e124aff3f101a1289e6702a36 data/create/recipe/milling/compat/byg/pink_daffodil.json -6e74a755125184691e67755f78d542cef6bdd626 data/create/recipe/milling/compat/byg/protea_flower.json -41e2f0583af0ea3a6f53fb8d5680f1d4f63b0a2c data/create/recipe/milling/compat/byg/purple_amaranth.json -1af42fab8aa1fe3351174efaa65ab1b668aeb1ee data/create/recipe/milling/compat/byg/purple_rose.json -d39424c7f2fbaf362a0e7a318465cd7a07243c43 data/create/recipe/milling/compat/byg/purple_tulip.json -706ff5b24720521415fa4c205962ce5ccdf69853 data/create/recipe/milling/compat/byg/richea.json -1d254d47b6812b38beb8781945ae650eee46f6a7 data/create/recipe/milling/compat/byg/rose.json -2e67e9b1f0ff4ede6c80b5f4e03d1fa77e11bed5 data/create/recipe/milling/compat/byg/silver_vase_flower.json -80869513a6783b3bf881eaad4e0e3f25030b6632 data/create/recipe/milling/compat/byg/snowdrops.json -be74d51900ff2434f3d525b991fe37a43a89e12d data/create/recipe/milling/compat/byg/tall_allium.json -b6af6eed2e6c0970d16409f6f61021f4e3f13c17 data/create/recipe/milling/compat/byg/tall_pink_allium.json -ad139472657e33fe1cab312db1556e0ca3199af7 data/create/recipe/milling/compat/byg/torch_ginger.json -e6209fbe6b3206f07b6c85e36de9a81bdf8d1141 data/create/recipe/milling/compat/byg/violet_leather_flower.json -6ecc597a592265b4ebd8e7fd0258d1aa372329bd data/create/recipe/milling/compat/byg/white_anemone.json -a7c9dcb573103a78247b09b221fb0d02b5a55921 data/create/recipe/milling/compat/byg/white_puffball_cap.json -6432ccb86845dc5a1c53824b259c4f61a1576873 data/create/recipe/milling/compat/byg/winter_rose.json -94081800e84664158d2393b131b4cfff396429f0 data/create/recipe/milling/compat/byg/winter_scilla.json -d3b22c9efb4864435ad04b4f4b37be84744be8a5 data/create/recipe/milling/compat/byg/yellow_daffodil.json -41dc64aa6474c4d77640bc1fcf737e95bf0184d0 data/create/recipe/milling/compat/byg/yellow_tulip.json -c4bb4792f94656eeb360c1357dc3775b16f90d7b data/create/recipe/milling/compat/druidcraft/lavender.json -c3aa28c1057a6e7bc18a5c011ffdadd76958788c data/create/recipe/milling/compat/environmental/bird_of_paradise.json -a5afd57da173a6a9c79fe651984a3c91d7bd59d5 data/create/recipe/milling/compat/environmental/bluebell.json -d656a9217252e65cbbc77b66f2c98391346e18bc data/create/recipe/milling/compat/environmental/blue_delphinium.json -ac581e04ff1e62a042ef529a5955126b6b0aedbf data/create/recipe/milling/compat/environmental/cartwheel.json -b682af4dfb74ae6ba5bc1d2310c2331f9035f4e8 data/create/recipe/milling/compat/environmental/dianthus.json -9780300e04a4dbeec213747b5d0e5a136e7193b0 data/create/recipe/milling/compat/environmental/magenta_hibiscus.json -eb99348a7a646ffeec331521a55ed972c4a5c5cd data/create/recipe/milling/compat/environmental/orange_hibiscus.json -4128e3eef74e9e4af6aec5d40f970cfc81d293b7 data/create/recipe/milling/compat/environmental/pink_delphinium.json -bf9d1f45e5ce764d6fb1f77fdb15e5d6bbcd722f data/create/recipe/milling/compat/environmental/pink_hibiscus.json -9614460293337168e1901f2449cfab9252f1537f data/create/recipe/milling/compat/environmental/purple_delphinium.json -2afffd95978bcd899e1013e1cb3c6b51313e70b7 data/create/recipe/milling/compat/environmental/purple_hibiscus.json -51ae84eac47b63fa99d00b707dbea889148f3b70 data/create/recipe/milling/compat/environmental/red_hibiscus.json -30e23fd019daa5d3029b1a7911efca3e8207a168 data/create/recipe/milling/compat/environmental/red_lotus_flower.json -10747214275c613513c84d27c1c3e3d6ec9c46fd data/create/recipe/milling/compat/environmental/violet.json -51b266ca7ca0ab22268451ba8fd2c1cb4b8d3099 data/create/recipe/milling/compat/environmental/white_delphinium.json -474c980eeaac0b2f7b11c93726f1500668e5350e data/create/recipe/milling/compat/environmental/white_lotus_flower.json -b67edb6c6350502fec9b4a380779bf9454cc992b data/create/recipe/milling/compat/environmental/yellow_hibiscus.json -d9081f73eb34625048755483a58ea3ff213fee50 data/create/recipe/milling/compat/regions_unexplored/alpha_dandelion.json -fe235b96cba62f524763f6cb3f060e1fdda674ed data/create/recipe/milling/compat/regions_unexplored/alpha_rose.json -7c1c92d7f0ea0c2df9229aa930912a1e53d1471e data/create/recipe/milling/compat/regions_unexplored/aster.json -19277d3cb250f80eb75a153706b8028596620566 data/create/recipe/milling/compat/regions_unexplored/black_snowbelle.json -b433c770959d6ecca113147e10c5d4d0826e3fd5 data/create/recipe/milling/compat/regions_unexplored/bleeding_heart.json -d298afeed4111e26a658dcc93c59dc6fa78f67ae data/create/recipe/milling/compat/regions_unexplored/blue_lupine.json -38d5f38d2c9b6ec0accc063ba0d119b154a479af data/create/recipe/milling/compat/regions_unexplored/blue_snowbelle.json -d5cd1ae3bc7dddea04c7d5109625a0849ff37f30 data/create/recipe/milling/compat/regions_unexplored/brown_snowbelle.json -ae19aa730cb15991e7fc4492d5fba88fa9ac9913 data/create/recipe/milling/compat/regions_unexplored/cactus_flower.json -39c7785ab01f5b6f68f4f5563e0996f09f680922 data/create/recipe/milling/compat/regions_unexplored/cyan_snowbelle.json -bb7dc4584a3336e8c1cf136ccaf00ab489415a82 data/create/recipe/milling/compat/regions_unexplored/daisy.json -8f77dd9a0a352a538184bdce33c4b8a723e8fc8a data/create/recipe/milling/compat/regions_unexplored/day_lily.json -84005ba1d52c8af591e0ac069ea8883a5d028d5d data/create/recipe/milling/compat/regions_unexplored/dorcel.json -cdbffe9bcdf756af84ae9b1ffbab9effde01b069 data/create/recipe/milling/compat/regions_unexplored/felicia_daisy.json -fff7601d51eab5f802b8b9362545c46826c25cb1 data/create/recipe/milling/compat/regions_unexplored/fireweed.json -c652432c76e7ed74895c558480ebe5d0d15e5d94 data/create/recipe/milling/compat/regions_unexplored/glistering_bloom.json -7b5664d6906f7d20afb530fcd3aa98765feeb749 data/create/recipe/milling/compat/regions_unexplored/gray_snowbelle.json -5aa33627ea60598560d247462c384981c8e8a19a data/create/recipe/milling/compat/regions_unexplored/green_snowbelle.json -87bfe642b9b62288df91cd28f9ade7a720683283 data/create/recipe/milling/compat/regions_unexplored/hibiscus.json -f1a23a501bb023e5424ff9c837f4feab6eeebce5 data/create/recipe/milling/compat/regions_unexplored/hyssop.json -167f8b2b16a99aae5f76a44d97f02867fe5ff657 data/create/recipe/milling/compat/regions_unexplored/light_blue_snowbelle.json -fc5b2bdb1aa5fdfb6af8e3263590e34d8d59e755 data/create/recipe/milling/compat/regions_unexplored/light_gray_snowbelle.json -31138109d238280ca0d0f2f7c3b12161bc599abd data/create/recipe/milling/compat/regions_unexplored/lime_snowbelle.json -876327f5ef960bc9fff538db88ef6f9d8e323e71 data/create/recipe/milling/compat/regions_unexplored/magenta_snowbelle.json -7d2647bf011f92455c0f3fe978251684da94d663 data/create/recipe/milling/compat/regions_unexplored/mallow.json -14290843d7ea525f2b0b9c485aacc684d0fcc3bb data/create/recipe/milling/compat/regions_unexplored/orange_coneflower.json -667297db0d4379ce4cde993b37b75f4c66da75cc data/create/recipe/milling/compat/regions_unexplored/orange_snowbelle.json -206e248d967258b8c343cec23f6256f8065afad1 data/create/recipe/milling/compat/regions_unexplored/pink_lupine.json -8d45edc3ae038b46b5b4265546d0182a72ba795e data/create/recipe/milling/compat/regions_unexplored/pink_snowbelle.json -63767aff4dbba59953e5fb059b2ae2266f85349a data/create/recipe/milling/compat/regions_unexplored/poppy_bush.json -d68267f204f948c43eb14824c0a7bb3d92eab5ef data/create/recipe/milling/compat/regions_unexplored/purple_coneflower.json -c22196095ffaebee89399e00512c0befd1a6ba31 data/create/recipe/milling/compat/regions_unexplored/purple_lupine.json -fc0eed068ea3b7251dfb622aa3b76bb696946e23 data/create/recipe/milling/compat/regions_unexplored/purple_snowbelle.json -bfea7247cc9e2a6c5228d76e17056caa0bc2b0ba data/create/recipe/milling/compat/regions_unexplored/red_lupine.json -74b07884502a35c7e62544705ac4f9d8b7253aa9 data/create/recipe/milling/compat/regions_unexplored/red_snowbelle.json -4f83505e44eff3aa33e4e11acab88a0d6a9848c0 data/create/recipe/milling/compat/regions_unexplored/salmon_poppy_bush.json -44f68af0e84591f090863c9e5e082507473e4df8 data/create/recipe/milling/compat/regions_unexplored/tassel.json -3449bf30bea501263b98d5fe9cb4f05fec0c7098 data/create/recipe/milling/compat/regions_unexplored/tsubaki.json -405171c0b3dd8e7a0f8a25dd71fc02b238433d5e data/create/recipe/milling/compat/regions_unexplored/waratah.json -791421a4dc822181566bc448451372fc5545bb5d data/create/recipe/milling/compat/regions_unexplored/white_snowbelle.json -c3fafc37863d9ff4526ea151af1106f4cac31209 data/create/recipe/milling/compat/regions_unexplored/white_trillium.json -cd4fb52982d0b797c4704ab638b5f2dbd232e20b data/create/recipe/milling/compat/regions_unexplored/wilting_trillium.json -590b848b16130b0b1694041ade19d4bd22eca800 data/create/recipe/milling/compat/regions_unexplored/yellow_lupine.json -4e9b27527042693f48c8a05ed305087e9dcbbd7c data/create/recipe/milling/compat/regions_unexplored/yellow_snowbelle.json -37ef85679a67af20667f6892493526398a5ca0ff data/create/recipe/milling/compat/supplementaries/flax.json -0e7b1b1f8d0b034546de15943a3f22ae1252e24e data/create/recipe/milling/compat/tconstruct/nercotic_bone.json -538d3f65919eeae5a0c6b31a011e28f1bb11ed7c data/create/recipe/milling/compat/upgrade_aquatic/flowering_rush.json -8768d3ecb533ecb5b3d5a31698665f3a41307015 data/create/recipe/milling/compat/upgrade_aquatic/pink_searocket.json -3824538d7ffa4aa79739eb99867c7cda1f1c5524 data/create/recipe/milling/compat/upgrade_aquatic/white_searocket.json -0130258652f73a3cad7ec1b1c55aa34a4e2ad062 data/create/recipe/milling/cornflower.json -78eefaaebdcab5ded5bda2b87ecfacc0afa7de7a data/create/recipe/milling/dandelion.json -2833601a45709b33c60d49e5647831df542db7f3 data/create/recipe/milling/dripstone_block.json -e135d8ec7a8a66134e5191ced390c2232d047f5f data/create/recipe/milling/fern.json -5bbbbbc70e2cac53ff0a21f48639848483438fa0 data/create/recipe/milling/granite.json -47979c8810fecba4bd3d205c11eb7fe9606a3e4d data/create/recipe/milling/gravel.json -eca463f7a6bb450b631512c619a160fea6c50a7e data/create/recipe/milling/ink_sac.json -64fe041a3d76a2c360afdc2b7b9725429d059a36 data/create/recipe/milling/lapis_lazuli.json -1213f90813e90822288e510043a31d867d61324c data/create/recipe/milling/large_fern.json -7de8589f629c4832157dc05cce3afd4095a7d0b0 data/create/recipe/milling/lilac.json -dd92906041688b897fe8259eb63ab5a26fb790c4 data/create/recipe/milling/lily_of_the_valley.json -fc6f30a97d0d9da10ae70547f2b1cf59ed1345a2 data/create/recipe/milling/orange_tulip.json -f788ef9822a5884afe3ac6db187bddd86b0d5d89 data/create/recipe/milling/oxeye_daisy.json -ce353a1083c769d5984cf2c9f6b70132a19c4a2f data/create/recipe/milling/peony.json -a654ff381c572da2b860b20e53f017f59828e4d9 data/create/recipe/milling/pink_tulip.json -9fb8da4cf864ebd5d32acf3048153afc778bd5f9 data/create/recipe/milling/poppy.json -7af146a5537a561343938d9377e8ee5a92fbd587 data/create/recipe/milling/red_tulip.json -a816354b8323dad95e552ff959b5101b65be8742 data/create/recipe/milling/rose_bush.json -c08c312639d14142f7e3040a31a597461ec7e04d data/create/recipe/milling/saddle.json -f4f8d3d7e14580c5926b325b04db9cc9c0ab76bd data/create/recipe/milling/sandstone.json -5808443b01181b490a80f1c6053c95b6eee4823f data/create/recipe/milling/sea_pickle.json -e6bae722059457adf50105f3e5a9e7546dd9bee2 data/create/recipe/milling/short_grass.json -34acf6be71c477bcef77e59a2c28467d313d6ebb data/create/recipe/milling/sugar_cane.json -b9f76af7f58d3e9b0689795dcad4c72be7f75211 data/create/recipe/milling/sunflower.json -1c4d6364e5b3f2dd361756f481615088d5cf8331 data/create/recipe/milling/tall_grass.json -c5846a4c7ccbe7b4bf6251f7ee11f3899c8926d2 data/create/recipe/milling/terracotta.json -67ad673d1f7b6000b8b2c88d8205210c8a563f68 data/create/recipe/milling/wheat.json -a91dae829938d3f69a7007d3cf8db02b70fe3a7f data/create/recipe/milling/white_tulip.json -023ab0c2abaf87295fb7c3fbe841a09c519b74f7 data/create/recipe/milling/wither_rose.json -74bb289e20e891112f4964761eb76c3ce4d3c8cd data/create/recipe/milling/wool.json +053b65b36964c4b9ab219952788bee90ac83978f data/create/recipe/milling/allium.json +9ed5451ed8f232b0c4f2045de089d032322b56a2 data/create/recipe/milling/andesite.json +a0c295b103073f82eea178440ec24a0cceb11897 data/create/recipe/milling/azure_bluet.json +977d7c0c44105ca9a0f62ac15a72d10c2fc1741b data/create/recipe/milling/beetroot.json +a0e42e67a1e8c7844b24408324ad1203a7abc0c6 data/create/recipe/milling/blue_orchid.json +b532c26349e7d7386db60984d5daa372b9d73ff6 data/create/recipe/milling/bone.json +b3cb73c83cf1cbb9db539556e5281ca0c140ff4c data/create/recipe/milling/bone_meal.json +2541923675bff996fdc583c76e2e50b13a1ab457 data/create/recipe/milling/cactus.json +92b9ae5f45bb7101337e98a1ec6805147cb07935 data/create/recipe/milling/calcite.json +6286d787c5e67d78d3cc2e8db028fd5be3263409 data/create/recipe/milling/charcoal.json +0f224958a6087eded355fdf805cbcfc465a64874 data/create/recipe/milling/clay.json +92d7b20e3c20e1d4ce87cd9d5ed52c8ae17795ff data/create/recipe/milling/coal.json +064820ea0ef5214ff10ead86dcce2d4193be3a01 data/create/recipe/milling/cobblestone.json +5f11eadbd7e18225134c111b4368fc76025a0060 data/create/recipe/milling/cocoa_beans.json +a5ebe5b1e22a0f4de36e76dc516c25c4dd8b4e92 data/create/recipe/milling/compat/ae2/certus_quartz.json +745ee943029f48ee563f26ee49f3c06b55008cea data/create/recipe/milling/compat/ae2/ender_pearl.json +3ec52a586be379de5806746a5c8951f1810833e3 data/create/recipe/milling/compat/ae2/fluix_crystal.json +a2a3ecdd5f4addeb671171051f39aee1e620fa36 data/create/recipe/milling/compat/ae2/sky_stone_block.json +0ca7fbf9418adac109dea05618a04492d470f809 data/create/recipe/milling/compat/atmospheric/gilia.json +e97d30b691ce0b54761d7c3ed7a459eeefa8fa2a data/create/recipe/milling/compat/atmospheric/hot_monkey_brush.json +2d408d3046fb1e5f5e837c08803710a8c873a6ef data/create/recipe/milling/compat/atmospheric/scalding_monkey_brush.json +cad745d63ea51f64bb6b39ed0dfd542281df11ae data/create/recipe/milling/compat/atmospheric/warm_monkey_brush.json +eda3403397865475beba57a958f80f1a69c0d3b6 data/create/recipe/milling/compat/atmospheric/yucca_flower.json +4d495c07d52d2b08ca25f084cca0981518aefbd2 data/create/recipe/milling/compat/autumnity/autumn_crocus.json +2ae9ea0ef5a94c22a1bc19528a68f2f846bcdc59 data/create/recipe/milling/compat/biomesoplenty/blue_hydrangea.json +932328a7f5397a96cf938b13957176c16837e0fd data/create/recipe/milling/compat/biomesoplenty/burning_blossom.json +b85049b30acff56106f4ebcc94d81f60e02dc886 data/create/recipe/milling/compat/biomesoplenty/glowflower.json +4a41533834b16d02ec89c5f6db0546778f2cb47d data/create/recipe/milling/compat/biomesoplenty/lavender.json +64adc843e9680dbd26d8c112b850420ad4964664 data/create/recipe/milling/compat/biomesoplenty/orange_cosmos.json +52b311ae9a622a3995c488f068a34a0d4b47e87d data/create/recipe/milling/compat/biomesoplenty/pink_daffodil.json +213fc1315049bebf9707658e80751da363d991f6 data/create/recipe/milling/compat/biomesoplenty/pink_hibiscus.json +8443000c854470796653eb8ae505cd9e7cc369fc data/create/recipe/milling/compat/biomesoplenty/rose.json +b2fd1a5beac1f64c84acd5aafb0146f62838019a data/create/recipe/milling/compat/biomesoplenty/violet.json +14d0ec77860163b3399e90480c6262f9c8680e5b data/create/recipe/milling/compat/biomesoplenty/wildflower.json +0fb79790e51adb72b03c984b5051ea72564f7b3a data/create/recipe/milling/compat/biomesoplenty/wilted_lily.json +1d2140f11696990a4e9883caddaad0878d62afe8 data/create/recipe/milling/compat/botania/black_petal.json +ee3b2ed94051e5400fb88702434074fac1f92544 data/create/recipe/milling/compat/botania/blue_petal.json +ece409376247ba32f3e6a24a1b0529c74bdfbce9 data/create/recipe/milling/compat/botania/brown_petal.json +02b48574d33dc5ec0dc11f77df0e72b137670990 data/create/recipe/milling/compat/botania/cyan_petal.json +adcb9c630b24da80d2f5c1b4a52ddef7e526e4b9 data/create/recipe/milling/compat/botania/gray_petal.json +87b2ceb508b9ca017ec3e60b6fff238f750b2200 data/create/recipe/milling/compat/botania/green_petal.json +0af039287f1e70060e55b70c980b290f7d7c9dac data/create/recipe/milling/compat/botania/light_blue_petal.json +1a10118f19c85bec2f224648fb03859f71908a83 data/create/recipe/milling/compat/botania/light_gray_petal.json +e34459d1404d149f9f8e29ed9a1f40cab26391f9 data/create/recipe/milling/compat/botania/lime_petal.json +76ea13390c7c284a99629cc29b7f350513c5b393 data/create/recipe/milling/compat/botania/magenta_petal.json +55e9d5f92e6e294e9ee3df7d5b810f08be2e49cf data/create/recipe/milling/compat/botania/orange_petal.json +3ed3a78ab1e8fe541a1627f531d553c3eb6c7717 data/create/recipe/milling/compat/botania/pink_petal.json +a02451a33e47344b371a795596f5e19c4f0d9a00 data/create/recipe/milling/compat/botania/purple_petal.json +e15a635db03f846ee40a0b3a1f5d9b22bbf6c7c0 data/create/recipe/milling/compat/botania/red_petal.json +43f563fb308b2d895380999a12a97dc040a296c3 data/create/recipe/milling/compat/botania/white_petal.json +8efb71abf635595775cd26c85086b0d9b0709c1d data/create/recipe/milling/compat/botania/yellow_petal.json +8c01d0d8571dfdb867f1ebb82aa1a03ee558adf2 data/create/recipe/milling/compat/buzzier_bees/buttercup.json +642d160451e476d813d8435ee0391407c0e881b0 data/create/recipe/milling/compat/buzzier_bees/pink_clover.json +8f2c6d9c97df0208d6d702329250c66a5f8cef51 data/create/recipe/milling/compat/buzzier_bees/white_clover.json +f97d24edc899e409bd2835acd3d39d2c2e691aae data/create/recipe/milling/compat/byg/allium_flower_bush.json +9d41e73457eddd1d6779e80c3c627d273b3e750a data/create/recipe/milling/compat/byg/alpine_bellflower.json +6e966107d771c372064d318ebd06ece849304b20 data/create/recipe/milling/compat/byg/amaranth.json +c5c23b8e3a0a9ae7a11d1238ac0c0449ea3095f0 data/create/recipe/milling/compat/byg/angelica.json +519e8b5d9bc25d53787cfb9b957f14df7f26d1cc data/create/recipe/milling/compat/byg/begonia.json +4aab8ffdb689b44c6fbf97b485fd589f6a8c2816 data/create/recipe/milling/compat/byg/bistort.json +330babb76245e317d4c6adc86e2027bffac5e536 data/create/recipe/milling/compat/byg/black_rose.json +f7f4c6bc7e656613f588fdeba4cce7de163e30ef data/create/recipe/milling/compat/byg/blue_sage.json +7bcf2d98cdba23e725a0a2c71366ebeef6498751 data/create/recipe/milling/compat/byg/california_poppy.json +b416389269f61c8930383082bf32404e1b14765a data/create/recipe/milling/compat/byg/compat/byg/white_sage.json +a5b83ced5dcb9cd7892376788df192ebd0e3bb78 data/create/recipe/milling/compat/byg/compat/byg/winter_cyclamen.json +da974a8c14a2ebfb82a2fbe703b8aed5e20fcb22 data/create/recipe/milling/compat/byg/crocus.json +25f8d2900f335ec241af8e264de1b70ffb4244fa data/create/recipe/milling/compat/byg/cyan_amaranth.json +7d795734e53fc4bdd8338bfa5ac0c54d624cf4bc data/create/recipe/milling/compat/byg/cyan_rose.json +416c3acf66cce449f9c5b5a1d70ccfa4b7ca20d4 data/create/recipe/milling/compat/byg/cyan_tulip.json +64b952bbaaa9bca588d235178317ea184fb0036e data/create/recipe/milling/compat/byg/daffodil.json +b8f3588a49003642dd3a81d6f2cf543bc293be15 data/create/recipe/milling/compat/byg/delphinium.json +db5b1dd06d7a35196a0b3428ae6d59bfde3ce258 data/create/recipe/milling/compat/byg/fairy_slipper.json +9bb6c7b79f4ec47a3fabdce82bd222547a51e808 data/create/recipe/milling/compat/byg/firecracker_flower_bush.json +622826d119497f49b1a2434e494a7c689451e6fb data/create/recipe/milling/compat/byg/foxglove.json +f7c93f69e1b02f47a4bbae7a5b56756c358df42f data/create/recipe/milling/compat/byg/green_tulip.json +b15f541b0bf5f6e60f9104b261c1c263b93c96b4 data/create/recipe/milling/compat/byg/guzmania.json +e365232a07a3c349c2e04e3af8eeeffefa99b66e data/create/recipe/milling/compat/byg/hydrangea_bush.json +879f4632e8d652c7ad210d951dc654c056b777db data/create/recipe/milling/compat/byg/incan_lily.json +ea5b5cc222d1634c4e42775fe82c76410c5d33ad data/create/recipe/milling/compat/byg/iris.json +be3a89531eb9b2994a9edb944090261df29a7a15 data/create/recipe/milling/compat/byg/kovan_flower.json +4c3fb61c4a8472bebcce4f33233e3fe9270c06bf data/create/recipe/milling/compat/byg/lazarus_bellflower.json +a7116f96ac8e7bfcf749b04d85554e123a118619 data/create/recipe/milling/compat/byg/lolipop_flower.json +eddba666c4070266d25a8bd72001cd6aea9a571b data/create/recipe/milling/compat/byg/magenta_amaranth.json +0367b96736ea5e47b49f108d9611b6646a10810c data/create/recipe/milling/compat/byg/magenta_tulip.json +f8cc63375c7ac05a663845080e718c889c495ac7 data/create/recipe/milling/compat/byg/orange_amaranth.json +0c58f92894e5fd4959ac446a8fefa76614828779 data/create/recipe/milling/compat/byg/orange_daisy.json +8a4e6708c21f7b8b22a58b8bf685b5d9b12d918f data/create/recipe/milling/compat/byg/orchid.json +5a1934251b1d94efdf5e6480ed1c2d1cd76cf3ea data/create/recipe/milling/compat/byg/osiria_rose.json +7ddbdbbd6300142d6d8ba507355eb9076c76e7b4 data/create/recipe/milling/compat/byg/peach_leather_flower.json +ac8db191ddc9c884532f0059af9ef6d4d578b00a data/create/recipe/milling/compat/byg/pink_allium.json +835a3ddbd902cd2c7bc1f8abaaaebaf8e8d5dd40 data/create/recipe/milling/compat/byg/pink_allium_flower_bush.json +a0b491acbb9889a132b8f66ec3d5c2090fe5acc6 data/create/recipe/milling/compat/byg/pink_anemone.json +1f08829bbbb3dd2dc1740e00515ce2ffa4851337 data/create/recipe/milling/compat/byg/pink_daffodil.json +133b77b087170cb0df5214ee9fde22cd24cb3010 data/create/recipe/milling/compat/byg/protea_flower.json +a305b97595570862614292c031180682bc654e09 data/create/recipe/milling/compat/byg/purple_amaranth.json +41345dbbc9367b4a498a8cc361c8587b9d70cac7 data/create/recipe/milling/compat/byg/purple_rose.json +0153425e66dc2ca7e72b9c41592fe7f187d82ed1 data/create/recipe/milling/compat/byg/purple_tulip.json +100e4f4adee053acc6fc238046512b696f6688fe data/create/recipe/milling/compat/byg/richea.json +474a3645c28c59f12cc219e335c3532fb69e7885 data/create/recipe/milling/compat/byg/rose.json +1dafb1efd96d69dbcf60758713f0818df2c75fb3 data/create/recipe/milling/compat/byg/silver_vase_flower.json +698f62f91e854826160042f081998aea3c6b5b2d data/create/recipe/milling/compat/byg/snowdrops.json +a859de6e41bd35f668e1906d1c57a8056aa81393 data/create/recipe/milling/compat/byg/tall_allium.json +464b805c3c2e04304525b1d0aa71b1d42eb50b44 data/create/recipe/milling/compat/byg/tall_pink_allium.json +3a6e0e47701da37054ca11a5e9a23c0ef5ff26e4 data/create/recipe/milling/compat/byg/torch_ginger.json +7e96016c8bb8568cced1c578909d3d6066f5f000 data/create/recipe/milling/compat/byg/violet_leather_flower.json +3bc0bfa3c1b67455f10c84911676d77469d33c25 data/create/recipe/milling/compat/byg/white_anemone.json +e6aae0abf896514f774d596c06fdf929bd0c131e data/create/recipe/milling/compat/byg/white_puffball_cap.json +e8c81dc30e8478c325056c4471e44c6e54d2a269 data/create/recipe/milling/compat/byg/winter_rose.json +ec8568494a0b49eb6cc4f91f25a10646aec800db data/create/recipe/milling/compat/byg/winter_scilla.json +ab7404f8e14a27dfbe62561a349d7de1018699f7 data/create/recipe/milling/compat/byg/yellow_daffodil.json +b5f6f92093cbb1234b19477329928f6da44f30da data/create/recipe/milling/compat/byg/yellow_tulip.json +da55a1b34750de1396920b27613c62668f051d6f data/create/recipe/milling/compat/druidcraft/lavender.json +46cfdf46c4d30eadc25c8c87b6e0ff9b6bb7ad2b data/create/recipe/milling/compat/environmental/bird_of_paradise.json +f6034c18770506b6976fe9f425a99e450c9112da data/create/recipe/milling/compat/environmental/blue_delphinium.json +60f575498c59fec8a804a907335833b05a71d876 data/create/recipe/milling/compat/environmental/bluebell.json +9284dbd0f799b1da235f0b69248e01113108670f data/create/recipe/milling/compat/environmental/cartwheel.json +3f7a8e3dd0195af741d4d84c0c84d06e018ceb62 data/create/recipe/milling/compat/environmental/dianthus.json +e07cd8122d540de91ebcf483b0c8823dd8f9eb9b data/create/recipe/milling/compat/environmental/magenta_hibiscus.json +53dce7ed5f77c1cfa95c8adb005bc4e5bc740fd5 data/create/recipe/milling/compat/environmental/orange_hibiscus.json +739f4923c97314d6e8325a991309414b54878043 data/create/recipe/milling/compat/environmental/pink_delphinium.json +7c44ad04ffaf4d4dd9f73f63ba2782aab2d06d61 data/create/recipe/milling/compat/environmental/pink_hibiscus.json +7fd677bdc57af86cf0a92e7e5b6b12a960f2b16b data/create/recipe/milling/compat/environmental/purple_delphinium.json +87b38f64177c23873b3a495210d51db76b2f96e5 data/create/recipe/milling/compat/environmental/purple_hibiscus.json +de058c07bb832dcdcaf8b05f9aef1f3d2f9471fd data/create/recipe/milling/compat/environmental/red_hibiscus.json +eea3fca69727a04397cf20aed37709134e6c8821 data/create/recipe/milling/compat/environmental/red_lotus_flower.json +2f91750aea8b0500c6877661f091c77876232521 data/create/recipe/milling/compat/environmental/violet.json +26789f0f0387ad65df55482b605ceb50578d36ea data/create/recipe/milling/compat/environmental/white_delphinium.json +1ba2f8a1d6365208e6358a3a4640ea1cce9089ff data/create/recipe/milling/compat/environmental/white_lotus_flower.json +043228d65a161321a632d4480d2eb39b104cf5e3 data/create/recipe/milling/compat/environmental/yellow_hibiscus.json +1904d4c157528b44b960d7bd0c1d44a14d30856c data/create/recipe/milling/compat/regions_unexplored/alpha_dandelion.json +95370eb3017415bdaccceee057f760d523af5fde data/create/recipe/milling/compat/regions_unexplored/alpha_rose.json +3e8c7d9ab7d828f5ae85276a5ef2fe3355b767e8 data/create/recipe/milling/compat/regions_unexplored/aster.json +c7aa8ab288db2e34dce3d321ebd53067387249ac data/create/recipe/milling/compat/regions_unexplored/black_snowbelle.json +f4559725eca9f522d64ce38ce03c48966824db51 data/create/recipe/milling/compat/regions_unexplored/bleeding_heart.json +fe6db94cef94f0d05660c31247cc6638eb0eda81 data/create/recipe/milling/compat/regions_unexplored/blue_lupine.json +e3a73feabbf02d5f50dfbeccf2ed842c68869b82 data/create/recipe/milling/compat/regions_unexplored/blue_snowbelle.json +d8d458c966e3798c174dfb8e24cfa7e47b7c7f70 data/create/recipe/milling/compat/regions_unexplored/brown_snowbelle.json +b05fd8bc063561c3b1149f2e471ac13bbf9e0865 data/create/recipe/milling/compat/regions_unexplored/cactus_flower.json +1516b39d46025d5b3a69ae3a48f81b60d3939c94 data/create/recipe/milling/compat/regions_unexplored/cyan_snowbelle.json +d1b9013a0d8a6cf6968773de49cc6496b0784995 data/create/recipe/milling/compat/regions_unexplored/daisy.json +712cf99bca6489fc5445836b6bd95227ad11460b data/create/recipe/milling/compat/regions_unexplored/day_lily.json +641266869a67b2c4c389c7b7d322b6937a89ea17 data/create/recipe/milling/compat/regions_unexplored/dorcel.json +c0f69e63c98641796a215f86ccc9b48dad4cac7f data/create/recipe/milling/compat/regions_unexplored/felicia_daisy.json +dac2fa64f0068c9ef47adac2330f273c64e3848b data/create/recipe/milling/compat/regions_unexplored/fireweed.json +c8b87cd5c2f01ddc0ba05bd0f6d9a507a5b4ebe8 data/create/recipe/milling/compat/regions_unexplored/glistering_bloom.json +c30ea4fa31bed8c8c4cca758cf3b3273b6478601 data/create/recipe/milling/compat/regions_unexplored/gray_snowbelle.json +45dc18f87d970011a2694c6a27d0927e0ec46f25 data/create/recipe/milling/compat/regions_unexplored/green_snowbelle.json +c1e2d65c379a3321e452e462a3c896b66264b938 data/create/recipe/milling/compat/regions_unexplored/hibiscus.json +164d7af3bb95b75a02eb0824a14fe20f89aa7dbc data/create/recipe/milling/compat/regions_unexplored/hyssop.json +496f0e9eb031ad7a4c734eb30c78d9fadbf4c3c5 data/create/recipe/milling/compat/regions_unexplored/light_blue_snowbelle.json +d38f0d5554e8a59c381da5853c014b14f09256be data/create/recipe/milling/compat/regions_unexplored/light_gray_snowbelle.json +71e220561aaf65af8bc1c52362f77d75cc7a4013 data/create/recipe/milling/compat/regions_unexplored/lime_snowbelle.json +65c8c35e0f5f68d38fd82197694acfe4d145cb77 data/create/recipe/milling/compat/regions_unexplored/magenta_snowbelle.json +fbe88c1bb538f38762b2f217f6410ce91cff229d data/create/recipe/milling/compat/regions_unexplored/mallow.json +ffa3a4f3266eed2da2dd68c2b7c4cf33e2e26e1e data/create/recipe/milling/compat/regions_unexplored/orange_coneflower.json +44006c94b37f8a582ce64e9edd372cfd40f2e746 data/create/recipe/milling/compat/regions_unexplored/orange_snowbelle.json +d36fa4ff256125c06c710177cd78186e3f1b538c data/create/recipe/milling/compat/regions_unexplored/pink_lupine.json +5c234c2ef5db046f943352d13683ffba1c3d2dfa data/create/recipe/milling/compat/regions_unexplored/pink_snowbelle.json +e8d8945ed682db77e6b7f020fa4cd7aa0b692366 data/create/recipe/milling/compat/regions_unexplored/poppy_bush.json +b772e836d9c89ac9b7ca62e02e1c3b114b044fe5 data/create/recipe/milling/compat/regions_unexplored/purple_coneflower.json +594a4dccbe55bc8b48575fbceaaf12b7fcb1770d data/create/recipe/milling/compat/regions_unexplored/purple_lupine.json +555be656ed56c7b87abd3b831e8638afc7e5d5e5 data/create/recipe/milling/compat/regions_unexplored/purple_snowbelle.json +34fa1188e272ad4bd5560e08d4ae9239846edccc data/create/recipe/milling/compat/regions_unexplored/red_lupine.json +7ae5f8629cd17e3275d097e1d3612c9adbda828d data/create/recipe/milling/compat/regions_unexplored/red_snowbelle.json +f24b88e88bfec29ba0d4cc9a1fa5ecec9cbd3605 data/create/recipe/milling/compat/regions_unexplored/salmon_poppy_bush.json +b3303a3056070c83f284f01d1f721f29013dd530 data/create/recipe/milling/compat/regions_unexplored/tassel.json +5b174f7adf5fc75f6f3417eaf241f8464f5873da data/create/recipe/milling/compat/regions_unexplored/tsubaki.json +c55a62caf22c7c2994c22e4ea31c5a37e04a7d98 data/create/recipe/milling/compat/regions_unexplored/waratah.json +88e53514694d027ec032717ef1f474fdcf72dcaf data/create/recipe/milling/compat/regions_unexplored/white_snowbelle.json +46b411e525ccf4bc0a9e2bf6b69f8ae6af6ea3c3 data/create/recipe/milling/compat/regions_unexplored/white_trillium.json +4047e21cbb09e3bd1ce7fa5a4a971b29d0816efc data/create/recipe/milling/compat/regions_unexplored/wilting_trillium.json +572d5a3ebf08e935c1a2826b003fe22e51c7a567 data/create/recipe/milling/compat/regions_unexplored/yellow_lupine.json +91b43a437bf62e4663ed53c7cb98532f7d84875a data/create/recipe/milling/compat/regions_unexplored/yellow_snowbelle.json +047001707f9b2a7da2e61bd075e6fe890689b0a0 data/create/recipe/milling/compat/supplementaries/flax.json +4e7f54b08dacda64ebc23bf75ad8c4f69f9a9032 data/create/recipe/milling/compat/tconstruct/nercotic_bone.json +f3ba16869555ae8ddddf0b4fb210955a087c0147 data/create/recipe/milling/compat/upgrade_aquatic/flowering_rush.json +56fa3f80d83d3795d996b4997e6f0631ceeb3f40 data/create/recipe/milling/compat/upgrade_aquatic/pink_searocket.json +d4929af3b91370f2d6716fa8a9d086184cc4f4a2 data/create/recipe/milling/compat/upgrade_aquatic/white_searocket.json +e008b0219c75533af914718a536a5f5e23a6b11a data/create/recipe/milling/cornflower.json +b497d3e95ea1d9b447cc37a51f8c8be996cca4ad data/create/recipe/milling/dandelion.json +5edb1ba01efb13df33b54a5cb3aeafa1f29a7454 data/create/recipe/milling/dripstone_block.json +042b153f5c681ceb8fc186fe04154e8d358854ef data/create/recipe/milling/fern.json +06da240602f2a64c31638c80f40f14aeaa0adcff data/create/recipe/milling/granite.json +62ce768bc0dc476b5dc6ea17a16a0f6e9b089c1d data/create/recipe/milling/gravel.json +cce6b158173dfaa3589d3b90a04acc0c367eedab data/create/recipe/milling/ink_sac.json +a1d2f656130e86e0a897401d4b085ff4080953e3 data/create/recipe/milling/lapis_lazuli.json +881bd5e866666d11811718c7c2670ba0660d8c3b data/create/recipe/milling/large_fern.json +5362595b107d0cd7d94d11d2b4ac533bf9774f01 data/create/recipe/milling/lilac.json +9973140ba4a346dd34e062e5a580c4000d1421f2 data/create/recipe/milling/lily_of_the_valley.json +0a662aa02ba58b8c9ec4d33faace35b2bd17d965 data/create/recipe/milling/orange_tulip.json +d201460a8977ba4a14964bdfd0385ae858394303 data/create/recipe/milling/oxeye_daisy.json +736669c5762ded2acc674314392c2ac87f96adcf data/create/recipe/milling/peony.json +732614854341d5db957aee327d92d8ae40b620a3 data/create/recipe/milling/pink_tulip.json +3fb6564ee6fcf02b093917b4e328a594ea3c28a0 data/create/recipe/milling/poppy.json +dc44791964ec0dd5644d510cf83b7f5fb2fed9f2 data/create/recipe/milling/red_tulip.json +b36817acfc2cdeca8901de586e007341d03f01fe data/create/recipe/milling/rose_bush.json +d70dd978cc5fdd90edc289644f4ba4575bf48749 data/create/recipe/milling/saddle.json +7c86e538605ba978bd690e9ca5f815c20c3eda4c data/create/recipe/milling/sandstone.json +3a2178a7ab451f31eda0fd8981ce6c49a17223ca data/create/recipe/milling/sea_pickle.json +a9549b7daaaab3f6f96c28c45506ec872bdac911 data/create/recipe/milling/short_grass.json +94c520a45adf0cfd2172d8ce57827d5a3bbf7895 data/create/recipe/milling/sugar_cane.json +0fd05c7b6d268a8ace34e303a84699a75ecfb607 data/create/recipe/milling/sunflower.json +2ac50d406e1120d71e418201e28470880d90d4c0 data/create/recipe/milling/tall_grass.json +3c607896751dcbf013391ff0613e3ab1ad4aaa17 data/create/recipe/milling/terracotta.json +dce7569820eb0f8286ea0c9d85a6b97d7ee75702 data/create/recipe/milling/wheat.json +7b87ae4609b58c4a842f3a7d097b30f6a5aa1515 data/create/recipe/milling/white_tulip.json +f0024d11a39e45422277139c0921b5c96afd2a4c data/create/recipe/milling/wither_rose.json +16e0a494b00cc184b643e69bd8b1acc3b834ad69 data/create/recipe/milling/wool.json 5e2dba426efc4d95952fcbed22f891e7af1839e0 data/create/recipe/mixing/andesite_alloy.json d17af6591a12ab5ec9cfa32707f64fbff5e08945 data/create/recipe/mixing/andesite_alloy_from_zinc.json -34127a83d735fd82181c4d36932d91fa2b9fbabc data/create/recipe/mixing/brass_ingot.json +c9275f58cb3a7f2dd95c6bc63c56a273fb05f2f2 data/create/recipe/mixing/brass_ingot.json 1f50110bd005e6cd319fd08bf9b012e30fae6ffc data/create/recipe/mixing/cardboard_pulp.json -4ab6cf2e8958c4cb19af67b7350e639251a7894a data/create/recipe/mixing/chocolate.json -eac104e29170ea1332aabb59c6ee40a0fbdba922 data/create/recipe/mixing/chocolate_melting.json +ce588ebbe7c62afce5ae0854f71e4e1cebfbbd6d data/create/recipe/mixing/chocolate.json +5b4406c5cfb8aaaf258ac1a21f15c7b05398a225 data/create/recipe/mixing/chocolate_melting.json 26f2c8477454e7fee8b39ffb4d8665ba49b78a64 data/create/recipe/mixing/compat/ae2/fluix_crystal.json c7f88b72ec8c3e2908ae02b775a48661e5a88d58 data/create/recipe/mixing/compat/regions_unexplored/peat_mud.json 1eabfcfef5e69724461214c548bdb0e7e6339e4c data/create/recipe/mixing/compat/regions_unexplored/silt_mud.json b26242b892c8ca800edebbae22d436bf33936208 data/create/recipe/mixing/dough_by_mixing.json -50a24ed733a73a5ef01cb48f8f5d38587088193b data/create/recipe/mixing/honey.json -09d995c48d22e4126195af3f5e066e2039fa6581 data/create/recipe/mixing/lava_from_cobble.json +08cc8d63081a087c61ec535fc063afb2261800ce data/create/recipe/mixing/honey.json +752c5523f77bba865e8ff555a753be7a9c8ec496 data/create/recipe/mixing/lava_from_cobble.json 06db0ea5bfced3ae182b31bd5c1ceb9a62497651 data/create/recipe/mixing/mud_by_mixing.json -02905ea02324c18351028c746b34105ae64a094e data/create/recipe/mixing/tea.json +00b7990b0348064853d6a4d5fb6816fe360d7bfc data/create/recipe/mixing/tea.json 2587395fc150fd2ca965e3e0d3c1ffb4d76ad8b7 data/create/recipe/pressing/aether_dirt_path.json aae246d81a254aad864a27318ccb3042bda706db data/create/recipe/pressing/aether_dirt_path_from_grass.json f554f1f8292fc1e8e5f34d2072aca65f8d409c6e data/create/recipe/pressing/brass_ingot.json @@ -723,11 +726,11 @@ cccf4ef0891992687dcb7ce5c644499d93210b8a data/create/recipe/splashing/sand.json 519726a953f73a86726bae736d53863fc65a7529 data/create/recipe/splashing/stained_glass.json 957b1bdcb78546ba2343734c1764c9929adf6249 data/create/recipe/splashing/stained_glass_pane.json 5f27e164f7ced5a5281ac0da2d7c4a5eebd605d6 data/create/recipe/splashing/supplementaries/blackboard.json +81925ca89d12f430ab1cf342df18b1f5f5983c59 data/create/recipe/splashing/the_vault/ornate_chain_rusty.json aff9e32cffa157ab8e90f3ca498bf439073ee432 data/create/recipe/splashing/thermal/crushed_raw_lead.json b9d8b6b51145a8e16a431c1ee11d6732bb74191a data/create/recipe/splashing/thermal/crushed_raw_nickel.json e2d5a1f7b5ec86426ef183487b2d33c6794f9fef data/create/recipe/splashing/thermal/crushed_raw_silver.json 0ca49330c7403cd3ad4f2e3629355780c699dcdc data/create/recipe/splashing/thermal/crushed_raw_tin.json -81925ca89d12f430ab1cf342df18b1f5f5983c59 data/create/recipe/splashing/the_vault/ornate_chain_rusty.json ddb906670ff9de8a2d5a224a890b1e4317871ce4 data/create/recipe/splashing/wheat_flour.json a883796342143a5f2b5bc68d230b725964abdb8f data/create/recipe/splashing/white_concrete_powder.json d09bcaa2334e05e6cce37b7342c7de84ce954bb9 data/create/recipe/splashing/wool.json diff --git a/src/generated/resources/data/create/recipe/compacting/honey.json b/src/generated/resources/data/create/recipe/compacting/honey.json index 405ab0638e..b5a1ae7c26 100644 --- a/src/generated/resources/data/create/recipe/compacting/honey.json +++ b/src/generated/resources/data/create/recipe/compacting/honey.json @@ -4,7 +4,7 @@ { "type": "fluid_tag", "amount": 1000, - "fluidTag": "c:honey" + "fluid_tag": "c:honey" } ], "results": [ diff --git a/src/generated/resources/data/create/recipe/crushing/aluminum_ore.json b/src/generated/resources/data/create/recipe/crushing/aluminum_ore.json index 66ce5512f8..d5e2cd3786 100644 --- a/src/generated/resources/data/create/recipe/crushing/aluminum_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/aluminum_ore.json @@ -14,7 +14,7 @@ "tag": "c:ores/aluminum" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "item": "create:crushed_raw_aluminum" diff --git a/src/generated/resources/data/create/recipe/crushing/amethyst_block.json b/src/generated/resources/data/create/recipe/crushing/amethyst_block.json index bb5793e967..71b795a5b0 100644 --- a/src/generated/resources/data/create/recipe/crushing/amethyst_block.json +++ b/src/generated/resources/data/create/recipe/crushing/amethyst_block.json @@ -5,7 +5,7 @@ "item": "minecraft:amethyst_block" } ], - "processingTime": 150, + "processing_time": 150, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/crushing/amethyst_cluster.json b/src/generated/resources/data/create/recipe/crushing/amethyst_cluster.json index 87e80efbe3..202fa9988c 100644 --- a/src/generated/resources/data/create/recipe/crushing/amethyst_cluster.json +++ b/src/generated/resources/data/create/recipe/crushing/amethyst_cluster.json @@ -5,7 +5,7 @@ "item": "minecraft:amethyst_cluster" } ], - "processingTime": 150, + "processing_time": 150, "results": [ { "count": 7, diff --git a/src/generated/resources/data/create/recipe/crushing/asurine.json b/src/generated/resources/data/create/recipe/crushing/asurine.json index 91f334678b..d2ff45e752 100644 --- a/src/generated/resources/data/create/recipe/crushing/asurine.json +++ b/src/generated/resources/data/create/recipe/crushing/asurine.json @@ -5,7 +5,7 @@ "item": "create:asurine" } ], - "processingTime": 250, + "processing_time": 250, "results": [ { "chance": 0.3, diff --git a/src/generated/resources/data/create/recipe/crushing/asurine_recycling.json b/src/generated/resources/data/create/recipe/crushing/asurine_recycling.json index bbedfed29f..f221ed1448 100644 --- a/src/generated/resources/data/create/recipe/crushing/asurine_recycling.json +++ b/src/generated/resources/data/create/recipe/crushing/asurine_recycling.json @@ -5,7 +5,7 @@ "tag": "create:stone_types/asurine" } ], - "processingTime": 250, + "processing_time": 250, "results": [ { "chance": 0.3, diff --git a/src/generated/resources/data/create/recipe/crushing/blaze_rod.json b/src/generated/resources/data/create/recipe/crushing/blaze_rod.json index 4fe5f06121..5669a84f25 100644 --- a/src/generated/resources/data/create/recipe/crushing/blaze_rod.json +++ b/src/generated/resources/data/create/recipe/crushing/blaze_rod.json @@ -5,7 +5,7 @@ "item": "minecraft:blaze_rod" } ], - "processingTime": 100, + "processing_time": 100, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/crushing/coal_ore.json b/src/generated/resources/data/create/recipe/crushing/coal_ore.json index 51d3bf57f3..71ac4b67ad 100644 --- a/src/generated/resources/data/create/recipe/crushing/coal_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/coal_ore.json @@ -5,7 +5,7 @@ "item": "minecraft:coal_ore" } ], - "processingTime": 150, + "processing_time": 150, "results": [ { "item": "minecraft:coal" diff --git a/src/generated/resources/data/create/recipe/crushing/compat/aether/ambrosium_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/aether/ambrosium_ore.json index 853471d431..3bd49f3b61 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/aether/ambrosium_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/aether/ambrosium_ore.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 150, + "processing_time": 150, "results": [ { "item": "aether:ambrosium_shard" diff --git a/src/generated/resources/data/create/recipe/crushing/compat/aether/zanite_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/aether/zanite_ore.json index 973354301a..74c61736d9 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/aether/zanite_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/aether/zanite_ore.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "item": "aether:zanite_gemstone" diff --git a/src/generated/resources/data/create/recipe/crushing/compat/byg/ametrine_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/byg/ametrine_ore.json index b8d326056b..c8f8c4c8e4 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/byg/ametrine_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/byg/ametrine_ore.json @@ -11,7 +11,7 @@ "tag": "c:ores/ametrine" } ], - "processingTime": 500, + "processing_time": 500, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/byg/anthracite_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/byg/anthracite_ore.json index 60833f92d3..8fe3837274 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/byg/anthracite_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/byg/anthracite_ore.json @@ -11,7 +11,7 @@ "tag": "c:ores/anthracite" } ], - "processingTime": 150, + "processing_time": 150, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/byg/blue_nether_gold_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/byg/blue_nether_gold_ore.json index ceab13cf35..45f10f909c 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/byg/blue_nether_gold_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/byg/blue_nether_gold_ore.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 18, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/byg/blue_nether_quartz_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/byg/blue_nether_quartz_ore.json index 6e87fc5511..3ff7af24f7 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/byg/blue_nether_quartz_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/byg/blue_nether_quartz_ore.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/byg/brimstone_nether_gold_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/byg/brimstone_nether_gold_ore.json index 1142536c51..5a1db4e861 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/byg/brimstone_nether_gold_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/byg/brimstone_nether_gold_ore.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 18, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/byg/brimstone_nether_quartz_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/byg/brimstone_nether_quartz_ore.json index e9ee62c1eb..d59d5ce2a7 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/byg/brimstone_nether_quartz_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/byg/brimstone_nether_quartz_ore.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/byg/cryptic_redstone_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/byg/cryptic_redstone_ore.json index 6b1abcc746..6ea9c6fb75 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/byg/cryptic_redstone_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/byg/cryptic_redstone_ore.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 250, + "processing_time": 250, "results": [ { "count": 6, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/byg/emeraldite_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/byg/emeraldite_ore.json index a348fadf2c..3526b38ec1 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/byg/emeraldite_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/byg/emeraldite_ore.json @@ -11,7 +11,7 @@ "tag": "c:ores/emeraldite" } ], - "processingTime": 500, + "processing_time": 500, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/byg/lignite_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/byg/lignite_ore.json index 77ff820775..14f1977e0c 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/byg/lignite_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/byg/lignite_ore.json @@ -11,7 +11,7 @@ "tag": "c:ores/lignite" } ], - "processingTime": 300, + "processing_time": 300, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/byg/pervaded_netherrack.json b/src/generated/resources/data/create/recipe/crushing/compat/byg/pervaded_netherrack.json index 411cfe1c8f..e3f935661d 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/byg/pervaded_netherrack.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/byg/pervaded_netherrack.json @@ -11,7 +11,7 @@ "tag": "c:ores/emeraldite" } ], - "processingTime": 150, + "processing_time": 150, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/byg/red_rock.json b/src/generated/resources/data/create/recipe/crushing/compat/byg/red_rock.json index 7ed33bac9a..fd788e0646 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/byg/red_rock.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/byg/red_rock.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 150, + "processing_time": 150, "results": [ { "item": "minecraft:red_sand" diff --git a/src/generated/resources/data/create/recipe/crushing/compat/druidcraft/amber_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/druidcraft/amber_ore.json index d230788f89..f3ce787e6e 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/druidcraft/amber_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/druidcraft/amber_ore.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 300, + "processing_time": 300, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/druidcraft/fiery_glass_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/druidcraft/fiery_glass_ore.json index cb3d695e23..70c4a28359 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/druidcraft/fiery_glass_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/druidcraft/fiery_glass_ore.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 300, + "processing_time": 300, "results": [ { "count": 8, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/druidcraft/moonstone_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/druidcraft/moonstone_ore.json index d32912369a..3f060ba058 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/druidcraft/moonstone_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/druidcraft/moonstone_ore.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 300, + "processing_time": 300, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_coal_end.json b/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_coal_end.json index 4ea7805049..ffb965a6e1 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_coal_end.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_coal_end.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "item": "minecraft:coal" diff --git a/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_coal_nether.json b/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_coal_nether.json index 0136e1aa7c..df19bd527b 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_coal_nether.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_coal_nether.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "item": "minecraft:coal" diff --git a/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_copper_end.json b/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_copper_end.json index 96571cf81d..878d74dff6 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_copper_end.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_copper_end.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 5, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_copper_nether.json b/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_copper_nether.json index f3c916f4f8..4e9230af42 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_copper_nether.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_copper_nether.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 5, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_diamond_end.json b/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_diamond_end.json index f4c830c798..300c8e61c0 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_diamond_end.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_diamond_end.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "item": "minecraft:diamond" diff --git a/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_diamond_nether.json b/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_diamond_nether.json index 3deb29b86d..fb9920dc4d 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_diamond_nether.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_diamond_nether.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "item": "minecraft:diamond" diff --git a/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_emerald_end.json b/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_emerald_end.json index 82846e7021..64614574ff 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_emerald_end.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_emerald_end.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "item": "minecraft:emerald" diff --git a/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_emerald_nether.json b/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_emerald_nether.json index 5e5a6cb087..50b4449d84 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_emerald_nether.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_emerald_nether.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "item": "minecraft:emerald" diff --git a/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_ender_end.json b/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_ender_end.json index 4eaf104c13..e46fdf28b2 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_ender_end.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_ender_end.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "item": "minecraft:ender_pearl" diff --git a/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_ghast_nether.json b/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_ghast_nether.json index 53dc317ff6..3d7f5614fb 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_ghast_nether.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_ghast_nether.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "item": "minecraft:ghast_tear" diff --git a/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_iron_nether.json b/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_iron_nether.json index 904b4ea81e..0b1b48211e 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_iron_nether.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_iron_nether.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "item": "create:crushed_raw_iron" diff --git a/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_lapis_end.json b/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_lapis_end.json index 0be14808d9..cdc0cdd3d6 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_lapis_end.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_lapis_end.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 10, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_lapis_nether.json b/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_lapis_nether.json index 3e7a4552ef..b1e095f39f 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_lapis_nether.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_lapis_nether.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 10, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_redstone_end.json b/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_redstone_end.json index 7eb7c3cf7c..ce26c89f43 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_redstone_end.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/elementaryores/ore_redstone_end.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 6, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/andesite.json b/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/andesite.json index 87d6185f87..ec1fc4e9d9 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/andesite.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/andesite.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "item": "exnihilosequentia:crushed_andesite" diff --git a/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/crushed_diorite.json b/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/crushed_diorite.json index 5c326f1d1e..4b33da0010 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/crushed_diorite.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/crushed_diorite.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 100, + "processing_time": 100, "results": [ { "chance": 0.25, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/crushed_netherrack.json b/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/crushed_netherrack.json index 3d0fcc95a1..822705007a 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/crushed_netherrack.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/crushed_netherrack.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 100, + "processing_time": 100, "results": [ { "item": "create:cinder_flour" diff --git a/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/diorite.json b/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/diorite.json index b395e862db..756f14069e 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/diorite.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/diorite.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "item": "exnihilosequentia:crushed_diorite" diff --git a/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/dust.json b/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/dust.json index c1cc4024e2..675cc7ba83 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/dust.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/dust.json @@ -11,7 +11,7 @@ "item": "minecraft:sand" } ], - "processingTime": 200, + "processing_time": 200, "results": [ { "item": "exnihilosequentia:dust" diff --git a/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/end_stone.json b/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/end_stone.json index 67247f6316..fc33e30488 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/end_stone.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/end_stone.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "item": "exnihilosequentia:crushed_end_stone" diff --git a/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/granite.json b/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/granite.json index b72bf13f51..169b34fffb 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/granite.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/granite.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "item": "exnihilosequentia:crushed_granite" diff --git a/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/netherrack.json b/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/netherrack.json index 9c4aded7f8..7837c407d5 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/netherrack.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/exnihilosequentia/netherrack.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "item": "exnihilosequentia:crushed_netherrack" diff --git a/src/generated/resources/data/create/recipe/crushing/compat/galosphere/allurite.json b/src/generated/resources/data/create/recipe/crushing/compat/galosphere/allurite.json index 563de73819..4fd922b8bb 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/galosphere/allurite.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/galosphere/allurite.json @@ -11,7 +11,7 @@ "tag": "create:stone_types/galosphere/allurite" } ], - "processingTime": 300, + "processing_time": 300, "results": [ { "chance": 0.8, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/galosphere/amethyst.json b/src/generated/resources/data/create/recipe/crushing/compat/galosphere/amethyst.json index 952c5b9aa9..2c3b5f2a35 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/galosphere/amethyst.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/galosphere/amethyst.json @@ -11,7 +11,7 @@ "tag": "create:stone_types/galosphere/amethyst" } ], - "processingTime": 300, + "processing_time": 300, "results": [ { "chance": 0.8, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/galosphere/lumiere.json b/src/generated/resources/data/create/recipe/crushing/compat/galosphere/lumiere.json index b3e20799d1..7481f22087 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/galosphere/lumiere.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/galosphere/lumiere.json @@ -11,7 +11,7 @@ "tag": "create:stone_types/galosphere/lumiere" } ], - "processingTime": 300, + "processing_time": 300, "results": [ { "chance": 0.8, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/immersiveengineering/coal_coke.json b/src/generated/resources/data/create/recipe/crushing/compat/immersiveengineering/coal_coke.json new file mode 100644 index 0000000000..550990b289 --- /dev/null +++ b/src/generated/resources/data/create/recipe/crushing/compat/immersiveengineering/coal_coke.json @@ -0,0 +1,25 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "immersiveengineering" + } + ], + "type": "create:crushing", + "ingredients": [ + { + "type": "neoforge:compound", + "ingredients": [ + { + "item": "immersiveengineering:coal_coke" + } + ] + } + ], + "processing_time": 200, + "results": [ + { + "item": "immersiveengineering:dust_coke" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipe/crushing/compat/immersiveengineering/coke_block.json b/src/generated/resources/data/create/recipe/crushing/compat/immersiveengineering/coke_block.json new file mode 100644 index 0000000000..72722fe98c --- /dev/null +++ b/src/generated/resources/data/create/recipe/crushing/compat/immersiveengineering/coke_block.json @@ -0,0 +1,26 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "immersiveengineering" + } + ], + "type": "create:crushing", + "ingredients": [ + { + "type": "neoforge:compound", + "ingredients": [ + { + "item": "immersiveengineering:coke" + } + ] + } + ], + "processing_time": 200, + "results": [ + { + "count": 9, + "item": "immersiveengineering:dust_coke" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipe/crushing/compat/immersiveengineering/slag.json b/src/generated/resources/data/create/recipe/crushing/compat/immersiveengineering/slag.json new file mode 100644 index 0000000000..b5cefb5d4a --- /dev/null +++ b/src/generated/resources/data/create/recipe/crushing/compat/immersiveengineering/slag.json @@ -0,0 +1,25 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "immersiveengineering" + } + ], + "type": "create:crushing", + "ingredients": [ + { + "type": "neoforge:compound", + "ingredients": [ + { + "item": "immersiveengineering:slag" + } + ] + } + ], + "processing_time": 200, + "results": [ + { + "item": "immersiveengineering:slag_gravel" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipe/crushing/compat/neapolitan/ice.json b/src/generated/resources/data/create/recipe/crushing/compat/neapolitan/ice.json index bf3e0822c1..68e5dc87ad 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/neapolitan/ice.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/neapolitan/ice.json @@ -11,7 +11,7 @@ "item": "minecraft:ice" } ], - "processingTime": 100, + "processing_time": 100, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/quark/moss_block.json b/src/generated/resources/data/create/recipe/crushing/compat/quark/moss_block.json index 6d70fee3ff..dae64f1474 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/quark/moss_block.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/quark/moss_block.json @@ -11,7 +11,7 @@ "item": "minecraft:moss_block" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/silentgems/alexandrite_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/silentgems/alexandrite_ore.json index e7604a1b4e..30cebedd37 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/silentgems/alexandrite_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/silentgems/alexandrite_ore.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/silentgems/ammolite_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/silentgems/ammolite_ore.json index a8c8857189..dd9f3ee42e 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/silentgems/ammolite_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/silentgems/ammolite_ore.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/silentgems/black_diamond_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/silentgems/black_diamond_ore.json index 93c64336da..510cb0465a 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/silentgems/black_diamond_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/silentgems/black_diamond_ore.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/silentgems/carnelian_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/silentgems/carnelian_ore.json index 2b95311a21..0f94ecf4b7 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/silentgems/carnelian_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/silentgems/carnelian_ore.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/silentgems/citrine_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/silentgems/citrine_ore.json index 4110783f56..f25815589c 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/silentgems/citrine_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/silentgems/citrine_ore.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/silentgems/iolite_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/silentgems/iolite_ore.json index fcc80e3514..b773816928 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/silentgems/iolite_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/silentgems/iolite_ore.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/silentgems/kyanite_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/silentgems/kyanite_ore.json index 6abe5dc1f8..8f4049ea38 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/silentgems/kyanite_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/silentgems/kyanite_ore.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/silentgems/moldavite_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/silentgems/moldavite_ore.json index 2443c957b4..5a90e7df24 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/silentgems/moldavite_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/silentgems/moldavite_ore.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/silentgems/peridot_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/silentgems/peridot_ore.json index bf2f98a658..ac79cfa03f 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/silentgems/peridot_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/silentgems/peridot_ore.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/silentgems/rose_quartz_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/silentgems/rose_quartz_ore.json index 3892184945..4b37ef17e4 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/silentgems/rose_quartz_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/silentgems/rose_quartz_ore.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/silentgems/ruby_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/silentgems/ruby_ore.json index 1d0cf78c4d..6ca6b850fd 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/silentgems/ruby_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/silentgems/ruby_ore.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/silentgems/sapphire_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/silentgems/sapphire_ore.json index 8413ffb3cb..5077f0c89f 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/silentgems/sapphire_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/silentgems/sapphire_ore.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/silentgems/topaz_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/silentgems/topaz_ore.json index 813336a33d..307b0e8300 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/silentgems/topaz_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/silentgems/topaz_ore.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/silentgems/turquoise_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/silentgems/turquoise_ore.json index bfa6df8600..93ecdf604e 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/silentgems/turquoise_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/silentgems/turquoise_ore.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/simplefarming/barley.json b/src/generated/resources/data/create/recipe/crushing/compat/simplefarming/barley.json index 62439dc83c..e16e2612d2 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/simplefarming/barley.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/simplefarming/barley.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 150, + "processing_time": 150, "results": [ { "item": "create:wheat_flour" diff --git a/src/generated/resources/data/create/recipe/crushing/compat/simplefarming/oat.json b/src/generated/resources/data/create/recipe/crushing/compat/simplefarming/oat.json index 1f63ad34af..68582ab5a3 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/simplefarming/oat.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/simplefarming/oat.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 150, + "processing_time": 150, "results": [ { "item": "create:wheat_flour" diff --git a/src/generated/resources/data/create/recipe/crushing/compat/simplefarming/rice.json b/src/generated/resources/data/create/recipe/crushing/compat/simplefarming/rice.json index 6e8331c9f2..7fb31f4098 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/simplefarming/rice.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/simplefarming/rice.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 150, + "processing_time": 150, "results": [ { "item": "create:wheat_flour" diff --git a/src/generated/resources/data/create/recipe/crushing/compat/simplefarming/rye.json b/src/generated/resources/data/create/recipe/crushing/compat/simplefarming/rye.json index 74bf8a641d..b7d9cd15f2 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/simplefarming/rye.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/simplefarming/rye.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 150, + "processing_time": 150, "results": [ { "item": "create:wheat_flour" diff --git a/src/generated/resources/data/create/recipe/crushing/compat/thermal/apatite_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/thermal/apatite_ore.json index 9d662e6ae7..0258839d16 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/thermal/apatite_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/thermal/apatite_ore.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/thermal/cinnabar_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/thermal/cinnabar_ore.json index f8edc1f9b9..7c94ebf157 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/thermal/cinnabar_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/thermal/cinnabar_ore.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/thermal/niter_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/thermal/niter_ore.json index 563709491b..436a5bda39 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/thermal/niter_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/thermal/niter_ore.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/compat/thermal/sulfur_ore.json b/src/generated/resources/data/create/recipe/crushing/compat/thermal/sulfur_ore.json index 814c11b3d2..bb1bc9ca85 100644 --- a/src/generated/resources/data/create/recipe/crushing/compat/thermal/sulfur_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/compat/thermal/sulfur_ore.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/copper_ore.json b/src/generated/resources/data/create/recipe/crushing/copper_ore.json index 2a35feaf83..c6380d8da2 100644 --- a/src/generated/resources/data/create/recipe/crushing/copper_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/copper_ore.json @@ -5,7 +5,7 @@ "item": "minecraft:copper_ore" } ], - "processingTime": 250, + "processing_time": 250, "results": [ { "count": 5, diff --git a/src/generated/resources/data/create/recipe/crushing/crimsite.json b/src/generated/resources/data/create/recipe/crushing/crimsite.json index f725dd6b91..0ecae225aa 100644 --- a/src/generated/resources/data/create/recipe/crushing/crimsite.json +++ b/src/generated/resources/data/create/recipe/crushing/crimsite.json @@ -5,7 +5,7 @@ "item": "create:crimsite" } ], - "processingTime": 250, + "processing_time": 250, "results": [ { "chance": 0.4, diff --git a/src/generated/resources/data/create/recipe/crushing/crimsite_recycling.json b/src/generated/resources/data/create/recipe/crushing/crimsite_recycling.json index 78c3dc6e59..d9cd1c844d 100644 --- a/src/generated/resources/data/create/recipe/crushing/crimsite_recycling.json +++ b/src/generated/resources/data/create/recipe/crushing/crimsite_recycling.json @@ -5,7 +5,7 @@ "tag": "create:stone_types/crimsite" } ], - "processingTime": 250, + "processing_time": 250, "results": [ { "chance": 0.4, diff --git a/src/generated/resources/data/create/recipe/crushing/deepslate_coal_ore.json b/src/generated/resources/data/create/recipe/crushing/deepslate_coal_ore.json index cac9ea1c37..db6ffe9a98 100644 --- a/src/generated/resources/data/create/recipe/crushing/deepslate_coal_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/deepslate_coal_ore.json @@ -5,7 +5,7 @@ "item": "minecraft:deepslate_coal_ore" } ], - "processingTime": 300, + "processing_time": 300, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/deepslate_copper_ore.json b/src/generated/resources/data/create/recipe/crushing/deepslate_copper_ore.json index 3bad3d985a..956e7e87fb 100644 --- a/src/generated/resources/data/create/recipe/crushing/deepslate_copper_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/deepslate_copper_ore.json @@ -5,7 +5,7 @@ "item": "minecraft:deepslate_copper_ore" } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 7, diff --git a/src/generated/resources/data/create/recipe/crushing/deepslate_diamond_ore.json b/src/generated/resources/data/create/recipe/crushing/deepslate_diamond_ore.json index 1a197371f2..22fca93b08 100644 --- a/src/generated/resources/data/create/recipe/crushing/deepslate_diamond_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/deepslate_diamond_ore.json @@ -5,7 +5,7 @@ "item": "minecraft:deepslate_diamond_ore" } ], - "processingTime": 450, + "processing_time": 450, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/deepslate_emerald_ore.json b/src/generated/resources/data/create/recipe/crushing/deepslate_emerald_ore.json index 0ee91ed69b..a7708e3500 100644 --- a/src/generated/resources/data/create/recipe/crushing/deepslate_emerald_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/deepslate_emerald_ore.json @@ -5,7 +5,7 @@ "item": "minecraft:deepslate_emerald_ore" } ], - "processingTime": 450, + "processing_time": 450, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/deepslate_gold_ore.json b/src/generated/resources/data/create/recipe/crushing/deepslate_gold_ore.json index 1467bbbaf2..ca4efc06ff 100644 --- a/src/generated/resources/data/create/recipe/crushing/deepslate_gold_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/deepslate_gold_ore.json @@ -5,7 +5,7 @@ "item": "minecraft:deepslate_gold_ore" } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/deepslate_iron_ore.json b/src/generated/resources/data/create/recipe/crushing/deepslate_iron_ore.json index a12e491c1f..dde15d3741 100644 --- a/src/generated/resources/data/create/recipe/crushing/deepslate_iron_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/deepslate_iron_ore.json @@ -5,7 +5,7 @@ "item": "minecraft:deepslate_iron_ore" } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/deepslate_lapis_ore.json b/src/generated/resources/data/create/recipe/crushing/deepslate_lapis_ore.json index e2cf328ba4..00bb63c845 100644 --- a/src/generated/resources/data/create/recipe/crushing/deepslate_lapis_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/deepslate_lapis_ore.json @@ -5,7 +5,7 @@ "item": "minecraft:deepslate_lapis_ore" } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 12, diff --git a/src/generated/resources/data/create/recipe/crushing/deepslate_redstone_ore.json b/src/generated/resources/data/create/recipe/crushing/deepslate_redstone_ore.json index e4f0d59a86..2ff4a01010 100644 --- a/src/generated/resources/data/create/recipe/crushing/deepslate_redstone_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/deepslate_redstone_ore.json @@ -5,7 +5,7 @@ "item": "minecraft:deepslate_redstone_ore" } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 7, diff --git a/src/generated/resources/data/create/recipe/crushing/deepslate_zinc_ore.json b/src/generated/resources/data/create/recipe/crushing/deepslate_zinc_ore.json index 450c786fee..c8c0f67624 100644 --- a/src/generated/resources/data/create/recipe/crushing/deepslate_zinc_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/deepslate_zinc_ore.json @@ -5,7 +5,7 @@ "item": "create:deepslate_zinc_ore" } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/diamond_horse_armor.json b/src/generated/resources/data/create/recipe/crushing/diamond_horse_armor.json index 877fc1dd46..c5cfd033b7 100644 --- a/src/generated/resources/data/create/recipe/crushing/diamond_horse_armor.json +++ b/src/generated/resources/data/create/recipe/crushing/diamond_horse_armor.json @@ -5,7 +5,7 @@ "item": "minecraft:diamond_horse_armor" } ], - "processingTime": 200, + "processing_time": 200, "results": [ { "item": "minecraft:diamond" diff --git a/src/generated/resources/data/create/recipe/crushing/diamond_ore.json b/src/generated/resources/data/create/recipe/crushing/diamond_ore.json index 5a8cf7cd3b..77005d94ed 100644 --- a/src/generated/resources/data/create/recipe/crushing/diamond_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/diamond_ore.json @@ -5,7 +5,7 @@ "item": "minecraft:diamond_ore" } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "item": "minecraft:diamond" diff --git a/src/generated/resources/data/create/recipe/crushing/diorite.json b/src/generated/resources/data/create/recipe/crushing/diorite.json index 18af7973c4..7f79d427a4 100644 --- a/src/generated/resources/data/create/recipe/crushing/diorite.json +++ b/src/generated/resources/data/create/recipe/crushing/diorite.json @@ -14,7 +14,7 @@ "item": "minecraft:diorite" } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "chance": 0.25, diff --git a/src/generated/resources/data/create/recipe/crushing/diorite_recycling.json b/src/generated/resources/data/create/recipe/crushing/diorite_recycling.json index 2c91afd959..642409dd35 100644 --- a/src/generated/resources/data/create/recipe/crushing/diorite_recycling.json +++ b/src/generated/resources/data/create/recipe/crushing/diorite_recycling.json @@ -5,7 +5,7 @@ "tag": "create:stone_types/diorite" } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "chance": 0.25, diff --git a/src/generated/resources/data/create/recipe/crushing/emerald_ore.json b/src/generated/resources/data/create/recipe/crushing/emerald_ore.json index d5b99e79ca..3b87d28457 100644 --- a/src/generated/resources/data/create/recipe/crushing/emerald_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/emerald_ore.json @@ -5,7 +5,7 @@ "item": "minecraft:emerald_ore" } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "item": "minecraft:emerald" diff --git a/src/generated/resources/data/create/recipe/crushing/gilded_blackstone.json b/src/generated/resources/data/create/recipe/crushing/gilded_blackstone.json index 96d2d4b331..61e366eecb 100644 --- a/src/generated/resources/data/create/recipe/crushing/gilded_blackstone.json +++ b/src/generated/resources/data/create/recipe/crushing/gilded_blackstone.json @@ -5,7 +5,7 @@ "item": "minecraft:gilded_blackstone" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "count": 18, diff --git a/src/generated/resources/data/create/recipe/crushing/glowstone.json b/src/generated/resources/data/create/recipe/crushing/glowstone.json index 4590198097..48598f7c4c 100644 --- a/src/generated/resources/data/create/recipe/crushing/glowstone.json +++ b/src/generated/resources/data/create/recipe/crushing/glowstone.json @@ -5,7 +5,7 @@ "item": "minecraft:glowstone" } ], - "processingTime": 150, + "processing_time": 150, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/crushing/gold_ore.json b/src/generated/resources/data/create/recipe/crushing/gold_ore.json index b5e49e36df..c8ec65e4e1 100644 --- a/src/generated/resources/data/create/recipe/crushing/gold_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/gold_ore.json @@ -5,7 +5,7 @@ "item": "minecraft:gold_ore" } ], - "processingTime": 250, + "processing_time": 250, "results": [ { "item": "create:crushed_raw_gold" diff --git a/src/generated/resources/data/create/recipe/crushing/golden_horse_armor.json b/src/generated/resources/data/create/recipe/crushing/golden_horse_armor.json index 1f2b8af8c0..fe0ee8eefb 100644 --- a/src/generated/resources/data/create/recipe/crushing/golden_horse_armor.json +++ b/src/generated/resources/data/create/recipe/crushing/golden_horse_armor.json @@ -5,7 +5,7 @@ "item": "minecraft:golden_horse_armor" } ], - "processingTime": 200, + "processing_time": 200, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/gravel.json b/src/generated/resources/data/create/recipe/crushing/gravel.json index 2fe2124267..ef202e9f20 100644 --- a/src/generated/resources/data/create/recipe/crushing/gravel.json +++ b/src/generated/resources/data/create/recipe/crushing/gravel.json @@ -5,7 +5,7 @@ "item": "minecraft:gravel" } ], - "processingTime": 250, + "processing_time": 250, "results": [ { "item": "minecraft:sand" diff --git a/src/generated/resources/data/create/recipe/crushing/iron_horse_armor.json b/src/generated/resources/data/create/recipe/crushing/iron_horse_armor.json index 23e257d142..f636c31052 100644 --- a/src/generated/resources/data/create/recipe/crushing/iron_horse_armor.json +++ b/src/generated/resources/data/create/recipe/crushing/iron_horse_armor.json @@ -5,7 +5,7 @@ "item": "minecraft:iron_horse_armor" } ], - "processingTime": 200, + "processing_time": 200, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/iron_ore.json b/src/generated/resources/data/create/recipe/crushing/iron_ore.json index 4b08b42745..3f41c7e96c 100644 --- a/src/generated/resources/data/create/recipe/crushing/iron_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/iron_ore.json @@ -5,7 +5,7 @@ "item": "minecraft:iron_ore" } ], - "processingTime": 250, + "processing_time": 250, "results": [ { "item": "create:crushed_raw_iron" diff --git a/src/generated/resources/data/create/recipe/crushing/lapis_ore.json b/src/generated/resources/data/create/recipe/crushing/lapis_ore.json index e06fefd286..2e3eafc6f3 100644 --- a/src/generated/resources/data/create/recipe/crushing/lapis_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/lapis_ore.json @@ -5,7 +5,7 @@ "item": "minecraft:lapis_ore" } ], - "processingTime": 250, + "processing_time": 250, "results": [ { "count": 10, diff --git a/src/generated/resources/data/create/recipe/crushing/lead_ore.json b/src/generated/resources/data/create/recipe/crushing/lead_ore.json index b96edc2fc8..4ef58c698d 100644 --- a/src/generated/resources/data/create/recipe/crushing/lead_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/lead_ore.json @@ -14,7 +14,7 @@ "tag": "c:ores/lead" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "item": "create:crushed_raw_lead" diff --git a/src/generated/resources/data/create/recipe/crushing/leather_horse_armor.json b/src/generated/resources/data/create/recipe/crushing/leather_horse_armor.json index 5a4cb8f0d7..a30dda81f9 100644 --- a/src/generated/resources/data/create/recipe/crushing/leather_horse_armor.json +++ b/src/generated/resources/data/create/recipe/crushing/leather_horse_armor.json @@ -5,7 +5,7 @@ "item": "minecraft:leather_horse_armor" } ], - "processingTime": 200, + "processing_time": 200, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/nether_gold_ore.json b/src/generated/resources/data/create/recipe/crushing/nether_gold_ore.json index 01419f8309..3a00242921 100644 --- a/src/generated/resources/data/create/recipe/crushing/nether_gold_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/nether_gold_ore.json @@ -5,7 +5,7 @@ "item": "minecraft:nether_gold_ore" } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 18, diff --git a/src/generated/resources/data/create/recipe/crushing/nether_quartz_ore.json b/src/generated/resources/data/create/recipe/crushing/nether_quartz_ore.json index a2d5c51142..f82345ee4e 100644 --- a/src/generated/resources/data/create/recipe/crushing/nether_quartz_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/nether_quartz_ore.json @@ -5,7 +5,7 @@ "item": "minecraft:nether_quartz_ore" } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/nether_wart_block.json b/src/generated/resources/data/create/recipe/crushing/nether_wart_block.json index 390d721293..c77b4eedcb 100644 --- a/src/generated/resources/data/create/recipe/crushing/nether_wart_block.json +++ b/src/generated/resources/data/create/recipe/crushing/nether_wart_block.json @@ -5,7 +5,7 @@ "item": "minecraft:nether_wart_block" } ], - "processingTime": 150, + "processing_time": 150, "results": [ { "chance": 0.25, diff --git a/src/generated/resources/data/create/recipe/crushing/netherrack.json b/src/generated/resources/data/create/recipe/crushing/netherrack.json index 5215dcf14d..0486c4837b 100644 --- a/src/generated/resources/data/create/recipe/crushing/netherrack.json +++ b/src/generated/resources/data/create/recipe/crushing/netherrack.json @@ -14,7 +14,7 @@ "item": "minecraft:netherrack" } ], - "processingTime": 250, + "processing_time": 250, "results": [ { "item": "create:cinder_flour" diff --git a/src/generated/resources/data/create/recipe/crushing/nickel_ore.json b/src/generated/resources/data/create/recipe/crushing/nickel_ore.json index 66577a6d06..6d0b0344a2 100644 --- a/src/generated/resources/data/create/recipe/crushing/nickel_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/nickel_ore.json @@ -14,7 +14,7 @@ "tag": "c:ores/nickel" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "item": "create:crushed_raw_nickel" diff --git a/src/generated/resources/data/create/recipe/crushing/obsidian.json b/src/generated/resources/data/create/recipe/crushing/obsidian.json index 68fe41c92f..9e10fa0f88 100644 --- a/src/generated/resources/data/create/recipe/crushing/obsidian.json +++ b/src/generated/resources/data/create/recipe/crushing/obsidian.json @@ -5,7 +5,7 @@ "item": "minecraft:obsidian" } ], - "processingTime": 500, + "processing_time": 500, "results": [ { "item": "create:powdered_obsidian" diff --git a/src/generated/resources/data/create/recipe/crushing/ochrum.json b/src/generated/resources/data/create/recipe/crushing/ochrum.json index 00832373e4..162b30e585 100644 --- a/src/generated/resources/data/create/recipe/crushing/ochrum.json +++ b/src/generated/resources/data/create/recipe/crushing/ochrum.json @@ -5,7 +5,7 @@ "item": "create:ochrum" } ], - "processingTime": 250, + "processing_time": 250, "results": [ { "chance": 0.2, diff --git a/src/generated/resources/data/create/recipe/crushing/ochrum_recycling.json b/src/generated/resources/data/create/recipe/crushing/ochrum_recycling.json index 283c2a889b..2ec00f7c3a 100644 --- a/src/generated/resources/data/create/recipe/crushing/ochrum_recycling.json +++ b/src/generated/resources/data/create/recipe/crushing/ochrum_recycling.json @@ -5,7 +5,7 @@ "tag": "create:stone_types/ochrum" } ], - "processingTime": 250, + "processing_time": 250, "results": [ { "chance": 0.2, diff --git a/src/generated/resources/data/create/recipe/crushing/osmium_ore.json b/src/generated/resources/data/create/recipe/crushing/osmium_ore.json index e84a92d325..806bcbc602 100644 --- a/src/generated/resources/data/create/recipe/crushing/osmium_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/osmium_ore.json @@ -14,7 +14,7 @@ "tag": "c:ores/osmium" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "item": "create:crushed_raw_osmium" diff --git a/src/generated/resources/data/create/recipe/crushing/platinum_ore.json b/src/generated/resources/data/create/recipe/crushing/platinum_ore.json index 375742f3eb..660a43c463 100644 --- a/src/generated/resources/data/create/recipe/crushing/platinum_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/platinum_ore.json @@ -14,7 +14,7 @@ "tag": "c:ores/platinum" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "item": "create:crushed_raw_platinum" diff --git a/src/generated/resources/data/create/recipe/crushing/prismarine_crystals.json b/src/generated/resources/data/create/recipe/crushing/prismarine_crystals.json index 61e5873149..5cc48fa197 100644 --- a/src/generated/resources/data/create/recipe/crushing/prismarine_crystals.json +++ b/src/generated/resources/data/create/recipe/crushing/prismarine_crystals.json @@ -5,7 +5,7 @@ "item": "minecraft:prismarine_crystals" } ], - "processingTime": 150, + "processing_time": 150, "results": [ { "item": "minecraft:quartz" diff --git a/src/generated/resources/data/create/recipe/crushing/quicksilver_ore.json b/src/generated/resources/data/create/recipe/crushing/quicksilver_ore.json index 4fe1b1dc0f..7e79d4f9f1 100644 --- a/src/generated/resources/data/create/recipe/crushing/quicksilver_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/quicksilver_ore.json @@ -14,7 +14,7 @@ "tag": "c:ores/quicksilver" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "item": "create:crushed_raw_quicksilver" diff --git a/src/generated/resources/data/create/recipe/crushing/raw_aluminum.json b/src/generated/resources/data/create/recipe/crushing/raw_aluminum.json index e03b4e9830..2205e7e9bb 100644 --- a/src/generated/resources/data/create/recipe/crushing/raw_aluminum.json +++ b/src/generated/resources/data/create/recipe/crushing/raw_aluminum.json @@ -14,7 +14,7 @@ "tag": "c:raw_materials/aluminum" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "item": "create:crushed_raw_aluminum" diff --git a/src/generated/resources/data/create/recipe/crushing/raw_aluminum_block.json b/src/generated/resources/data/create/recipe/crushing/raw_aluminum_block.json index cf1f9e8e2b..1b2816b891 100644 --- a/src/generated/resources/data/create/recipe/crushing/raw_aluminum_block.json +++ b/src/generated/resources/data/create/recipe/crushing/raw_aluminum_block.json @@ -14,7 +14,7 @@ "tag": "c:storage_blocks/raw_aluminum" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "count": 9, diff --git a/src/generated/resources/data/create/recipe/crushing/raw_copper.json b/src/generated/resources/data/create/recipe/crushing/raw_copper.json index 584c9f63b3..e6dd39237e 100644 --- a/src/generated/resources/data/create/recipe/crushing/raw_copper.json +++ b/src/generated/resources/data/create/recipe/crushing/raw_copper.json @@ -5,7 +5,7 @@ "tag": "c:raw_materials/copper" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "item": "create:crushed_raw_copper" diff --git a/src/generated/resources/data/create/recipe/crushing/raw_copper_block.json b/src/generated/resources/data/create/recipe/crushing/raw_copper_block.json index 19f45e7096..76e94ec111 100644 --- a/src/generated/resources/data/create/recipe/crushing/raw_copper_block.json +++ b/src/generated/resources/data/create/recipe/crushing/raw_copper_block.json @@ -5,7 +5,7 @@ "tag": "c:storage_blocks/raw_copper" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "count": 9, diff --git a/src/generated/resources/data/create/recipe/crushing/raw_gold.json b/src/generated/resources/data/create/recipe/crushing/raw_gold.json index 6c9c0c3e28..1e2e133906 100644 --- a/src/generated/resources/data/create/recipe/crushing/raw_gold.json +++ b/src/generated/resources/data/create/recipe/crushing/raw_gold.json @@ -5,7 +5,7 @@ "tag": "c:raw_materials/gold" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "item": "create:crushed_raw_gold" diff --git a/src/generated/resources/data/create/recipe/crushing/raw_gold_block.json b/src/generated/resources/data/create/recipe/crushing/raw_gold_block.json index 8ec2790d39..a1615c5199 100644 --- a/src/generated/resources/data/create/recipe/crushing/raw_gold_block.json +++ b/src/generated/resources/data/create/recipe/crushing/raw_gold_block.json @@ -5,7 +5,7 @@ "tag": "c:storage_blocks/raw_gold" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "count": 9, diff --git a/src/generated/resources/data/create/recipe/crushing/raw_iron.json b/src/generated/resources/data/create/recipe/crushing/raw_iron.json index 483202bd5b..f522a096af 100644 --- a/src/generated/resources/data/create/recipe/crushing/raw_iron.json +++ b/src/generated/resources/data/create/recipe/crushing/raw_iron.json @@ -5,7 +5,7 @@ "tag": "c:raw_materials/iron" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "item": "create:crushed_raw_iron" diff --git a/src/generated/resources/data/create/recipe/crushing/raw_iron_block.json b/src/generated/resources/data/create/recipe/crushing/raw_iron_block.json index 615ab20408..b8b8bd798b 100644 --- a/src/generated/resources/data/create/recipe/crushing/raw_iron_block.json +++ b/src/generated/resources/data/create/recipe/crushing/raw_iron_block.json @@ -5,7 +5,7 @@ "tag": "c:storage_blocks/raw_iron" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "count": 9, diff --git a/src/generated/resources/data/create/recipe/crushing/raw_lead.json b/src/generated/resources/data/create/recipe/crushing/raw_lead.json index e542589a7d..613ae0fbd2 100644 --- a/src/generated/resources/data/create/recipe/crushing/raw_lead.json +++ b/src/generated/resources/data/create/recipe/crushing/raw_lead.json @@ -14,7 +14,7 @@ "tag": "c:raw_materials/lead" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "item": "create:crushed_raw_lead" diff --git a/src/generated/resources/data/create/recipe/crushing/raw_lead_block.json b/src/generated/resources/data/create/recipe/crushing/raw_lead_block.json index 0b8af52034..b4b72560a3 100644 --- a/src/generated/resources/data/create/recipe/crushing/raw_lead_block.json +++ b/src/generated/resources/data/create/recipe/crushing/raw_lead_block.json @@ -14,7 +14,7 @@ "tag": "c:storage_blocks/raw_lead" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "count": 9, diff --git a/src/generated/resources/data/create/recipe/crushing/raw_nickel.json b/src/generated/resources/data/create/recipe/crushing/raw_nickel.json index 23632b70c2..c58968cfd2 100644 --- a/src/generated/resources/data/create/recipe/crushing/raw_nickel.json +++ b/src/generated/resources/data/create/recipe/crushing/raw_nickel.json @@ -14,7 +14,7 @@ "tag": "c:raw_materials/nickel" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "item": "create:crushed_raw_nickel" diff --git a/src/generated/resources/data/create/recipe/crushing/raw_nickel_block.json b/src/generated/resources/data/create/recipe/crushing/raw_nickel_block.json index 33dac85a88..e7eea81810 100644 --- a/src/generated/resources/data/create/recipe/crushing/raw_nickel_block.json +++ b/src/generated/resources/data/create/recipe/crushing/raw_nickel_block.json @@ -14,7 +14,7 @@ "tag": "c:storage_blocks/raw_nickel" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "count": 9, diff --git a/src/generated/resources/data/create/recipe/crushing/raw_osmium.json b/src/generated/resources/data/create/recipe/crushing/raw_osmium.json index 5404252552..ee0c9af18d 100644 --- a/src/generated/resources/data/create/recipe/crushing/raw_osmium.json +++ b/src/generated/resources/data/create/recipe/crushing/raw_osmium.json @@ -14,7 +14,7 @@ "tag": "c:raw_materials/osmium" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "item": "create:crushed_raw_osmium" diff --git a/src/generated/resources/data/create/recipe/crushing/raw_osmium_block.json b/src/generated/resources/data/create/recipe/crushing/raw_osmium_block.json index 2a66caf09a..fe120e3ec0 100644 --- a/src/generated/resources/data/create/recipe/crushing/raw_osmium_block.json +++ b/src/generated/resources/data/create/recipe/crushing/raw_osmium_block.json @@ -14,7 +14,7 @@ "tag": "c:storage_blocks/raw_osmium" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "count": 9, diff --git a/src/generated/resources/data/create/recipe/crushing/raw_platinum.json b/src/generated/resources/data/create/recipe/crushing/raw_platinum.json index d2b86afdbe..f5d3ceaf2a 100644 --- a/src/generated/resources/data/create/recipe/crushing/raw_platinum.json +++ b/src/generated/resources/data/create/recipe/crushing/raw_platinum.json @@ -14,7 +14,7 @@ "tag": "c:raw_materials/platinum" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "item": "create:crushed_raw_platinum" diff --git a/src/generated/resources/data/create/recipe/crushing/raw_platinum_block.json b/src/generated/resources/data/create/recipe/crushing/raw_platinum_block.json index 8b2225d6be..9c9e89e537 100644 --- a/src/generated/resources/data/create/recipe/crushing/raw_platinum_block.json +++ b/src/generated/resources/data/create/recipe/crushing/raw_platinum_block.json @@ -14,7 +14,7 @@ "tag": "c:storage_blocks/raw_platinum" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "count": 9, diff --git a/src/generated/resources/data/create/recipe/crushing/raw_quicksilver.json b/src/generated/resources/data/create/recipe/crushing/raw_quicksilver.json index 83ed34e68f..1123695408 100644 --- a/src/generated/resources/data/create/recipe/crushing/raw_quicksilver.json +++ b/src/generated/resources/data/create/recipe/crushing/raw_quicksilver.json @@ -14,7 +14,7 @@ "tag": "c:raw_materials/quicksilver" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "item": "create:crushed_raw_quicksilver" diff --git a/src/generated/resources/data/create/recipe/crushing/raw_quicksilver_block.json b/src/generated/resources/data/create/recipe/crushing/raw_quicksilver_block.json index 985d4315d5..2f9506e127 100644 --- a/src/generated/resources/data/create/recipe/crushing/raw_quicksilver_block.json +++ b/src/generated/resources/data/create/recipe/crushing/raw_quicksilver_block.json @@ -14,7 +14,7 @@ "tag": "c:storage_blocks/raw_quicksilver" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "count": 9, diff --git a/src/generated/resources/data/create/recipe/crushing/raw_silver.json b/src/generated/resources/data/create/recipe/crushing/raw_silver.json index f9d674b996..70fa7c6840 100644 --- a/src/generated/resources/data/create/recipe/crushing/raw_silver.json +++ b/src/generated/resources/data/create/recipe/crushing/raw_silver.json @@ -14,7 +14,7 @@ "tag": "c:raw_materials/silver" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "item": "create:crushed_raw_silver" diff --git a/src/generated/resources/data/create/recipe/crushing/raw_silver_block.json b/src/generated/resources/data/create/recipe/crushing/raw_silver_block.json index 1b55b03d09..58c420992b 100644 --- a/src/generated/resources/data/create/recipe/crushing/raw_silver_block.json +++ b/src/generated/resources/data/create/recipe/crushing/raw_silver_block.json @@ -14,7 +14,7 @@ "tag": "c:storage_blocks/raw_silver" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "count": 9, diff --git a/src/generated/resources/data/create/recipe/crushing/raw_tin.json b/src/generated/resources/data/create/recipe/crushing/raw_tin.json index 1c48fe44e4..e4ef291f1c 100644 --- a/src/generated/resources/data/create/recipe/crushing/raw_tin.json +++ b/src/generated/resources/data/create/recipe/crushing/raw_tin.json @@ -14,7 +14,7 @@ "tag": "c:raw_materials/tin" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "item": "create:crushed_raw_tin" diff --git a/src/generated/resources/data/create/recipe/crushing/raw_tin_block.json b/src/generated/resources/data/create/recipe/crushing/raw_tin_block.json index 14dce8b254..3d02f2d9a1 100644 --- a/src/generated/resources/data/create/recipe/crushing/raw_tin_block.json +++ b/src/generated/resources/data/create/recipe/crushing/raw_tin_block.json @@ -14,7 +14,7 @@ "tag": "c:storage_blocks/raw_tin" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "count": 9, diff --git a/src/generated/resources/data/create/recipe/crushing/raw_uranium.json b/src/generated/resources/data/create/recipe/crushing/raw_uranium.json index 1f27c930c0..772ba6a9ca 100644 --- a/src/generated/resources/data/create/recipe/crushing/raw_uranium.json +++ b/src/generated/resources/data/create/recipe/crushing/raw_uranium.json @@ -14,7 +14,7 @@ "tag": "c:raw_materials/uranium" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "item": "create:crushed_raw_uranium" diff --git a/src/generated/resources/data/create/recipe/crushing/raw_uranium_block.json b/src/generated/resources/data/create/recipe/crushing/raw_uranium_block.json index 66f876d7e4..50b4d0e617 100644 --- a/src/generated/resources/data/create/recipe/crushing/raw_uranium_block.json +++ b/src/generated/resources/data/create/recipe/crushing/raw_uranium_block.json @@ -14,7 +14,7 @@ "tag": "c:storage_blocks/raw_uranium" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "count": 9, diff --git a/src/generated/resources/data/create/recipe/crushing/raw_zinc.json b/src/generated/resources/data/create/recipe/crushing/raw_zinc.json index 5dd0f85ce7..a64db1aa1c 100644 --- a/src/generated/resources/data/create/recipe/crushing/raw_zinc.json +++ b/src/generated/resources/data/create/recipe/crushing/raw_zinc.json @@ -5,7 +5,7 @@ "tag": "c:raw_materials/zinc" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "item": "create:crushed_raw_zinc" diff --git a/src/generated/resources/data/create/recipe/crushing/raw_zinc_block.json b/src/generated/resources/data/create/recipe/crushing/raw_zinc_block.json index fa7c1f3b20..51c07ee9a4 100644 --- a/src/generated/resources/data/create/recipe/crushing/raw_zinc_block.json +++ b/src/generated/resources/data/create/recipe/crushing/raw_zinc_block.json @@ -5,7 +5,7 @@ "tag": "c:storage_blocks/raw_zinc" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "count": 9, diff --git a/src/generated/resources/data/create/recipe/crushing/redstone_ore.json b/src/generated/resources/data/create/recipe/crushing/redstone_ore.json index ac7173112b..96fcb6b437 100644 --- a/src/generated/resources/data/create/recipe/crushing/redstone_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/redstone_ore.json @@ -5,7 +5,7 @@ "item": "minecraft:redstone_ore" } ], - "processingTime": 250, + "processing_time": 250, "results": [ { "count": 6, diff --git a/src/generated/resources/data/create/recipe/crushing/silver_ore.json b/src/generated/resources/data/create/recipe/crushing/silver_ore.json index e46817641d..eeef0510f9 100644 --- a/src/generated/resources/data/create/recipe/crushing/silver_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/silver_ore.json @@ -14,7 +14,7 @@ "tag": "c:ores/silver" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "item": "create:crushed_raw_silver" diff --git a/src/generated/resources/data/create/recipe/crushing/tin_ore.json b/src/generated/resources/data/create/recipe/crushing/tin_ore.json index 1d2c8d7c7c..180e321e7b 100644 --- a/src/generated/resources/data/create/recipe/crushing/tin_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/tin_ore.json @@ -14,7 +14,7 @@ "tag": "c:ores/tin" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "item": "create:crushed_raw_tin" diff --git a/src/generated/resources/data/create/recipe/crushing/tuff.json b/src/generated/resources/data/create/recipe/crushing/tuff.json index 9e31bc4600..dc8b6a25ca 100644 --- a/src/generated/resources/data/create/recipe/crushing/tuff.json +++ b/src/generated/resources/data/create/recipe/crushing/tuff.json @@ -5,7 +5,7 @@ "item": "minecraft:tuff" } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "chance": 0.25, diff --git a/src/generated/resources/data/create/recipe/crushing/tuff_recycling.json b/src/generated/resources/data/create/recipe/crushing/tuff_recycling.json index 120a3f6661..a05101d9cf 100644 --- a/src/generated/resources/data/create/recipe/crushing/tuff_recycling.json +++ b/src/generated/resources/data/create/recipe/crushing/tuff_recycling.json @@ -5,7 +5,7 @@ "tag": "create:stone_types/tuff" } ], - "processingTime": 350, + "processing_time": 350, "results": [ { "chance": 0.25, diff --git a/src/generated/resources/data/create/recipe/crushing/uranium_ore.json b/src/generated/resources/data/create/recipe/crushing/uranium_ore.json index 7823451697..2a2d677001 100644 --- a/src/generated/resources/data/create/recipe/crushing/uranium_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/uranium_ore.json @@ -14,7 +14,7 @@ "tag": "c:ores/uranium" } ], - "processingTime": 400, + "processing_time": 400, "results": [ { "item": "create:crushed_raw_uranium" diff --git a/src/generated/resources/data/create/recipe/crushing/veridium.json b/src/generated/resources/data/create/recipe/crushing/veridium.json index 7b1940b50d..d2dfec2bc6 100644 --- a/src/generated/resources/data/create/recipe/crushing/veridium.json +++ b/src/generated/resources/data/create/recipe/crushing/veridium.json @@ -5,7 +5,7 @@ "item": "create:veridium" } ], - "processingTime": 250, + "processing_time": 250, "results": [ { "chance": 0.8, diff --git a/src/generated/resources/data/create/recipe/crushing/veridium_recycling.json b/src/generated/resources/data/create/recipe/crushing/veridium_recycling.json index 08d1b72c72..19f46c4e5a 100644 --- a/src/generated/resources/data/create/recipe/crushing/veridium_recycling.json +++ b/src/generated/resources/data/create/recipe/crushing/veridium_recycling.json @@ -5,7 +5,7 @@ "tag": "create:stone_types/veridium" } ], - "processingTime": 250, + "processing_time": 250, "results": [ { "chance": 0.8, diff --git a/src/generated/resources/data/create/recipe/crushing/wool.json b/src/generated/resources/data/create/recipe/crushing/wool.json index 5ba8b9863b..f3ff6a4934 100644 --- a/src/generated/resources/data/create/recipe/crushing/wool.json +++ b/src/generated/resources/data/create/recipe/crushing/wool.json @@ -5,7 +5,7 @@ "tag": "minecraft:wool" } ], - "processingTime": 100, + "processing_time": 100, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/crushing/zinc_ore.json b/src/generated/resources/data/create/recipe/crushing/zinc_ore.json index 86029b1547..4cb98c3c8e 100644 --- a/src/generated/resources/data/create/recipe/crushing/zinc_ore.json +++ b/src/generated/resources/data/create/recipe/crushing/zinc_ore.json @@ -5,7 +5,7 @@ "item": "create:zinc_ore" } ], - "processingTime": 250, + "processing_time": 250, "results": [ { "item": "create:crushed_raw_zinc" diff --git a/src/generated/resources/data/create/recipe/cutting/andesite_alloy.json b/src/generated/resources/data/create/recipe/cutting/andesite_alloy.json index 23536f3c27..0f38a579ea 100644 --- a/src/generated/resources/data/create/recipe/cutting/andesite_alloy.json +++ b/src/generated/resources/data/create/recipe/cutting/andesite_alloy.json @@ -5,7 +5,7 @@ "item": "create:andesite_alloy" } ], - "processingTime": 200, + "processing_time": 200, "results": [ { "count": 6, diff --git a/src/generated/resources/data/create/recipe/cutting/bamboo_block.json b/src/generated/resources/data/create/recipe/cutting/bamboo_block.json index 4899ac8c1e..454e827276 100644 --- a/src/generated/resources/data/create/recipe/cutting/bamboo_block.json +++ b/src/generated/resources/data/create/recipe/cutting/bamboo_block.json @@ -5,7 +5,7 @@ "item": "minecraft:bamboo_block" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "item": "minecraft:stripped_bamboo_block" diff --git a/src/generated/resources/data/create/recipe/cutting/bamboo_planks.json b/src/generated/resources/data/create/recipe/cutting/bamboo_planks.json index 0e9bb2a4ee..f70c23e073 100644 --- a/src/generated/resources/data/create/recipe/cutting/bamboo_planks.json +++ b/src/generated/resources/data/create/recipe/cutting/bamboo_planks.json @@ -5,7 +5,7 @@ "item": "minecraft:bamboo_planks" } ], - "processingTime": 20, + "processing_time": 20, "results": [ { "item": "minecraft:bamboo_mosaic" diff --git a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/blue_archwood_log.json b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/blue_archwood_log.json index 6e971217f6..3f2f6f97ec 100644 --- a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/blue_archwood_log.json +++ b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/blue_archwood_log.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "item": "ars_nouveau:stripped_blue_archwood_log" diff --git a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/blue_archwood_wood.json b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/blue_archwood_wood.json index 0fabd7b7bc..b5e73305f7 100644 --- a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/blue_archwood_wood.json +++ b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/blue_archwood_wood.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "item": "ars_nouveau:stripped_blue_archwood_wood" diff --git a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/green_archwood_log.json b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/green_archwood_log.json index daa2550aeb..25e9f7fc6b 100644 --- a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/green_archwood_log.json +++ b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/green_archwood_log.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "item": "ars_nouveau:stripped_green_archwood_log" diff --git a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/green_archwood_wood.json b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/green_archwood_wood.json index 07c979b8b4..bfea234a4d 100644 --- a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/green_archwood_wood.json +++ b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/green_archwood_wood.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "item": "ars_nouveau:stripped_green_archwood_wood" diff --git a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/purple_archwood_log.json b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/purple_archwood_log.json index fe81e40f7d..0b3199b69e 100644 --- a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/purple_archwood_log.json +++ b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/purple_archwood_log.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "item": "ars_nouveau:stripped_purple_archwood_log" diff --git a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/purple_archwood_wood.json b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/purple_archwood_wood.json index cae62e1173..fd85bfde59 100644 --- a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/purple_archwood_wood.json +++ b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/purple_archwood_wood.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "item": "ars_nouveau:stripped_purple_archwood_wood" diff --git a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/red_archwood_log.json b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/red_archwood_log.json index 189cd63f18..9f64c6e708 100644 --- a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/red_archwood_log.json +++ b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/red_archwood_log.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "item": "ars_nouveau:stripped_red_archwood_log" diff --git a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/red_archwood_wood.json b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/red_archwood_wood.json index 9ced7812c0..395530303f 100644 --- a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/red_archwood_wood.json +++ b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/red_archwood_wood.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "item": "ars_nouveau:stripped_red_archwood_wood" diff --git a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_blue_archwood_log.json b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_blue_archwood_log.json index 7adcfc0294..c82667db84 100644 --- a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_blue_archwood_log.json +++ b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_blue_archwood_log.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 6, diff --git a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_blue_archwood_wood.json b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_blue_archwood_wood.json index bf8771f608..4397af16f9 100644 --- a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_blue_archwood_wood.json +++ b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_blue_archwood_wood.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 6, diff --git a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_green_archwood_log.json b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_green_archwood_log.json index bba2b108d3..240c9b23e9 100644 --- a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_green_archwood_log.json +++ b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_green_archwood_log.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 6, diff --git a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_green_archwood_wood.json b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_green_archwood_wood.json index e91abcc26b..ba8d0c461a 100644 --- a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_green_archwood_wood.json +++ b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_green_archwood_wood.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 6, diff --git a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_purple_archwood_log.json b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_purple_archwood_log.json index eb7c769327..be38672241 100644 --- a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_purple_archwood_log.json +++ b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_purple_archwood_log.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 6, diff --git a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_purple_archwood_wood.json b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_purple_archwood_wood.json index 5278342f56..2bde17cf64 100644 --- a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_purple_archwood_wood.json +++ b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_purple_archwood_wood.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 6, diff --git a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_red_archwood_log.json b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_red_archwood_log.json index 169aea69a9..69b2ac3e14 100644 --- a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_red_archwood_log.json +++ b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_red_archwood_log.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 6, diff --git a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_red_archwood_wood.json b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_red_archwood_wood.json index a72da825f5..41aa1f00e4 100644 --- a/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_red_archwood_wood.json +++ b/src/generated/resources/data/create/recipe/cutting/compat/ars_nouveau/stripped_red_archwood_wood.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 6, diff --git a/src/generated/resources/data/create/recipe/cutting/compat/immersiveengineering/wire_aluminum.json b/src/generated/resources/data/create/recipe/cutting/compat/immersiveengineering/wire_aluminum.json index fe973b4be5..78d01a84c3 100644 --- a/src/generated/resources/data/create/recipe/cutting/compat/immersiveengineering/wire_aluminum.json +++ b/src/generated/resources/data/create/recipe/cutting/compat/immersiveengineering/wire_aluminum.json @@ -11,7 +11,7 @@ "tag": "c:plates/aluminum" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/cutting/compat/immersiveengineering/wire_copper.json b/src/generated/resources/data/create/recipe/cutting/compat/immersiveengineering/wire_copper.json index 641b1f688f..6b57ab3ef0 100644 --- a/src/generated/resources/data/create/recipe/cutting/compat/immersiveengineering/wire_copper.json +++ b/src/generated/resources/data/create/recipe/cutting/compat/immersiveengineering/wire_copper.json @@ -11,7 +11,7 @@ "tag": "c:plates/copper" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/cutting/compat/immersiveengineering/wire_electrum.json b/src/generated/resources/data/create/recipe/cutting/compat/immersiveengineering/wire_electrum.json index 7004eadfbf..6bc5f43783 100644 --- a/src/generated/resources/data/create/recipe/cutting/compat/immersiveengineering/wire_electrum.json +++ b/src/generated/resources/data/create/recipe/cutting/compat/immersiveengineering/wire_electrum.json @@ -11,7 +11,7 @@ "tag": "c:plates/electrum" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/cutting/compat/immersiveengineering/wire_lead.json b/src/generated/resources/data/create/recipe/cutting/compat/immersiveengineering/wire_lead.json index 0f03de4269..3d8aa87dee 100644 --- a/src/generated/resources/data/create/recipe/cutting/compat/immersiveengineering/wire_lead.json +++ b/src/generated/resources/data/create/recipe/cutting/compat/immersiveengineering/wire_lead.json @@ -11,7 +11,7 @@ "tag": "c:plates/lead" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/cutting/compat/immersiveengineering/wire_steel.json b/src/generated/resources/data/create/recipe/cutting/compat/immersiveengineering/wire_steel.json index 6d0b26b42b..b0487af7cd 100644 --- a/src/generated/resources/data/create/recipe/cutting/compat/immersiveengineering/wire_steel.json +++ b/src/generated/resources/data/create/recipe/cutting/compat/immersiveengineering/wire_steel.json @@ -11,7 +11,7 @@ "tag": "c:plates/steel" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/cutting/compat/regions_unexplored/silver_birch_log.json b/src/generated/resources/data/create/recipe/cutting/compat/regions_unexplored/silver_birch_log.json index bd835db336..8020b60722 100644 --- a/src/generated/resources/data/create/recipe/cutting/compat/regions_unexplored/silver_birch_log.json +++ b/src/generated/resources/data/create/recipe/cutting/compat/regions_unexplored/silver_birch_log.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "item": "minecraft:stripped_birch_log" diff --git a/src/generated/resources/data/create/recipe/cutting/compat/regions_unexplored/silver_birch_wood.json b/src/generated/resources/data/create/recipe/cutting/compat/regions_unexplored/silver_birch_wood.json index 497420ee86..a42a4cc11c 100644 --- a/src/generated/resources/data/create/recipe/cutting/compat/regions_unexplored/silver_birch_wood.json +++ b/src/generated/resources/data/create/recipe/cutting/compat/regions_unexplored/silver_birch_wood.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "item": "minecraft:stripped_birch_wood" diff --git a/src/generated/resources/data/create/recipe/cutting/stripped_bamboo_block.json b/src/generated/resources/data/create/recipe/cutting/stripped_bamboo_block.json index 606aa762fc..c326395a3e 100644 --- a/src/generated/resources/data/create/recipe/cutting/stripped_bamboo_block.json +++ b/src/generated/resources/data/create/recipe/cutting/stripped_bamboo_block.json @@ -5,7 +5,7 @@ "item": "minecraft:stripped_bamboo_block" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/deploying/chiseled_copper_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/chiseled_copper_from_deoxidising.json index 7b2a075227..35c2c72437 100644 --- a/src/generated/resources/data/create/recipe/deploying/chiseled_copper_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/chiseled_copper_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:chiseled_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/chiseled_copper_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/chiseled_copper_from_removing_wax.json index 38225c43f0..33542222dc 100644 --- a/src/generated/resources/data/create/recipe/deploying/chiseled_copper_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/chiseled_copper_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:chiseled_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/copper_block_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/copper_block_from_deoxidising.json index b98c2df616..ec25e930fa 100644 --- a/src/generated/resources/data/create/recipe/deploying/copper_block_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/copper_block_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:copper_block" diff --git a/src/generated/resources/data/create/recipe/deploying/copper_block_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/copper_block_from_removing_wax.json index d7acf9128e..909d230278 100644 --- a/src/generated/resources/data/create/recipe/deploying/copper_block_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/copper_block_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:copper_block" diff --git a/src/generated/resources/data/create/recipe/deploying/copper_bulb_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/copper_bulb_from_deoxidising.json index ec33debd82..1212ba9ef3 100644 --- a/src/generated/resources/data/create/recipe/deploying/copper_bulb_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/copper_bulb_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:copper_bulb" diff --git a/src/generated/resources/data/create/recipe/deploying/copper_bulb_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/copper_bulb_from_removing_wax.json index 2203e87b9c..c73a173f4b 100644 --- a/src/generated/resources/data/create/recipe/deploying/copper_bulb_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/copper_bulb_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:copper_bulb" diff --git a/src/generated/resources/data/create/recipe/deploying/copper_door_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/copper_door_from_deoxidising.json index c9d5dd9986..66e5274e67 100644 --- a/src/generated/resources/data/create/recipe/deploying/copper_door_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/copper_door_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:copper_door" diff --git a/src/generated/resources/data/create/recipe/deploying/copper_door_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/copper_door_from_removing_wax.json index 476a9d18a2..29a710a6ab 100644 --- a/src/generated/resources/data/create/recipe/deploying/copper_door_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/copper_door_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:copper_door" diff --git a/src/generated/resources/data/create/recipe/deploying/copper_grate_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/copper_grate_from_deoxidising.json index 09a7a67001..78ba728796 100644 --- a/src/generated/resources/data/create/recipe/deploying/copper_grate_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/copper_grate_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:copper_grate" diff --git a/src/generated/resources/data/create/recipe/deploying/copper_grate_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/copper_grate_from_removing_wax.json index d7f514b673..13b58db535 100644 --- a/src/generated/resources/data/create/recipe/deploying/copper_grate_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/copper_grate_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:copper_grate" diff --git a/src/generated/resources/data/create/recipe/deploying/copper_shingle_slab_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/copper_shingle_slab_from_deoxidising.json index a78a939684..72263837fa 100644 --- a/src/generated/resources/data/create/recipe/deploying/copper_shingle_slab_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/copper_shingle_slab_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:copper_shingle_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/copper_shingle_slab_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/copper_shingle_slab_from_removing_wax.json index d60b47feb9..cde8dd5951 100644 --- a/src/generated/resources/data/create/recipe/deploying/copper_shingle_slab_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/copper_shingle_slab_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:copper_shingle_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/copper_shingle_stairs_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/copper_shingle_stairs_from_deoxidising.json index 671245227b..618552c87e 100644 --- a/src/generated/resources/data/create/recipe/deploying/copper_shingle_stairs_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/copper_shingle_stairs_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:copper_shingle_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/copper_shingle_stairs_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/copper_shingle_stairs_from_removing_wax.json index 06cafdc1a6..d5459017e6 100644 --- a/src/generated/resources/data/create/recipe/deploying/copper_shingle_stairs_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/copper_shingle_stairs_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:copper_shingle_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/copper_shingles_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/copper_shingles_from_deoxidising.json index f945478c7c..a6c41ebc8f 100644 --- a/src/generated/resources/data/create/recipe/deploying/copper_shingles_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/copper_shingles_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:copper_shingles" diff --git a/src/generated/resources/data/create/recipe/deploying/copper_shingles_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/copper_shingles_from_removing_wax.json index ee276f8771..70641dffca 100644 --- a/src/generated/resources/data/create/recipe/deploying/copper_shingles_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/copper_shingles_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:copper_shingles" diff --git a/src/generated/resources/data/create/recipe/deploying/copper_tile_slab_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/copper_tile_slab_from_deoxidising.json index eb01726735..ff144c8200 100644 --- a/src/generated/resources/data/create/recipe/deploying/copper_tile_slab_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/copper_tile_slab_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:copper_tile_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/copper_tile_slab_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/copper_tile_slab_from_removing_wax.json index 24260a76b8..e0b44888e3 100644 --- a/src/generated/resources/data/create/recipe/deploying/copper_tile_slab_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/copper_tile_slab_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:copper_tile_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/copper_tile_stairs_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/copper_tile_stairs_from_deoxidising.json index 2b7164a368..0a6ac75cba 100644 --- a/src/generated/resources/data/create/recipe/deploying/copper_tile_stairs_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/copper_tile_stairs_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:copper_tile_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/copper_tile_stairs_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/copper_tile_stairs_from_removing_wax.json index 640cc6d18d..2d0fcdd54a 100644 --- a/src/generated/resources/data/create/recipe/deploying/copper_tile_stairs_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/copper_tile_stairs_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:copper_tile_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/copper_tiles_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/copper_tiles_from_deoxidising.json index b98e016345..ee770cca6e 100644 --- a/src/generated/resources/data/create/recipe/deploying/copper_tiles_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/copper_tiles_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:copper_tiles" diff --git a/src/generated/resources/data/create/recipe/deploying/copper_tiles_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/copper_tiles_from_removing_wax.json index a19edbd111..f7ee63ffb3 100644 --- a/src/generated/resources/data/create/recipe/deploying/copper_tiles_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/copper_tiles_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:copper_tiles" diff --git a/src/generated/resources/data/create/recipe/deploying/copper_trapdoor_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/copper_trapdoor_from_deoxidising.json index 2c3f1191e2..7d5c9a8d28 100644 --- a/src/generated/resources/data/create/recipe/deploying/copper_trapdoor_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/copper_trapdoor_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:copper_trapdoor" diff --git a/src/generated/resources/data/create/recipe/deploying/copper_trapdoor_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/copper_trapdoor_from_removing_wax.json index 08a3f90d37..0c1289e1af 100644 --- a/src/generated/resources/data/create/recipe/deploying/copper_trapdoor_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/copper_trapdoor_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:copper_trapdoor" diff --git a/src/generated/resources/data/create/recipe/deploying/cut_copper_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/cut_copper_from_deoxidising.json index 30d6a00b11..7891a6a2c0 100644 --- a/src/generated/resources/data/create/recipe/deploying/cut_copper_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/cut_copper_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:cut_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/cut_copper_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/cut_copper_from_removing_wax.json index 55d3b26076..d72e460823 100644 --- a/src/generated/resources/data/create/recipe/deploying/cut_copper_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/cut_copper_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:cut_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/cut_copper_slab_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/cut_copper_slab_from_deoxidising.json index 6ee7a38231..6587f88db9 100644 --- a/src/generated/resources/data/create/recipe/deploying/cut_copper_slab_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/cut_copper_slab_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:cut_copper_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/cut_copper_slab_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/cut_copper_slab_from_removing_wax.json index 5de927285f..d9ad9d475b 100644 --- a/src/generated/resources/data/create/recipe/deploying/cut_copper_slab_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/cut_copper_slab_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:cut_copper_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/cut_copper_stairs_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/cut_copper_stairs_from_deoxidising.json index 10a16d0afd..06c78b1503 100644 --- a/src/generated/resources/data/create/recipe/deploying/cut_copper_stairs_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/cut_copper_stairs_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:cut_copper_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/cut_copper_stairs_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/cut_copper_stairs_from_removing_wax.json index ba1393e4b8..3722386b96 100644 --- a/src/generated/resources/data/create/recipe/deploying/cut_copper_stairs_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/cut_copper_stairs_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:cut_copper_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_chiseled_copper_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/exposed_chiseled_copper_from_deoxidising.json index ef1a7ad1d4..3d1888248a 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_chiseled_copper_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_chiseled_copper_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:exposed_chiseled_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_chiseled_copper_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/exposed_chiseled_copper_from_removing_wax.json index d11935c661..ed5390fb17 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_chiseled_copper_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_chiseled_copper_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:exposed_chiseled_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_copper_bulb_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/exposed_copper_bulb_from_deoxidising.json index c72113c205..fb81f7082f 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_copper_bulb_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_copper_bulb_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:exposed_copper_bulb" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_copper_bulb_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/exposed_copper_bulb_from_removing_wax.json index 048ee17233..37b8ef67fc 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_copper_bulb_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_copper_bulb_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:exposed_copper_bulb" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_copper_door_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/exposed_copper_door_from_deoxidising.json index f11eb96f0a..adec1a5234 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_copper_door_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_copper_door_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:exposed_copper_door" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_copper_door_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/exposed_copper_door_from_removing_wax.json index 545e23fed0..74463ebb09 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_copper_door_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_copper_door_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:exposed_copper_door" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_copper_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/exposed_copper_from_deoxidising.json index 310fac2ff2..a2593d7f49 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_copper_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_copper_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:exposed_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_copper_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/exposed_copper_from_removing_wax.json index 5f9f6e0090..2b7afc1000 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_copper_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_copper_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:exposed_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_copper_grate_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/exposed_copper_grate_from_deoxidising.json index 6e68f5ffde..f2f87a9d89 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_copper_grate_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_copper_grate_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:exposed_copper_grate" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_copper_grate_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/exposed_copper_grate_from_removing_wax.json index 3c6f90b3fe..452ab56bc1 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_copper_grate_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_copper_grate_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:exposed_copper_grate" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_copper_shingle_slab_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/exposed_copper_shingle_slab_from_deoxidising.json index 4b5c26fc4d..7a04a79a55 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_copper_shingle_slab_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_copper_shingle_slab_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:exposed_copper_shingle_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_copper_shingle_slab_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/exposed_copper_shingle_slab_from_removing_wax.json index 1aefcef554..23d5bd9014 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_copper_shingle_slab_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_copper_shingle_slab_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:exposed_copper_shingle_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_copper_shingle_stairs_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/exposed_copper_shingle_stairs_from_deoxidising.json index ffb2f84ef7..1ca94008d2 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_copper_shingle_stairs_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_copper_shingle_stairs_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:exposed_copper_shingle_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_copper_shingle_stairs_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/exposed_copper_shingle_stairs_from_removing_wax.json index 578666b0c9..594f6a2d70 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_copper_shingle_stairs_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_copper_shingle_stairs_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:exposed_copper_shingle_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_copper_shingles_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/exposed_copper_shingles_from_deoxidising.json index 787f694610..ec9ef98f5c 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_copper_shingles_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_copper_shingles_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:exposed_copper_shingles" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_copper_shingles_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/exposed_copper_shingles_from_removing_wax.json index c9b9d0fa80..88691d1570 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_copper_shingles_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_copper_shingles_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:exposed_copper_shingles" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_copper_tile_slab_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/exposed_copper_tile_slab_from_deoxidising.json index aa09f58dc7..0a51280c9d 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_copper_tile_slab_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_copper_tile_slab_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:exposed_copper_tile_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_copper_tile_slab_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/exposed_copper_tile_slab_from_removing_wax.json index fafb438bc4..5a5ad39da4 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_copper_tile_slab_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_copper_tile_slab_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:exposed_copper_tile_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_copper_tile_stairs_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/exposed_copper_tile_stairs_from_deoxidising.json index 73e1ea72c5..5f50922b79 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_copper_tile_stairs_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_copper_tile_stairs_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:exposed_copper_tile_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_copper_tile_stairs_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/exposed_copper_tile_stairs_from_removing_wax.json index 6e3efe241b..7f7a2e4b79 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_copper_tile_stairs_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_copper_tile_stairs_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:exposed_copper_tile_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_copper_tiles_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/exposed_copper_tiles_from_deoxidising.json index d393fad7f1..161f211f02 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_copper_tiles_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_copper_tiles_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:exposed_copper_tiles" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_copper_tiles_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/exposed_copper_tiles_from_removing_wax.json index 54effad934..f4c74b28ed 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_copper_tiles_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_copper_tiles_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:exposed_copper_tiles" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_copper_trapdoor_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/exposed_copper_trapdoor_from_deoxidising.json index 07679e08ce..b5bf49cf54 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_copper_trapdoor_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_copper_trapdoor_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:exposed_copper_trapdoor" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_copper_trapdoor_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/exposed_copper_trapdoor_from_removing_wax.json index eccb966f8d..48eae469fb 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_copper_trapdoor_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_copper_trapdoor_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:exposed_copper_trapdoor" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_cut_copper_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/exposed_cut_copper_from_deoxidising.json index 623604a53f..2599dad574 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_cut_copper_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_cut_copper_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:exposed_cut_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_cut_copper_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/exposed_cut_copper_from_removing_wax.json index 6a07ad1f62..9a5c480e66 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_cut_copper_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_cut_copper_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:exposed_cut_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_cut_copper_slab_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/exposed_cut_copper_slab_from_deoxidising.json index 918a15fbc3..0a41b00f0e 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_cut_copper_slab_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_cut_copper_slab_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:exposed_cut_copper_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_cut_copper_slab_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/exposed_cut_copper_slab_from_removing_wax.json index cbe8c6a27e..93c5bfbb4e 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_cut_copper_slab_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_cut_copper_slab_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:exposed_cut_copper_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_cut_copper_stairs_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/exposed_cut_copper_stairs_from_deoxidising.json index 90302f445f..12828cc3d1 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_cut_copper_stairs_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_cut_copper_stairs_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:exposed_cut_copper_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/exposed_cut_copper_stairs_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/exposed_cut_copper_stairs_from_removing_wax.json index 5b3fca39c0..4b2d873e06 100644 --- a/src/generated/resources/data/create/recipe/deploying/exposed_cut_copper_stairs_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/exposed_cut_copper_stairs_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:exposed_cut_copper_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/oxidized_chiseled_copper_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/oxidized_chiseled_copper_from_removing_wax.json index 4f3eaa7ef3..d04dfef73e 100644 --- a/src/generated/resources/data/create/recipe/deploying/oxidized_chiseled_copper_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/oxidized_chiseled_copper_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:oxidized_chiseled_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/oxidized_copper_bulb_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/oxidized_copper_bulb_from_removing_wax.json index dc6c023a85..c4cd4d73f1 100644 --- a/src/generated/resources/data/create/recipe/deploying/oxidized_copper_bulb_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/oxidized_copper_bulb_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:oxidized_copper_bulb" diff --git a/src/generated/resources/data/create/recipe/deploying/oxidized_copper_door_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/oxidized_copper_door_from_removing_wax.json index dbe06e9e8a..cf035c026c 100644 --- a/src/generated/resources/data/create/recipe/deploying/oxidized_copper_door_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/oxidized_copper_door_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:oxidized_copper_door" diff --git a/src/generated/resources/data/create/recipe/deploying/oxidized_copper_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/oxidized_copper_from_removing_wax.json index 8c227c104b..fe0d5d4a75 100644 --- a/src/generated/resources/data/create/recipe/deploying/oxidized_copper_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/oxidized_copper_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:oxidized_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/oxidized_copper_grate_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/oxidized_copper_grate_from_removing_wax.json index cd80938b9b..15f23b02fa 100644 --- a/src/generated/resources/data/create/recipe/deploying/oxidized_copper_grate_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/oxidized_copper_grate_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:oxidized_copper_grate" diff --git a/src/generated/resources/data/create/recipe/deploying/oxidized_copper_shingle_slab_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/oxidized_copper_shingle_slab_from_removing_wax.json index b26fc86a0e..02e2a1d376 100644 --- a/src/generated/resources/data/create/recipe/deploying/oxidized_copper_shingle_slab_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/oxidized_copper_shingle_slab_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:oxidized_copper_shingle_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/oxidized_copper_shingle_stairs_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/oxidized_copper_shingle_stairs_from_removing_wax.json index 57e210ed0b..1b60a4ab00 100644 --- a/src/generated/resources/data/create/recipe/deploying/oxidized_copper_shingle_stairs_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/oxidized_copper_shingle_stairs_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:oxidized_copper_shingle_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/oxidized_copper_shingles_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/oxidized_copper_shingles_from_removing_wax.json index b2beffc051..729005481a 100644 --- a/src/generated/resources/data/create/recipe/deploying/oxidized_copper_shingles_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/oxidized_copper_shingles_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:oxidized_copper_shingles" diff --git a/src/generated/resources/data/create/recipe/deploying/oxidized_copper_tile_slab_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/oxidized_copper_tile_slab_from_removing_wax.json index 94f14510e0..e9facc4e9c 100644 --- a/src/generated/resources/data/create/recipe/deploying/oxidized_copper_tile_slab_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/oxidized_copper_tile_slab_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:oxidized_copper_tile_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/oxidized_copper_tile_stairs_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/oxidized_copper_tile_stairs_from_removing_wax.json index 921f7c7a4f..8b18990f23 100644 --- a/src/generated/resources/data/create/recipe/deploying/oxidized_copper_tile_stairs_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/oxidized_copper_tile_stairs_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:oxidized_copper_tile_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/oxidized_copper_tiles_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/oxidized_copper_tiles_from_removing_wax.json index 9faa5ac27c..ffeeb0eaa1 100644 --- a/src/generated/resources/data/create/recipe/deploying/oxidized_copper_tiles_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/oxidized_copper_tiles_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:oxidized_copper_tiles" diff --git a/src/generated/resources/data/create/recipe/deploying/oxidized_copper_trapdoor_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/oxidized_copper_trapdoor_from_removing_wax.json index 3c7dd42ea6..754a5eb5c7 100644 --- a/src/generated/resources/data/create/recipe/deploying/oxidized_copper_trapdoor_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/oxidized_copper_trapdoor_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:oxidized_copper_trapdoor" diff --git a/src/generated/resources/data/create/recipe/deploying/oxidized_cut_copper_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/oxidized_cut_copper_from_removing_wax.json index 53159d4731..bb8064f542 100644 --- a/src/generated/resources/data/create/recipe/deploying/oxidized_cut_copper_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/oxidized_cut_copper_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:oxidized_cut_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/oxidized_cut_copper_slab_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/oxidized_cut_copper_slab_from_removing_wax.json index dbe01a3623..aac845bc58 100644 --- a/src/generated/resources/data/create/recipe/deploying/oxidized_cut_copper_slab_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/oxidized_cut_copper_slab_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:oxidized_cut_copper_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/oxidized_cut_copper_stairs_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/oxidized_cut_copper_stairs_from_removing_wax.json index 578c8eba0b..8768a08119 100644 --- a/src/generated/resources/data/create/recipe/deploying/oxidized_cut_copper_stairs_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/oxidized_cut_copper_stairs_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:oxidized_cut_copper_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_chiseled_copper_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_chiseled_copper_from_adding_wax.json index 9cd5131d30..8e3d3e2b30 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_chiseled_copper_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_chiseled_copper_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_chiseled_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_copper_block_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_copper_block_from_adding_wax.json index 6d78b4e603..8a0f2d7dba 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_copper_block_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_copper_block_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_copper_block" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_copper_bulb_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_copper_bulb_from_adding_wax.json index 5f82f890ed..9ecf94637d 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_copper_bulb_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_copper_bulb_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_copper_bulb" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_copper_door_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_copper_door_from_adding_wax.json index f69bf29fe5..eb8016b171 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_copper_door_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_copper_door_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_copper_door" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_copper_grate_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_copper_grate_from_adding_wax.json index 73c640a269..2b0e9c7c15 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_copper_grate_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_copper_grate_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_copper_grate" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_copper_shingle_slab_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_copper_shingle_slab_from_adding_wax.json index 6d09b1d36f..d94b4ce27e 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_copper_shingle_slab_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_copper_shingle_slab_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:waxed_copper_shingle_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_copper_shingle_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_copper_shingle_stairs_from_adding_wax.json index fe01c34ede..8f3b79d818 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_copper_shingle_stairs_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_copper_shingle_stairs_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:waxed_copper_shingle_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_copper_shingles_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_copper_shingles_from_adding_wax.json index 0843767617..bc7f04c685 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_copper_shingles_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_copper_shingles_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:waxed_copper_shingles" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_copper_tile_slab_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_copper_tile_slab_from_adding_wax.json index b9a315947f..a4da461746 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_copper_tile_slab_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_copper_tile_slab_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:waxed_copper_tile_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_copper_tile_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_copper_tile_stairs_from_adding_wax.json index 84507438a9..440da01be4 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_copper_tile_stairs_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_copper_tile_stairs_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:waxed_copper_tile_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_copper_tiles_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_copper_tiles_from_adding_wax.json index c7606f303f..3de92879d4 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_copper_tiles_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_copper_tiles_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:waxed_copper_tiles" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_copper_trapdoor_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_copper_trapdoor_from_adding_wax.json index db7c56a1d9..f439a523d4 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_copper_trapdoor_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_copper_trapdoor_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_copper_trapdoor" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_cut_copper_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_cut_copper_from_adding_wax.json index c6d865ee83..1fe845c972 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_cut_copper_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_cut_copper_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_cut_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_cut_copper_slab_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_cut_copper_slab_from_adding_wax.json index e9f2aaeec6..a48ee57a6b 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_cut_copper_slab_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_cut_copper_slab_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_cut_copper_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_cut_copper_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_cut_copper_stairs_from_adding_wax.json index 4c6a8940d9..980fb376f8 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_cut_copper_stairs_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_cut_copper_stairs_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_cut_copper_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_chiseled_copper_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_chiseled_copper_from_adding_wax.json index f9f1b3d138..55ade6c48b 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_chiseled_copper_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_chiseled_copper_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_exposed_chiseled_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_bulb_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_bulb_from_adding_wax.json index e29b1fd9d9..18dd608a05 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_bulb_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_bulb_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_exposed_copper_bulb" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_door_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_door_from_adding_wax.json index 8c23e2d905..504ee55c98 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_door_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_door_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_exposed_copper_door" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_from_adding_wax.json index 4a36a83cc3..095b2a93a4 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_exposed_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_grate_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_grate_from_adding_wax.json index 1b360c87bb..cd1df1b805 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_grate_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_grate_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_exposed_copper_grate" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_shingle_slab_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_shingle_slab_from_adding_wax.json index 30fd17f1a6..79399dc780 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_shingle_slab_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_shingle_slab_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:waxed_exposed_copper_shingle_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_shingle_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_shingle_stairs_from_adding_wax.json index 96aae59d51..85aa8b85dd 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_shingle_stairs_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_shingle_stairs_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:waxed_exposed_copper_shingle_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_shingles_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_shingles_from_adding_wax.json index 6d84bcf9b4..0eeb6f4494 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_shingles_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_shingles_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:waxed_exposed_copper_shingles" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_tile_slab_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_tile_slab_from_adding_wax.json index 0d456da743..af0a9b1238 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_tile_slab_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_tile_slab_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:waxed_exposed_copper_tile_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_tile_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_tile_stairs_from_adding_wax.json index af8d9002d3..d3572db285 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_tile_stairs_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_tile_stairs_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:waxed_exposed_copper_tile_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_tiles_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_tiles_from_adding_wax.json index 8a51eceb81..6fb458c94c 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_tiles_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_tiles_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:waxed_exposed_copper_tiles" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_trapdoor_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_trapdoor_from_adding_wax.json index 965b8b145e..d4449d9f55 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_trapdoor_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_copper_trapdoor_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_exposed_copper_trapdoor" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_cut_copper_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_cut_copper_from_adding_wax.json index 2405dbd4be..ea6132d6d6 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_cut_copper_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_cut_copper_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_exposed_cut_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_cut_copper_slab_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_cut_copper_slab_from_adding_wax.json index e2774a3000..75314beff7 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_cut_copper_slab_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_cut_copper_slab_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_exposed_cut_copper_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_cut_copper_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_cut_copper_stairs_from_adding_wax.json index 371904368f..35d43fbc3c 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_exposed_cut_copper_stairs_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_exposed_cut_copper_stairs_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_exposed_cut_copper_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_chiseled_copper_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_chiseled_copper_from_adding_wax.json index b5a62081b7..6c956d2c3c 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_chiseled_copper_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_chiseled_copper_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_oxidized_chiseled_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_bulb_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_bulb_from_adding_wax.json index fc3600ec84..77db06057f 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_bulb_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_bulb_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_oxidized_copper_bulb" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_door_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_door_from_adding_wax.json index a09473205a..410581a7d7 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_door_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_door_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_oxidized_copper_door" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_from_adding_wax.json index 01b1f2bd7e..9b9b7318df 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_oxidized_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_grate_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_grate_from_adding_wax.json index 5ed8f4a8d5..de50d021f4 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_grate_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_grate_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_oxidized_copper_grate" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_shingle_slab_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_shingle_slab_from_adding_wax.json index ac3a5d7ffb..b69e2ef42d 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_shingle_slab_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_shingle_slab_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:waxed_oxidized_copper_shingle_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_shingle_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_shingle_stairs_from_adding_wax.json index fdb93fd7f0..d4438d2e22 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_shingle_stairs_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_shingle_stairs_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:waxed_oxidized_copper_shingle_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_shingles_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_shingles_from_adding_wax.json index da19d2cdd3..83c0db5e67 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_shingles_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_shingles_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:waxed_oxidized_copper_shingles" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_tile_slab_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_tile_slab_from_adding_wax.json index bc27ca38fc..b6b7dc5252 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_tile_slab_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_tile_slab_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:waxed_oxidized_copper_tile_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_tile_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_tile_stairs_from_adding_wax.json index 3ebce043c1..01ca28f075 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_tile_stairs_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_tile_stairs_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:waxed_oxidized_copper_tile_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_tiles_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_tiles_from_adding_wax.json index c05c18e0c8..1f8913737e 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_tiles_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_tiles_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:waxed_oxidized_copper_tiles" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_trapdoor_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_trapdoor_from_adding_wax.json index d7b0b14aa0..e2069251df 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_trapdoor_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_copper_trapdoor_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_oxidized_copper_trapdoor" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_cut_copper_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_cut_copper_from_adding_wax.json index a3616b94e8..16e4bcaf6f 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_cut_copper_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_cut_copper_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_oxidized_cut_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_cut_copper_slab_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_cut_copper_slab_from_adding_wax.json index dd0a413404..78f5919d2a 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_cut_copper_slab_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_cut_copper_slab_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_oxidized_cut_copper_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_cut_copper_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_cut_copper_stairs_from_adding_wax.json index 70c63e2611..6b5a589aaa 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_cut_copper_stairs_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_oxidized_cut_copper_stairs_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_oxidized_cut_copper_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_chiseled_copper_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_chiseled_copper_from_adding_wax.json index 723743befe..7d262adbc9 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_chiseled_copper_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_chiseled_copper_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_weathered_chiseled_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_bulb_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_bulb_from_adding_wax.json index 12a6742505..3ed59bc194 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_bulb_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_bulb_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_weathered_copper_bulb" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_door_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_door_from_adding_wax.json index a8539c03f3..3cb3446995 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_door_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_door_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_weathered_copper_door" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_from_adding_wax.json index cd84f31390..3a249b52e7 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_weathered_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_grate_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_grate_from_adding_wax.json index b83f46dc8e..2b7a2d6b47 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_grate_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_grate_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_weathered_copper_grate" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_shingle_slab_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_shingle_slab_from_adding_wax.json index 8478473341..d2e8763d0a 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_shingle_slab_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_shingle_slab_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:waxed_weathered_copper_shingle_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_shingle_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_shingle_stairs_from_adding_wax.json index d4ee412789..1680fd3ffc 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_shingle_stairs_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_shingle_stairs_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:waxed_weathered_copper_shingle_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_shingles_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_shingles_from_adding_wax.json index f98fa5ac47..da37950a56 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_shingles_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_shingles_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:waxed_weathered_copper_shingles" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_tile_slab_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_tile_slab_from_adding_wax.json index fd990ed932..a7667583fe 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_tile_slab_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_tile_slab_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:waxed_weathered_copper_tile_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_tile_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_tile_stairs_from_adding_wax.json index 04c0dd094d..9adfdd8a16 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_tile_stairs_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_tile_stairs_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:waxed_weathered_copper_tile_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_tiles_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_tiles_from_adding_wax.json index b212123927..b7ea69ed9b 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_tiles_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_tiles_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:waxed_weathered_copper_tiles" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_trapdoor_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_trapdoor_from_adding_wax.json index c1cca41f53..bcc8b7d494 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_trapdoor_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_copper_trapdoor_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_weathered_copper_trapdoor" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_cut_copper_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_cut_copper_from_adding_wax.json index 7e0c961149..f137d9ac94 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_cut_copper_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_cut_copper_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_weathered_cut_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_cut_copper_slab_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_cut_copper_slab_from_adding_wax.json index 89ac18c47d..67da0f3282 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_cut_copper_slab_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_cut_copper_slab_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_weathered_cut_copper_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_cut_copper_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_cut_copper_stairs_from_adding_wax.json index 001bde67d6..42741a05eb 100644 --- a/src/generated/resources/data/create/recipe/deploying/waxed_weathered_cut_copper_stairs_from_adding_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/waxed_weathered_cut_copper_stairs_from_adding_wax.json @@ -8,7 +8,7 @@ "item": "minecraft:honeycomb_block" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:waxed_weathered_cut_copper_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_chiseled_copper_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/weathered_chiseled_copper_from_deoxidising.json index a331e5c246..4beea45549 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_chiseled_copper_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_chiseled_copper_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:weathered_chiseled_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_chiseled_copper_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/weathered_chiseled_copper_from_removing_wax.json index 06ecee2025..39f992f87c 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_chiseled_copper_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_chiseled_copper_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:weathered_chiseled_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_copper_bulb_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/weathered_copper_bulb_from_deoxidising.json index 7bf5302547..e10309cd5c 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_copper_bulb_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_copper_bulb_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:weathered_copper_bulb" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_copper_bulb_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/weathered_copper_bulb_from_removing_wax.json index d825c6fa35..197b2b7b23 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_copper_bulb_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_copper_bulb_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:weathered_copper_bulb" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_copper_door_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/weathered_copper_door_from_deoxidising.json index 037fc7d5d7..e45e22b480 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_copper_door_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_copper_door_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:weathered_copper_door" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_copper_door_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/weathered_copper_door_from_removing_wax.json index f4d873b8f9..2cd72a13e8 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_copper_door_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_copper_door_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:weathered_copper_door" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_copper_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/weathered_copper_from_deoxidising.json index d43be8aa7b..1d9de29174 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_copper_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_copper_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:weathered_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_copper_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/weathered_copper_from_removing_wax.json index 8b6614f98c..a739e9632e 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_copper_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_copper_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:weathered_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_copper_grate_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/weathered_copper_grate_from_deoxidising.json index 915f8b0d7b..fbb8fcbd77 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_copper_grate_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_copper_grate_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:weathered_copper_grate" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_copper_grate_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/weathered_copper_grate_from_removing_wax.json index b5fcba2aca..adbc7a195b 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_copper_grate_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_copper_grate_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:weathered_copper_grate" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_copper_shingle_slab_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/weathered_copper_shingle_slab_from_deoxidising.json index 4789309de2..3bdd8b9548 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_copper_shingle_slab_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_copper_shingle_slab_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:weathered_copper_shingle_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_copper_shingle_slab_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/weathered_copper_shingle_slab_from_removing_wax.json index d9c74b8822..21f146d978 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_copper_shingle_slab_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_copper_shingle_slab_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:weathered_copper_shingle_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_copper_shingle_stairs_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/weathered_copper_shingle_stairs_from_deoxidising.json index 403a03f899..6bac1b1dba 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_copper_shingle_stairs_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_copper_shingle_stairs_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:weathered_copper_shingle_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_copper_shingle_stairs_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/weathered_copper_shingle_stairs_from_removing_wax.json index 0473633323..9e7b82aaf5 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_copper_shingle_stairs_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_copper_shingle_stairs_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:weathered_copper_shingle_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_copper_shingles_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/weathered_copper_shingles_from_deoxidising.json index aeeb95322a..7834573e43 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_copper_shingles_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_copper_shingles_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:weathered_copper_shingles" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_copper_shingles_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/weathered_copper_shingles_from_removing_wax.json index 1f8d8ddebe..1bd10dde0f 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_copper_shingles_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_copper_shingles_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:weathered_copper_shingles" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_copper_tile_slab_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/weathered_copper_tile_slab_from_deoxidising.json index 0b1c722735..94088dc2b6 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_copper_tile_slab_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_copper_tile_slab_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:weathered_copper_tile_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_copper_tile_slab_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/weathered_copper_tile_slab_from_removing_wax.json index 7cdc9e39ff..22a7467453 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_copper_tile_slab_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_copper_tile_slab_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:weathered_copper_tile_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_copper_tile_stairs_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/weathered_copper_tile_stairs_from_deoxidising.json index 0cc6b887c3..e2abe1d4cf 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_copper_tile_stairs_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_copper_tile_stairs_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:weathered_copper_tile_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_copper_tile_stairs_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/weathered_copper_tile_stairs_from_removing_wax.json index 4a30a19137..208df65ab4 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_copper_tile_stairs_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_copper_tile_stairs_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:weathered_copper_tile_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_copper_tiles_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/weathered_copper_tiles_from_deoxidising.json index 1d6d8992a6..db76257984 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_copper_tiles_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_copper_tiles_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:weathered_copper_tiles" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_copper_tiles_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/weathered_copper_tiles_from_removing_wax.json index 059590fb82..15a407c8a2 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_copper_tiles_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_copper_tiles_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "create:weathered_copper_tiles" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_copper_trapdoor_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/weathered_copper_trapdoor_from_deoxidising.json index 0b7c3bd970..5143722099 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_copper_trapdoor_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_copper_trapdoor_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:weathered_copper_trapdoor" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_copper_trapdoor_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/weathered_copper_trapdoor_from_removing_wax.json index a76cbeff1c..23e1abc382 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_copper_trapdoor_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_copper_trapdoor_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:weathered_copper_trapdoor" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_cut_copper_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/weathered_cut_copper_from_deoxidising.json index 386e68cbec..43fbf6d5f8 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_cut_copper_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_cut_copper_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:weathered_cut_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_cut_copper_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/weathered_cut_copper_from_removing_wax.json index c4523d63ec..3517ced94e 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_cut_copper_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_cut_copper_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:weathered_cut_copper" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_cut_copper_slab_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/weathered_cut_copper_slab_from_deoxidising.json index 1cadb4594f..04de38dc85 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_cut_copper_slab_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_cut_copper_slab_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:weathered_cut_copper_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_cut_copper_slab_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/weathered_cut_copper_slab_from_removing_wax.json index 9d7ade1662..4197122e2e 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_cut_copper_slab_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_cut_copper_slab_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:weathered_cut_copper_slab" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_cut_copper_stairs_from_deoxidising.json b/src/generated/resources/data/create/recipe/deploying/weathered_cut_copper_stairs_from_deoxidising.json index fbb33f17c1..1e70af24e8 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_cut_copper_stairs_from_deoxidising.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_cut_copper_stairs_from_deoxidising.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:weathered_cut_copper_stairs" diff --git a/src/generated/resources/data/create/recipe/deploying/weathered_cut_copper_stairs_from_removing_wax.json b/src/generated/resources/data/create/recipe/deploying/weathered_cut_copper_stairs_from_removing_wax.json index 09a7a29ff8..ec1e1e9b2b 100644 --- a/src/generated/resources/data/create/recipe/deploying/weathered_cut_copper_stairs_from_removing_wax.json +++ b/src/generated/resources/data/create/recipe/deploying/weathered_cut_copper_stairs_from_removing_wax.json @@ -8,7 +8,7 @@ "tag": "minecraft:axes" } ], - "keepHeldItem": true, + "keep_held_item": true, "results": [ { "item": "minecraft:weathered_cut_copper_stairs" diff --git a/src/generated/resources/data/create/recipe/filling/compat/farmersdelight/milk_bottle.json b/src/generated/resources/data/create/recipe/filling/compat/farmersdelight/milk_bottle.json index ec83e67e1a..9bbaddd6e4 100644 --- a/src/generated/resources/data/create/recipe/filling/compat/farmersdelight/milk_bottle.json +++ b/src/generated/resources/data/create/recipe/filling/compat/farmersdelight/milk_bottle.json @@ -13,7 +13,7 @@ { "type": "fluid_tag", "amount": 250, - "fluidTag": "c:milk" + "fluid_tag": "c:milk" } ], "results": [ diff --git a/src/generated/resources/data/create/recipe/filling/compat/immersiveengineering/treated_wood_in_spout.json b/src/generated/resources/data/create/recipe/filling/compat/immersiveengineering/treated_wood_in_spout.json index 6f3dbcd783..c0855ed2f3 100644 --- a/src/generated/resources/data/create/recipe/filling/compat/immersiveengineering/treated_wood_in_spout.json +++ b/src/generated/resources/data/create/recipe/filling/compat/immersiveengineering/treated_wood_in_spout.json @@ -13,7 +13,7 @@ { "type": "fluid_tag", "amount": 125, - "fluidTag": "c:creosote" + "fluid_tag": "c:creosote" } ], "results": [ diff --git a/src/generated/resources/data/create/recipe/filling/compat/neapolitan/milk_bottle.json b/src/generated/resources/data/create/recipe/filling/compat/neapolitan/milk_bottle.json index 5eb89967ff..4d7f92fcfa 100644 --- a/src/generated/resources/data/create/recipe/filling/compat/neapolitan/milk_bottle.json +++ b/src/generated/resources/data/create/recipe/filling/compat/neapolitan/milk_bottle.json @@ -13,7 +13,7 @@ { "type": "fluid_tag", "amount": 250, - "fluidTag": "c:milk" + "fluid_tag": "c:milk" } ], "results": [ diff --git a/src/generated/resources/data/create/recipe/filling/honey_bottle.json b/src/generated/resources/data/create/recipe/filling/honey_bottle.json index 84b3f78f03..973b833d89 100644 --- a/src/generated/resources/data/create/recipe/filling/honey_bottle.json +++ b/src/generated/resources/data/create/recipe/filling/honey_bottle.json @@ -7,7 +7,7 @@ { "type": "fluid_tag", "amount": 250, - "fluidTag": "c:honey" + "fluid_tag": "c:honey" } ], "results": [ diff --git a/src/generated/resources/data/create/recipe/filling/honeyed_apple.json b/src/generated/resources/data/create/recipe/filling/honeyed_apple.json index af3f6c21df..ea3fb43359 100644 --- a/src/generated/resources/data/create/recipe/filling/honeyed_apple.json +++ b/src/generated/resources/data/create/recipe/filling/honeyed_apple.json @@ -7,7 +7,7 @@ { "type": "fluid_tag", "amount": 250, - "fluidTag": "c:honey" + "fluid_tag": "c:honey" } ], "results": [ diff --git a/src/generated/resources/data/create/recipe/filling/sweet_roll.json b/src/generated/resources/data/create/recipe/filling/sweet_roll.json index 4760f9986b..c66e967472 100644 --- a/src/generated/resources/data/create/recipe/filling/sweet_roll.json +++ b/src/generated/resources/data/create/recipe/filling/sweet_roll.json @@ -7,7 +7,7 @@ { "type": "fluid_tag", "amount": 250, - "fluidTag": "c:milk" + "fluid_tag": "c:milk" } ], "results": [ diff --git a/src/generated/resources/data/create/recipe/mechanical_crafting/crushing_wheel.json b/src/generated/resources/data/create/recipe/mechanical_crafting/crushing_wheel.json index 1061e30f75..fce97a7cb3 100644 --- a/src/generated/resources/data/create/recipe/mechanical_crafting/crushing_wheel.json +++ b/src/generated/resources/data/create/recipe/mechanical_crafting/crushing_wheel.json @@ -1,6 +1,6 @@ { "type": "create:mechanical_crafting", - "acceptMirrored": false, + "accept_mirrored": false, "category": "misc", "key": { "A": { diff --git a/src/generated/resources/data/create/recipe/mechanical_crafting/extendo_grip.json b/src/generated/resources/data/create/recipe/mechanical_crafting/extendo_grip.json index 39866bebde..7a158d4751 100644 --- a/src/generated/resources/data/create/recipe/mechanical_crafting/extendo_grip.json +++ b/src/generated/resources/data/create/recipe/mechanical_crafting/extendo_grip.json @@ -1,6 +1,6 @@ { "type": "create:mechanical_crafting", - "acceptMirrored": false, + "accept_mirrored": false, "category": "misc", "key": { "H": { diff --git a/src/generated/resources/data/create/recipe/mechanical_crafting/potato_cannon.json b/src/generated/resources/data/create/recipe/mechanical_crafting/potato_cannon.json index e91b4205d6..3fa01550ae 100644 --- a/src/generated/resources/data/create/recipe/mechanical_crafting/potato_cannon.json +++ b/src/generated/resources/data/create/recipe/mechanical_crafting/potato_cannon.json @@ -1,6 +1,6 @@ { "type": "create:mechanical_crafting", - "acceptMirrored": true, + "accept_mirrored": true, "category": "misc", "key": { "C": { diff --git a/src/generated/resources/data/create/recipe/mechanical_crafting/wand_of_symmetry.json b/src/generated/resources/data/create/recipe/mechanical_crafting/wand_of_symmetry.json index c75994ada4..cf1983aa62 100644 --- a/src/generated/resources/data/create/recipe/mechanical_crafting/wand_of_symmetry.json +++ b/src/generated/resources/data/create/recipe/mechanical_crafting/wand_of_symmetry.json @@ -1,6 +1,6 @@ { "type": "create:mechanical_crafting", - "acceptMirrored": true, + "accept_mirrored": true, "category": "misc", "key": { "B": { diff --git a/src/generated/resources/data/create/recipe/milling/allium.json b/src/generated/resources/data/create/recipe/milling/allium.json index 5f267cc628..edb5d5994e 100644 --- a/src/generated/resources/data/create/recipe/milling/allium.json +++ b/src/generated/resources/data/create/recipe/milling/allium.json @@ -5,7 +5,7 @@ "item": "minecraft:allium" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/andesite.json b/src/generated/resources/data/create/recipe/milling/andesite.json index 27ccd7c246..78f66790b0 100644 --- a/src/generated/resources/data/create/recipe/milling/andesite.json +++ b/src/generated/resources/data/create/recipe/milling/andesite.json @@ -5,7 +5,7 @@ "item": "minecraft:andesite" } ], - "processingTime": 200, + "processing_time": 200, "results": [ { "item": "minecraft:cobblestone" diff --git a/src/generated/resources/data/create/recipe/milling/azure_bluet.json b/src/generated/resources/data/create/recipe/milling/azure_bluet.json index b389326b2c..e214215557 100644 --- a/src/generated/resources/data/create/recipe/milling/azure_bluet.json +++ b/src/generated/resources/data/create/recipe/milling/azure_bluet.json @@ -5,7 +5,7 @@ "item": "minecraft:azure_bluet" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/beetroot.json b/src/generated/resources/data/create/recipe/milling/beetroot.json index ce5073e2a9..02e1cdea6d 100644 --- a/src/generated/resources/data/create/recipe/milling/beetroot.json +++ b/src/generated/resources/data/create/recipe/milling/beetroot.json @@ -5,7 +5,7 @@ "item": "minecraft:beetroot" } ], - "processingTime": 70, + "processing_time": 70, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/blue_orchid.json b/src/generated/resources/data/create/recipe/milling/blue_orchid.json index 238cd7c923..942d7c3c2f 100644 --- a/src/generated/resources/data/create/recipe/milling/blue_orchid.json +++ b/src/generated/resources/data/create/recipe/milling/blue_orchid.json @@ -5,7 +5,7 @@ "item": "minecraft:blue_orchid" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/bone.json b/src/generated/resources/data/create/recipe/milling/bone.json index 8d9eb7b2da..60b2e0f0cd 100644 --- a/src/generated/resources/data/create/recipe/milling/bone.json +++ b/src/generated/resources/data/create/recipe/milling/bone.json @@ -5,7 +5,7 @@ "item": "minecraft:bone" } ], - "processingTime": 100, + "processing_time": 100, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/milling/bone_meal.json b/src/generated/resources/data/create/recipe/milling/bone_meal.json index 467a81e86a..d2fb9fe81d 100644 --- a/src/generated/resources/data/create/recipe/milling/bone_meal.json +++ b/src/generated/resources/data/create/recipe/milling/bone_meal.json @@ -5,7 +5,7 @@ "item": "minecraft:bone_meal" } ], - "processingTime": 70, + "processing_time": 70, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/cactus.json b/src/generated/resources/data/create/recipe/milling/cactus.json index 7c4cfdf920..c5f32ef109 100644 --- a/src/generated/resources/data/create/recipe/milling/cactus.json +++ b/src/generated/resources/data/create/recipe/milling/cactus.json @@ -5,7 +5,7 @@ "item": "minecraft:cactus" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/calcite.json b/src/generated/resources/data/create/recipe/milling/calcite.json index 314b314bf0..829763b5fd 100644 --- a/src/generated/resources/data/create/recipe/milling/calcite.json +++ b/src/generated/resources/data/create/recipe/milling/calcite.json @@ -5,7 +5,7 @@ "item": "minecraft:calcite" } ], - "processingTime": 250, + "processing_time": 250, "results": [ { "chance": 0.75, diff --git a/src/generated/resources/data/create/recipe/milling/charcoal.json b/src/generated/resources/data/create/recipe/milling/charcoal.json index fde94ed47e..2413b0d6ae 100644 --- a/src/generated/resources/data/create/recipe/milling/charcoal.json +++ b/src/generated/resources/data/create/recipe/milling/charcoal.json @@ -5,7 +5,7 @@ "item": "minecraft:charcoal" } ], - "processingTime": 100, + "processing_time": 100, "results": [ { "item": "minecraft:black_dye" diff --git a/src/generated/resources/data/create/recipe/milling/clay.json b/src/generated/resources/data/create/recipe/milling/clay.json index d3081b3df9..10c900d1c2 100644 --- a/src/generated/resources/data/create/recipe/milling/clay.json +++ b/src/generated/resources/data/create/recipe/milling/clay.json @@ -5,7 +5,7 @@ "item": "minecraft:clay" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/milling/coal.json b/src/generated/resources/data/create/recipe/milling/coal.json index 672f32c7b9..c8180a7f5b 100644 --- a/src/generated/resources/data/create/recipe/milling/coal.json +++ b/src/generated/resources/data/create/recipe/milling/coal.json @@ -5,7 +5,7 @@ "item": "minecraft:coal" } ], - "processingTime": 100, + "processing_time": 100, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/cobblestone.json b/src/generated/resources/data/create/recipe/milling/cobblestone.json index 8ff97b8a48..fe7e461367 100644 --- a/src/generated/resources/data/create/recipe/milling/cobblestone.json +++ b/src/generated/resources/data/create/recipe/milling/cobblestone.json @@ -5,7 +5,7 @@ "item": "minecraft:cobblestone" } ], - "processingTime": 250, + "processing_time": 250, "results": [ { "item": "minecraft:gravel" diff --git a/src/generated/resources/data/create/recipe/milling/cocoa_beans.json b/src/generated/resources/data/create/recipe/milling/cocoa_beans.json index 1b96637c26..eced608d1c 100644 --- a/src/generated/resources/data/create/recipe/milling/cocoa_beans.json +++ b/src/generated/resources/data/create/recipe/milling/cocoa_beans.json @@ -5,7 +5,7 @@ "item": "minecraft:cocoa_beans" } ], - "processingTime": 70, + "processing_time": 70, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/ae2/certus_quartz.json b/src/generated/resources/data/create/recipe/milling/compat/ae2/certus_quartz.json index 9e4bcd8e6c..d23c85aeb8 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/ae2/certus_quartz.json +++ b/src/generated/resources/data/create/recipe/milling/compat/ae2/certus_quartz.json @@ -11,7 +11,7 @@ "tag": "c:gems/certus_quartz" } ], - "processingTime": 200, + "processing_time": 200, "results": [ { "item": "ae2:certus_quartz_dust" diff --git a/src/generated/resources/data/create/recipe/milling/compat/ae2/ender_pearl.json b/src/generated/resources/data/create/recipe/milling/compat/ae2/ender_pearl.json index f8619d0626..a6b1341cd9 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/ae2/ender_pearl.json +++ b/src/generated/resources/data/create/recipe/milling/compat/ae2/ender_pearl.json @@ -11,7 +11,7 @@ "tag": "c:ender_pearls" } ], - "processingTime": 100, + "processing_time": 100, "results": [ { "item": "ae2:ender_dust" diff --git a/src/generated/resources/data/create/recipe/milling/compat/ae2/fluix_crystal.json b/src/generated/resources/data/create/recipe/milling/compat/ae2/fluix_crystal.json index 78bf090469..8110b42bef 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/ae2/fluix_crystal.json +++ b/src/generated/resources/data/create/recipe/milling/compat/ae2/fluix_crystal.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 200, + "processing_time": 200, "results": [ { "item": "ae2:fluix_dust" diff --git a/src/generated/resources/data/create/recipe/milling/compat/ae2/sky_stone_block.json b/src/generated/resources/data/create/recipe/milling/compat/ae2/sky_stone_block.json index 8bb2ad5851..3e723a029b 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/ae2/sky_stone_block.json +++ b/src/generated/resources/data/create/recipe/milling/compat/ae2/sky_stone_block.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 300, + "processing_time": 300, "results": [ { "item": "ae2:sky_dust" diff --git a/src/generated/resources/data/create/recipe/milling/compat/atmospheric/gilia.json b/src/generated/resources/data/create/recipe/milling/compat/atmospheric/gilia.json index 21e01c78db..8d59dfad24 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/atmospheric/gilia.json +++ b/src/generated/resources/data/create/recipe/milling/compat/atmospheric/gilia.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/atmospheric/hot_monkey_brush.json b/src/generated/resources/data/create/recipe/milling/compat/atmospheric/hot_monkey_brush.json index 77ad19fa09..d4b9ec50eb 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/atmospheric/hot_monkey_brush.json +++ b/src/generated/resources/data/create/recipe/milling/compat/atmospheric/hot_monkey_brush.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/atmospheric/scalding_monkey_brush.json b/src/generated/resources/data/create/recipe/milling/compat/atmospheric/scalding_monkey_brush.json index 1438cfffb0..7c255e201b 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/atmospheric/scalding_monkey_brush.json +++ b/src/generated/resources/data/create/recipe/milling/compat/atmospheric/scalding_monkey_brush.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/atmospheric/warm_monkey_brush.json b/src/generated/resources/data/create/recipe/milling/compat/atmospheric/warm_monkey_brush.json index 5a54413819..3e5abbe9eb 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/atmospheric/warm_monkey_brush.json +++ b/src/generated/resources/data/create/recipe/milling/compat/atmospheric/warm_monkey_brush.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/atmospheric/yucca_flower.json b/src/generated/resources/data/create/recipe/milling/compat/atmospheric/yucca_flower.json index 256d2fa79f..b7a792c310 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/atmospheric/yucca_flower.json +++ b/src/generated/resources/data/create/recipe/milling/compat/atmospheric/yucca_flower.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/autumnity/autumn_crocus.json b/src/generated/resources/data/create/recipe/milling/compat/autumnity/autumn_crocus.json index ad9f088dd0..63eff20f82 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/autumnity/autumn_crocus.json +++ b/src/generated/resources/data/create/recipe/milling/compat/autumnity/autumn_crocus.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/blue_hydrangea.json b/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/blue_hydrangea.json index 3280d977d8..8cae76e2a5 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/blue_hydrangea.json +++ b/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/blue_hydrangea.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/burning_blossom.json b/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/burning_blossom.json index cac3491da8..f0f76a998d 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/burning_blossom.json +++ b/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/burning_blossom.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/glowflower.json b/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/glowflower.json index b2a5c4ba24..bb5620c49a 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/glowflower.json +++ b/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/glowflower.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/lavender.json b/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/lavender.json index 7ffc310240..8abf736ba9 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/lavender.json +++ b/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/lavender.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/orange_cosmos.json b/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/orange_cosmos.json index 5880767b6f..eb45c4e4f2 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/orange_cosmos.json +++ b/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/orange_cosmos.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/pink_daffodil.json b/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/pink_daffodil.json index 6a1932fa2d..023683ea37 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/pink_daffodil.json +++ b/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/pink_daffodil.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/pink_hibiscus.json b/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/pink_hibiscus.json index f4c66ccdac..5a4aa9d9cb 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/pink_hibiscus.json +++ b/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/pink_hibiscus.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/rose.json b/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/rose.json index 46a051f991..493790f7a3 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/rose.json +++ b/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/rose.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/violet.json b/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/violet.json index de92c8e5b6..c0f74bf96d 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/violet.json +++ b/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/violet.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/wildflower.json b/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/wildflower.json index c9f165796a..17842f5380 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/wildflower.json +++ b/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/wildflower.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/wilted_lily.json b/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/wilted_lily.json index 1499dc6072..4fd2722742 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/wilted_lily.json +++ b/src/generated/resources/data/create/recipe/milling/compat/biomesoplenty/wilted_lily.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/botania/black_petal.json b/src/generated/resources/data/create/recipe/milling/compat/botania/black_petal.json index cf0bbed8ec..91d194ed56 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/botania/black_petal.json +++ b/src/generated/resources/data/create/recipe/milling/compat/botania/black_petal.json @@ -11,7 +11,7 @@ "tag": "botania:petals/black" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "item": "minecraft:black_dye" diff --git a/src/generated/resources/data/create/recipe/milling/compat/botania/blue_petal.json b/src/generated/resources/data/create/recipe/milling/compat/botania/blue_petal.json index e0a6358faa..8d6ef9e75e 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/botania/blue_petal.json +++ b/src/generated/resources/data/create/recipe/milling/compat/botania/blue_petal.json @@ -11,7 +11,7 @@ "tag": "botania:petals/blue" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "item": "minecraft:blue_dye" diff --git a/src/generated/resources/data/create/recipe/milling/compat/botania/brown_petal.json b/src/generated/resources/data/create/recipe/milling/compat/botania/brown_petal.json index d2490d2fd4..36a723ea6a 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/botania/brown_petal.json +++ b/src/generated/resources/data/create/recipe/milling/compat/botania/brown_petal.json @@ -11,7 +11,7 @@ "tag": "botania:petals/brown" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "item": "minecraft:brown_dye" diff --git a/src/generated/resources/data/create/recipe/milling/compat/botania/cyan_petal.json b/src/generated/resources/data/create/recipe/milling/compat/botania/cyan_petal.json index 3204a4fc44..6203a5f4b5 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/botania/cyan_petal.json +++ b/src/generated/resources/data/create/recipe/milling/compat/botania/cyan_petal.json @@ -11,7 +11,7 @@ "tag": "botania:petals/cyan" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "item": "minecraft:cyan_dye" diff --git a/src/generated/resources/data/create/recipe/milling/compat/botania/gray_petal.json b/src/generated/resources/data/create/recipe/milling/compat/botania/gray_petal.json index fd5c7cc649..6ac33b09bb 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/botania/gray_petal.json +++ b/src/generated/resources/data/create/recipe/milling/compat/botania/gray_petal.json @@ -11,7 +11,7 @@ "tag": "botania:petals/gray" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "item": "minecraft:gray_dye" diff --git a/src/generated/resources/data/create/recipe/milling/compat/botania/green_petal.json b/src/generated/resources/data/create/recipe/milling/compat/botania/green_petal.json index 97e5acf71b..c80ee3e70c 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/botania/green_petal.json +++ b/src/generated/resources/data/create/recipe/milling/compat/botania/green_petal.json @@ -11,7 +11,7 @@ "tag": "botania:petals/green" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "item": "minecraft:green_dye" diff --git a/src/generated/resources/data/create/recipe/milling/compat/botania/light_blue_petal.json b/src/generated/resources/data/create/recipe/milling/compat/botania/light_blue_petal.json index 6c0e99b27e..46c418cc4e 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/botania/light_blue_petal.json +++ b/src/generated/resources/data/create/recipe/milling/compat/botania/light_blue_petal.json @@ -11,7 +11,7 @@ "tag": "botania:petals/light_blue" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "item": "minecraft:light_blue_dye" diff --git a/src/generated/resources/data/create/recipe/milling/compat/botania/light_gray_petal.json b/src/generated/resources/data/create/recipe/milling/compat/botania/light_gray_petal.json index 8749af40ea..08b7ae150b 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/botania/light_gray_petal.json +++ b/src/generated/resources/data/create/recipe/milling/compat/botania/light_gray_petal.json @@ -11,7 +11,7 @@ "tag": "botania:petals/light_gray" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "item": "minecraft:light_gray_dye" diff --git a/src/generated/resources/data/create/recipe/milling/compat/botania/lime_petal.json b/src/generated/resources/data/create/recipe/milling/compat/botania/lime_petal.json index 22846d335c..ec69b5a182 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/botania/lime_petal.json +++ b/src/generated/resources/data/create/recipe/milling/compat/botania/lime_petal.json @@ -11,7 +11,7 @@ "tag": "botania:petals/lime" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "item": "minecraft:lime_dye" diff --git a/src/generated/resources/data/create/recipe/milling/compat/botania/magenta_petal.json b/src/generated/resources/data/create/recipe/milling/compat/botania/magenta_petal.json index dfa8cda5b2..e7a951a7ba 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/botania/magenta_petal.json +++ b/src/generated/resources/data/create/recipe/milling/compat/botania/magenta_petal.json @@ -11,7 +11,7 @@ "tag": "botania:petals/magenta" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "item": "minecraft:magenta_dye" diff --git a/src/generated/resources/data/create/recipe/milling/compat/botania/orange_petal.json b/src/generated/resources/data/create/recipe/milling/compat/botania/orange_petal.json index afd22698da..19c1b1f8a9 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/botania/orange_petal.json +++ b/src/generated/resources/data/create/recipe/milling/compat/botania/orange_petal.json @@ -11,7 +11,7 @@ "tag": "botania:petals/orange" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "item": "minecraft:orange_dye" diff --git a/src/generated/resources/data/create/recipe/milling/compat/botania/pink_petal.json b/src/generated/resources/data/create/recipe/milling/compat/botania/pink_petal.json index 828f5f7034..ef3a2c7220 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/botania/pink_petal.json +++ b/src/generated/resources/data/create/recipe/milling/compat/botania/pink_petal.json @@ -11,7 +11,7 @@ "tag": "botania:petals/pink" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "item": "minecraft:pink_dye" diff --git a/src/generated/resources/data/create/recipe/milling/compat/botania/purple_petal.json b/src/generated/resources/data/create/recipe/milling/compat/botania/purple_petal.json index 174ca8c23e..075ada134d 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/botania/purple_petal.json +++ b/src/generated/resources/data/create/recipe/milling/compat/botania/purple_petal.json @@ -11,7 +11,7 @@ "tag": "botania:petals/purple" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "item": "minecraft:purple_dye" diff --git a/src/generated/resources/data/create/recipe/milling/compat/botania/red_petal.json b/src/generated/resources/data/create/recipe/milling/compat/botania/red_petal.json index cc36a7d82e..9f8c0c8385 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/botania/red_petal.json +++ b/src/generated/resources/data/create/recipe/milling/compat/botania/red_petal.json @@ -11,7 +11,7 @@ "tag": "botania:petals/red" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "item": "minecraft:red_dye" diff --git a/src/generated/resources/data/create/recipe/milling/compat/botania/white_petal.json b/src/generated/resources/data/create/recipe/milling/compat/botania/white_petal.json index 97b08d920f..9d1d7e0821 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/botania/white_petal.json +++ b/src/generated/resources/data/create/recipe/milling/compat/botania/white_petal.json @@ -11,7 +11,7 @@ "tag": "botania:petals/white" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "item": "minecraft:white_dye" diff --git a/src/generated/resources/data/create/recipe/milling/compat/botania/yellow_petal.json b/src/generated/resources/data/create/recipe/milling/compat/botania/yellow_petal.json index ea6b826559..333d57372d 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/botania/yellow_petal.json +++ b/src/generated/resources/data/create/recipe/milling/compat/botania/yellow_petal.json @@ -11,7 +11,7 @@ "tag": "botania:petals/yellow" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "item": "minecraft:yellow_dye" diff --git a/src/generated/resources/data/create/recipe/milling/compat/buzzier_bees/buttercup.json b/src/generated/resources/data/create/recipe/milling/compat/buzzier_bees/buttercup.json index 40fee62b52..1a7e56cef9 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/buzzier_bees/buttercup.json +++ b/src/generated/resources/data/create/recipe/milling/compat/buzzier_bees/buttercup.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/buzzier_bees/pink_clover.json b/src/generated/resources/data/create/recipe/milling/compat/buzzier_bees/pink_clover.json index da6c9e76b5..69c5efb37a 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/buzzier_bees/pink_clover.json +++ b/src/generated/resources/data/create/recipe/milling/compat/buzzier_bees/pink_clover.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/buzzier_bees/white_clover.json b/src/generated/resources/data/create/recipe/milling/compat/buzzier_bees/white_clover.json index 38d8dc2d7e..3b4ea057d1 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/buzzier_bees/white_clover.json +++ b/src/generated/resources/data/create/recipe/milling/compat/buzzier_bees/white_clover.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/allium_flower_bush.json b/src/generated/resources/data/create/recipe/milling/compat/byg/allium_flower_bush.json index 067add5396..388a1451fa 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/allium_flower_bush.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/allium_flower_bush.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/alpine_bellflower.json b/src/generated/resources/data/create/recipe/milling/compat/byg/alpine_bellflower.json index 04947478e4..28ad6db08f 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/alpine_bellflower.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/alpine_bellflower.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/amaranth.json b/src/generated/resources/data/create/recipe/milling/compat/byg/amaranth.json index 86e351a3c9..d54aaa710f 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/amaranth.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/amaranth.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/angelica.json b/src/generated/resources/data/create/recipe/milling/compat/byg/angelica.json index 1ee5c98154..e743fc10dc 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/angelica.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/angelica.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/begonia.json b/src/generated/resources/data/create/recipe/milling/compat/byg/begonia.json index e438df0f65..e62aa042e0 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/begonia.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/begonia.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/bistort.json b/src/generated/resources/data/create/recipe/milling/compat/byg/bistort.json index 386b1a696b..21b989bd07 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/bistort.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/bistort.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/black_rose.json b/src/generated/resources/data/create/recipe/milling/compat/byg/black_rose.json index c007732826..a63935ace8 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/black_rose.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/black_rose.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/blue_sage.json b/src/generated/resources/data/create/recipe/milling/compat/byg/blue_sage.json index 2479bd0425..a192fddea7 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/blue_sage.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/blue_sage.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/california_poppy.json b/src/generated/resources/data/create/recipe/milling/compat/byg/california_poppy.json index 1fd078f866..28c7dc728f 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/california_poppy.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/california_poppy.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/compat/byg/white_sage.json b/src/generated/resources/data/create/recipe/milling/compat/byg/compat/byg/white_sage.json index 8524d27d52..60617276f1 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/compat/byg/white_sage.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/compat/byg/white_sage.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/compat/byg/winter_cyclamen.json b/src/generated/resources/data/create/recipe/milling/compat/byg/compat/byg/winter_cyclamen.json index 0a8dedcc9f..185b747e83 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/compat/byg/winter_cyclamen.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/compat/byg/winter_cyclamen.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/crocus.json b/src/generated/resources/data/create/recipe/milling/compat/byg/crocus.json index 9bd8aa61ef..4eb6aabbfd 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/crocus.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/crocus.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/cyan_amaranth.json b/src/generated/resources/data/create/recipe/milling/compat/byg/cyan_amaranth.json index c84ef2d9b3..06af3e5ad2 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/cyan_amaranth.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/cyan_amaranth.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/cyan_rose.json b/src/generated/resources/data/create/recipe/milling/compat/byg/cyan_rose.json index 0dbe7e6e48..da42e6c69c 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/cyan_rose.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/cyan_rose.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/cyan_tulip.json b/src/generated/resources/data/create/recipe/milling/compat/byg/cyan_tulip.json index 3061ba3391..d0fb522532 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/cyan_tulip.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/cyan_tulip.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/daffodil.json b/src/generated/resources/data/create/recipe/milling/compat/byg/daffodil.json index a643e8a519..d8c129922b 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/daffodil.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/daffodil.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/delphinium.json b/src/generated/resources/data/create/recipe/milling/compat/byg/delphinium.json index 596df35f83..1c7ff95bef 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/delphinium.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/delphinium.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/fairy_slipper.json b/src/generated/resources/data/create/recipe/milling/compat/byg/fairy_slipper.json index 73e333753d..b070c0b042 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/fairy_slipper.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/fairy_slipper.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/firecracker_flower_bush.json b/src/generated/resources/data/create/recipe/milling/compat/byg/firecracker_flower_bush.json index b238b2fb33..0a85dcf988 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/firecracker_flower_bush.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/firecracker_flower_bush.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/foxglove.json b/src/generated/resources/data/create/recipe/milling/compat/byg/foxglove.json index 704421abc8..6f7077c9a6 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/foxglove.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/foxglove.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/green_tulip.json b/src/generated/resources/data/create/recipe/milling/compat/byg/green_tulip.json index cd2bc7fef9..c7d0151cac 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/green_tulip.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/green_tulip.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/guzmania.json b/src/generated/resources/data/create/recipe/milling/compat/byg/guzmania.json index a0671f790f..eb585d6bb8 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/guzmania.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/guzmania.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/hydrangea_bush.json b/src/generated/resources/data/create/recipe/milling/compat/byg/hydrangea_bush.json index 825d1e52f2..3efd7d5dd5 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/hydrangea_bush.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/hydrangea_bush.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/incan_lily.json b/src/generated/resources/data/create/recipe/milling/compat/byg/incan_lily.json index 83d7a7837d..09dacc6330 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/incan_lily.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/incan_lily.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/iris.json b/src/generated/resources/data/create/recipe/milling/compat/byg/iris.json index 60ceb36f7a..85baa82555 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/iris.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/iris.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/kovan_flower.json b/src/generated/resources/data/create/recipe/milling/compat/byg/kovan_flower.json index 0c94ea9505..c75f8bebf2 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/kovan_flower.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/kovan_flower.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/lazarus_bellflower.json b/src/generated/resources/data/create/recipe/milling/compat/byg/lazarus_bellflower.json index 2f2c562de0..abb5f9b034 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/lazarus_bellflower.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/lazarus_bellflower.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/lolipop_flower.json b/src/generated/resources/data/create/recipe/milling/compat/byg/lolipop_flower.json index 16f8f9db40..9286b09f6a 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/lolipop_flower.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/lolipop_flower.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/magenta_amaranth.json b/src/generated/resources/data/create/recipe/milling/compat/byg/magenta_amaranth.json index fd8a9eacbe..1799d90394 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/magenta_amaranth.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/magenta_amaranth.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/magenta_tulip.json b/src/generated/resources/data/create/recipe/milling/compat/byg/magenta_tulip.json index 67b1e29b0c..02c5a8f4f4 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/magenta_tulip.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/magenta_tulip.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/orange_amaranth.json b/src/generated/resources/data/create/recipe/milling/compat/byg/orange_amaranth.json index 07ae14bd18..4e37f7cb0c 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/orange_amaranth.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/orange_amaranth.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/orange_daisy.json b/src/generated/resources/data/create/recipe/milling/compat/byg/orange_daisy.json index 97490a8efa..59ec47885a 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/orange_daisy.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/orange_daisy.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/orchid.json b/src/generated/resources/data/create/recipe/milling/compat/byg/orchid.json index e889ff0f7c..64b09be6db 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/orchid.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/orchid.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/osiria_rose.json b/src/generated/resources/data/create/recipe/milling/compat/byg/osiria_rose.json index 9dd3939229..5b5146ee14 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/osiria_rose.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/osiria_rose.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/peach_leather_flower.json b/src/generated/resources/data/create/recipe/milling/compat/byg/peach_leather_flower.json index 78870ef187..6663c15c94 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/peach_leather_flower.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/peach_leather_flower.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/pink_allium.json b/src/generated/resources/data/create/recipe/milling/compat/byg/pink_allium.json index 03ddb9f508..4f744dd329 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/pink_allium.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/pink_allium.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/pink_allium_flower_bush.json b/src/generated/resources/data/create/recipe/milling/compat/byg/pink_allium_flower_bush.json index 4f05893ab6..8daed31cde 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/pink_allium_flower_bush.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/pink_allium_flower_bush.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/pink_anemone.json b/src/generated/resources/data/create/recipe/milling/compat/byg/pink_anemone.json index f29d521b4e..03a3144c38 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/pink_anemone.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/pink_anemone.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/pink_daffodil.json b/src/generated/resources/data/create/recipe/milling/compat/byg/pink_daffodil.json index c49ef9c353..8bf0715ac5 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/pink_daffodil.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/pink_daffodil.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/protea_flower.json b/src/generated/resources/data/create/recipe/milling/compat/byg/protea_flower.json index d8a85cf19b..d7b5bb874b 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/protea_flower.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/protea_flower.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/purple_amaranth.json b/src/generated/resources/data/create/recipe/milling/compat/byg/purple_amaranth.json index 6672ed28ce..85bef8cbd1 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/purple_amaranth.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/purple_amaranth.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/purple_rose.json b/src/generated/resources/data/create/recipe/milling/compat/byg/purple_rose.json index db7aef0d43..081a9bb9cf 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/purple_rose.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/purple_rose.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/purple_tulip.json b/src/generated/resources/data/create/recipe/milling/compat/byg/purple_tulip.json index a0af4141e9..e6b7d9e8f7 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/purple_tulip.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/purple_tulip.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/richea.json b/src/generated/resources/data/create/recipe/milling/compat/byg/richea.json index 3092d19b76..6e66602ee1 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/richea.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/richea.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/rose.json b/src/generated/resources/data/create/recipe/milling/compat/byg/rose.json index b006a27ac5..0e1b7bb09a 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/rose.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/rose.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/silver_vase_flower.json b/src/generated/resources/data/create/recipe/milling/compat/byg/silver_vase_flower.json index 305f5f483b..fd84137837 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/silver_vase_flower.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/silver_vase_flower.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/snowdrops.json b/src/generated/resources/data/create/recipe/milling/compat/byg/snowdrops.json index 201dc0e297..3853966e5b 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/snowdrops.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/snowdrops.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/tall_allium.json b/src/generated/resources/data/create/recipe/milling/compat/byg/tall_allium.json index ad0a5178ee..90bddddd45 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/tall_allium.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/tall_allium.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/tall_pink_allium.json b/src/generated/resources/data/create/recipe/milling/compat/byg/tall_pink_allium.json index 049dddea27..c8a3eafcc0 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/tall_pink_allium.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/tall_pink_allium.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/torch_ginger.json b/src/generated/resources/data/create/recipe/milling/compat/byg/torch_ginger.json index 32fe5cf70b..96bdcd9cbc 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/torch_ginger.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/torch_ginger.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/violet_leather_flower.json b/src/generated/resources/data/create/recipe/milling/compat/byg/violet_leather_flower.json index 3f163b2c9b..e336e490bf 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/violet_leather_flower.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/violet_leather_flower.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/white_anemone.json b/src/generated/resources/data/create/recipe/milling/compat/byg/white_anemone.json index f3b353857b..f00182a394 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/white_anemone.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/white_anemone.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/white_puffball_cap.json b/src/generated/resources/data/create/recipe/milling/compat/byg/white_puffball_cap.json index 6949da346b..6e98aaa7ad 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/white_puffball_cap.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/white_puffball_cap.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 150, + "processing_time": 150, "results": [ { "chance": 0.25, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/winter_rose.json b/src/generated/resources/data/create/recipe/milling/compat/byg/winter_rose.json index 7dd79e0ec4..f41709255d 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/winter_rose.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/winter_rose.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/winter_scilla.json b/src/generated/resources/data/create/recipe/milling/compat/byg/winter_scilla.json index dc9b22d03c..4785521560 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/winter_scilla.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/winter_scilla.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/yellow_daffodil.json b/src/generated/resources/data/create/recipe/milling/compat/byg/yellow_daffodil.json index 13a59ab9b4..53e495aa43 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/yellow_daffodil.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/yellow_daffodil.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/byg/yellow_tulip.json b/src/generated/resources/data/create/recipe/milling/compat/byg/yellow_tulip.json index d4b0580283..08157f261e 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/byg/yellow_tulip.json +++ b/src/generated/resources/data/create/recipe/milling/compat/byg/yellow_tulip.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/druidcraft/lavender.json b/src/generated/resources/data/create/recipe/milling/compat/druidcraft/lavender.json index 1b5819adaf..162f6652f0 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/druidcraft/lavender.json +++ b/src/generated/resources/data/create/recipe/milling/compat/druidcraft/lavender.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/environmental/bird_of_paradise.json b/src/generated/resources/data/create/recipe/milling/compat/environmental/bird_of_paradise.json index 39dc89ce8f..557e62a9ae 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/environmental/bird_of_paradise.json +++ b/src/generated/resources/data/create/recipe/milling/compat/environmental/bird_of_paradise.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/milling/compat/environmental/blue_delphinium.json b/src/generated/resources/data/create/recipe/milling/compat/environmental/blue_delphinium.json index 64c1f4897e..ed5f4c0f0a 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/environmental/blue_delphinium.json +++ b/src/generated/resources/data/create/recipe/milling/compat/environmental/blue_delphinium.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/milling/compat/environmental/bluebell.json b/src/generated/resources/data/create/recipe/milling/compat/environmental/bluebell.json index 31e12918d6..da91bcf76c 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/environmental/bluebell.json +++ b/src/generated/resources/data/create/recipe/milling/compat/environmental/bluebell.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/environmental/cartwheel.json b/src/generated/resources/data/create/recipe/milling/compat/environmental/cartwheel.json index da1ddd530b..af1f67ad8a 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/environmental/cartwheel.json +++ b/src/generated/resources/data/create/recipe/milling/compat/environmental/cartwheel.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/environmental/dianthus.json b/src/generated/resources/data/create/recipe/milling/compat/environmental/dianthus.json index df60ec2941..2ae377b073 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/environmental/dianthus.json +++ b/src/generated/resources/data/create/recipe/milling/compat/environmental/dianthus.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/environmental/magenta_hibiscus.json b/src/generated/resources/data/create/recipe/milling/compat/environmental/magenta_hibiscus.json index e0b3d84bfc..6d84babf75 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/environmental/magenta_hibiscus.json +++ b/src/generated/resources/data/create/recipe/milling/compat/environmental/magenta_hibiscus.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/environmental/orange_hibiscus.json b/src/generated/resources/data/create/recipe/milling/compat/environmental/orange_hibiscus.json index cd4dbfc7be..b248160132 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/environmental/orange_hibiscus.json +++ b/src/generated/resources/data/create/recipe/milling/compat/environmental/orange_hibiscus.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/environmental/pink_delphinium.json b/src/generated/resources/data/create/recipe/milling/compat/environmental/pink_delphinium.json index e8c65b64c0..85330ef658 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/environmental/pink_delphinium.json +++ b/src/generated/resources/data/create/recipe/milling/compat/environmental/pink_delphinium.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/milling/compat/environmental/pink_hibiscus.json b/src/generated/resources/data/create/recipe/milling/compat/environmental/pink_hibiscus.json index 1b4d56f92f..b7901c17c9 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/environmental/pink_hibiscus.json +++ b/src/generated/resources/data/create/recipe/milling/compat/environmental/pink_hibiscus.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/environmental/purple_delphinium.json b/src/generated/resources/data/create/recipe/milling/compat/environmental/purple_delphinium.json index 4b0d713c4c..9047456bb1 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/environmental/purple_delphinium.json +++ b/src/generated/resources/data/create/recipe/milling/compat/environmental/purple_delphinium.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/milling/compat/environmental/purple_hibiscus.json b/src/generated/resources/data/create/recipe/milling/compat/environmental/purple_hibiscus.json index 3ffe983a40..c3eb7454dc 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/environmental/purple_hibiscus.json +++ b/src/generated/resources/data/create/recipe/milling/compat/environmental/purple_hibiscus.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/environmental/red_hibiscus.json b/src/generated/resources/data/create/recipe/milling/compat/environmental/red_hibiscus.json index fc1d795c53..17ca70e6d8 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/environmental/red_hibiscus.json +++ b/src/generated/resources/data/create/recipe/milling/compat/environmental/red_hibiscus.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/environmental/red_lotus_flower.json b/src/generated/resources/data/create/recipe/milling/compat/environmental/red_lotus_flower.json index 0fd1888996..d5a5d16b3d 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/environmental/red_lotus_flower.json +++ b/src/generated/resources/data/create/recipe/milling/compat/environmental/red_lotus_flower.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/environmental/violet.json b/src/generated/resources/data/create/recipe/milling/compat/environmental/violet.json index 1829a75115..ac124b1a3d 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/environmental/violet.json +++ b/src/generated/resources/data/create/recipe/milling/compat/environmental/violet.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/environmental/white_delphinium.json b/src/generated/resources/data/create/recipe/milling/compat/environmental/white_delphinium.json index 50c7b2de4f..f7e1f837d9 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/environmental/white_delphinium.json +++ b/src/generated/resources/data/create/recipe/milling/compat/environmental/white_delphinium.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/milling/compat/environmental/white_lotus_flower.json b/src/generated/resources/data/create/recipe/milling/compat/environmental/white_lotus_flower.json index 9c83fa32e8..f787f144e7 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/environmental/white_lotus_flower.json +++ b/src/generated/resources/data/create/recipe/milling/compat/environmental/white_lotus_flower.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/environmental/yellow_hibiscus.json b/src/generated/resources/data/create/recipe/milling/compat/environmental/yellow_hibiscus.json index a6dc83b62b..0fecab5d0a 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/environmental/yellow_hibiscus.json +++ b/src/generated/resources/data/create/recipe/milling/compat/environmental/yellow_hibiscus.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/alpha_dandelion.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/alpha_dandelion.json index 85d1d8a59d..02b0c40c04 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/alpha_dandelion.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/alpha_dandelion.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/alpha_rose.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/alpha_rose.json index 2cf6935bf5..f89f60a4c7 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/alpha_rose.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/alpha_rose.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/aster.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/aster.json index 017e8970fd..d2a9f44681 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/aster.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/aster.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/black_snowbelle.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/black_snowbelle.json index c321c935e2..14e55848ac 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/black_snowbelle.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/black_snowbelle.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/bleeding_heart.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/bleeding_heart.json index 1993d206bc..fd50893e43 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/bleeding_heart.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/bleeding_heart.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/blue_lupine.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/blue_lupine.json index a917cad998..5a02763127 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/blue_lupine.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/blue_lupine.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/blue_snowbelle.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/blue_snowbelle.json index 9a3a739660..cb37539c6b 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/blue_snowbelle.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/blue_snowbelle.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/brown_snowbelle.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/brown_snowbelle.json index 08f45a3b00..4ab5061658 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/brown_snowbelle.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/brown_snowbelle.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/cactus_flower.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/cactus_flower.json index aee193f40f..b099271e31 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/cactus_flower.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/cactus_flower.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/cyan_snowbelle.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/cyan_snowbelle.json index d98680bee6..b0213c3e9e 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/cyan_snowbelle.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/cyan_snowbelle.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/daisy.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/daisy.json index f6e2adcbd1..12f9788ed3 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/daisy.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/daisy.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/day_lily.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/day_lily.json index 827edc1dc2..62b3f62e22 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/day_lily.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/day_lily.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/dorcel.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/dorcel.json index 194f2a047f..db20893969 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/dorcel.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/dorcel.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/felicia_daisy.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/felicia_daisy.json index b7a654907a..814ee7313b 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/felicia_daisy.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/felicia_daisy.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/fireweed.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/fireweed.json index abfe2d66c9..d826d53ed5 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/fireweed.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/fireweed.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/glistering_bloom.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/glistering_bloom.json index 58df4b25da..bd516d9275 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/glistering_bloom.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/glistering_bloom.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/gray_snowbelle.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/gray_snowbelle.json index 1b41a4fd5a..c611b51c3b 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/gray_snowbelle.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/gray_snowbelle.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/green_snowbelle.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/green_snowbelle.json index 6f6cdfa579..3b07bce082 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/green_snowbelle.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/green_snowbelle.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/hibiscus.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/hibiscus.json index 92475f6798..566b131556 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/hibiscus.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/hibiscus.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/hyssop.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/hyssop.json index 55bb11cc00..10f581a696 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/hyssop.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/hyssop.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/light_blue_snowbelle.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/light_blue_snowbelle.json index d2fbc534ca..2a1fd61527 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/light_blue_snowbelle.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/light_blue_snowbelle.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/light_gray_snowbelle.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/light_gray_snowbelle.json index 9ccc8725e0..bfc7ceb2dd 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/light_gray_snowbelle.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/light_gray_snowbelle.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/lime_snowbelle.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/lime_snowbelle.json index 37ac8ae95a..3762b4de7b 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/lime_snowbelle.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/lime_snowbelle.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/magenta_snowbelle.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/magenta_snowbelle.json index 4bdc039ca8..1bbc45734d 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/magenta_snowbelle.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/magenta_snowbelle.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/mallow.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/mallow.json index 137338375d..b411d25849 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/mallow.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/mallow.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/orange_coneflower.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/orange_coneflower.json index 85dcc3d6f3..8ee628073c 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/orange_coneflower.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/orange_coneflower.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/orange_snowbelle.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/orange_snowbelle.json index 2857148d10..f74e35b51c 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/orange_snowbelle.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/orange_snowbelle.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/pink_lupine.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/pink_lupine.json index 4d3ea6b051..9ab5b4d901 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/pink_lupine.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/pink_lupine.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/pink_snowbelle.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/pink_snowbelle.json index 62a92f7c88..ed66e4c33d 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/pink_snowbelle.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/pink_snowbelle.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/poppy_bush.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/poppy_bush.json index 3226306817..01e8d93973 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/poppy_bush.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/poppy_bush.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/purple_coneflower.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/purple_coneflower.json index af8410f23c..ba2b91a94f 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/purple_coneflower.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/purple_coneflower.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/purple_lupine.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/purple_lupine.json index 27a6fbb848..de18416919 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/purple_lupine.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/purple_lupine.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/purple_snowbelle.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/purple_snowbelle.json index 4191a2268a..09efa135c8 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/purple_snowbelle.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/purple_snowbelle.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/red_lupine.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/red_lupine.json index adaaa06174..efa272d28c 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/red_lupine.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/red_lupine.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/red_snowbelle.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/red_snowbelle.json index 0a23e35639..bf1bf0de07 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/red_snowbelle.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/red_snowbelle.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/salmon_poppy_bush.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/salmon_poppy_bush.json index c1f01a8918..b2e466df93 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/salmon_poppy_bush.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/salmon_poppy_bush.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/tassel.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/tassel.json index d0325e1409..985b103af9 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/tassel.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/tassel.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/tsubaki.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/tsubaki.json index e114d94b16..abb2dbda73 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/tsubaki.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/tsubaki.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/waratah.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/waratah.json index 504bee745b..9516726a4b 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/waratah.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/waratah.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/white_snowbelle.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/white_snowbelle.json index bdc31d4f60..df0fd2bea6 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/white_snowbelle.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/white_snowbelle.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/white_trillium.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/white_trillium.json index 6654519341..9788ca2bc1 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/white_trillium.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/white_trillium.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/wilting_trillium.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/wilting_trillium.json index daf5cb3e47..733b3f047b 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/wilting_trillium.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/wilting_trillium.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/yellow_lupine.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/yellow_lupine.json index da23f1333f..b8c5118ca5 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/yellow_lupine.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/yellow_lupine.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/yellow_snowbelle.json b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/yellow_snowbelle.json index 8d2d5e8092..c45c156555 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/yellow_snowbelle.json +++ b/src/generated/resources/data/create/recipe/milling/compat/regions_unexplored/yellow_snowbelle.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/supplementaries/flax.json b/src/generated/resources/data/create/recipe/milling/compat/supplementaries/flax.json index da2b599608..77e832b24d 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/supplementaries/flax.json +++ b/src/generated/resources/data/create/recipe/milling/compat/supplementaries/flax.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 150, + "processing_time": 150, "results": [ { "item": "minecraft:string" diff --git a/src/generated/resources/data/create/recipe/milling/compat/tconstruct/nercotic_bone.json b/src/generated/resources/data/create/recipe/milling/compat/tconstruct/nercotic_bone.json index 9e72cd6398..d8817399c3 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/tconstruct/nercotic_bone.json +++ b/src/generated/resources/data/create/recipe/milling/compat/tconstruct/nercotic_bone.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 100, + "processing_time": 100, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/milling/compat/upgrade_aquatic/flowering_rush.json b/src/generated/resources/data/create/recipe/milling/compat/upgrade_aquatic/flowering_rush.json index f8ef08367a..ead78049fc 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/upgrade_aquatic/flowering_rush.json +++ b/src/generated/resources/data/create/recipe/milling/compat/upgrade_aquatic/flowering_rush.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/milling/compat/upgrade_aquatic/pink_searocket.json b/src/generated/resources/data/create/recipe/milling/compat/upgrade_aquatic/pink_searocket.json index 123ff55154..fe31c3dd94 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/upgrade_aquatic/pink_searocket.json +++ b/src/generated/resources/data/create/recipe/milling/compat/upgrade_aquatic/pink_searocket.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/compat/upgrade_aquatic/white_searocket.json b/src/generated/resources/data/create/recipe/milling/compat/upgrade_aquatic/white_searocket.json index ba669c9135..cda9ab1453 100644 --- a/src/generated/resources/data/create/recipe/milling/compat/upgrade_aquatic/white_searocket.json +++ b/src/generated/resources/data/create/recipe/milling/compat/upgrade_aquatic/white_searocket.json @@ -16,7 +16,7 @@ ] } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/cornflower.json b/src/generated/resources/data/create/recipe/milling/cornflower.json index 7c6b70bb2b..81637c4627 100644 --- a/src/generated/resources/data/create/recipe/milling/cornflower.json +++ b/src/generated/resources/data/create/recipe/milling/cornflower.json @@ -5,7 +5,7 @@ "item": "minecraft:cornflower" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/dandelion.json b/src/generated/resources/data/create/recipe/milling/dandelion.json index 315c6a47f4..8844cd7322 100644 --- a/src/generated/resources/data/create/recipe/milling/dandelion.json +++ b/src/generated/resources/data/create/recipe/milling/dandelion.json @@ -5,7 +5,7 @@ "item": "minecraft:dandelion" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/dripstone_block.json b/src/generated/resources/data/create/recipe/milling/dripstone_block.json index 4336e4a51e..1742d446ba 100644 --- a/src/generated/resources/data/create/recipe/milling/dripstone_block.json +++ b/src/generated/resources/data/create/recipe/milling/dripstone_block.json @@ -5,7 +5,7 @@ "item": "minecraft:dripstone_block" } ], - "processingTime": 250, + "processing_time": 250, "results": [ { "item": "minecraft:clay_ball" diff --git a/src/generated/resources/data/create/recipe/milling/fern.json b/src/generated/resources/data/create/recipe/milling/fern.json index 98da6bb9ce..ec4e1fec3f 100644 --- a/src/generated/resources/data/create/recipe/milling/fern.json +++ b/src/generated/resources/data/create/recipe/milling/fern.json @@ -5,7 +5,7 @@ "item": "minecraft:fern" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "item": "minecraft:green_dye" diff --git a/src/generated/resources/data/create/recipe/milling/granite.json b/src/generated/resources/data/create/recipe/milling/granite.json index 46d030e04e..e931088639 100644 --- a/src/generated/resources/data/create/recipe/milling/granite.json +++ b/src/generated/resources/data/create/recipe/milling/granite.json @@ -5,7 +5,7 @@ "item": "minecraft:granite" } ], - "processingTime": 200, + "processing_time": 200, "results": [ { "item": "minecraft:red_sand" diff --git a/src/generated/resources/data/create/recipe/milling/gravel.json b/src/generated/resources/data/create/recipe/milling/gravel.json index 8c5b507910..c85d5fb46e 100644 --- a/src/generated/resources/data/create/recipe/milling/gravel.json +++ b/src/generated/resources/data/create/recipe/milling/gravel.json @@ -5,7 +5,7 @@ "item": "minecraft:gravel" } ], - "processingTime": 250, + "processing_time": 250, "results": [ { "item": "minecraft:flint" diff --git a/src/generated/resources/data/create/recipe/milling/ink_sac.json b/src/generated/resources/data/create/recipe/milling/ink_sac.json index 82da47c8bf..9356077814 100644 --- a/src/generated/resources/data/create/recipe/milling/ink_sac.json +++ b/src/generated/resources/data/create/recipe/milling/ink_sac.json @@ -5,7 +5,7 @@ "item": "minecraft:ink_sac" } ], - "processingTime": 100, + "processing_time": 100, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/lapis_lazuli.json b/src/generated/resources/data/create/recipe/milling/lapis_lazuli.json index 26ff643115..41fb5e358c 100644 --- a/src/generated/resources/data/create/recipe/milling/lapis_lazuli.json +++ b/src/generated/resources/data/create/recipe/milling/lapis_lazuli.json @@ -5,7 +5,7 @@ "item": "minecraft:lapis_lazuli" } ], - "processingTime": 100, + "processing_time": 100, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/large_fern.json b/src/generated/resources/data/create/recipe/milling/large_fern.json index cf6199dbe6..62c4465943 100644 --- a/src/generated/resources/data/create/recipe/milling/large_fern.json +++ b/src/generated/resources/data/create/recipe/milling/large_fern.json @@ -5,7 +5,7 @@ "item": "minecraft:large_fern" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/lilac.json b/src/generated/resources/data/create/recipe/milling/lilac.json index c998c7a441..bc5d34ad02 100644 --- a/src/generated/resources/data/create/recipe/milling/lilac.json +++ b/src/generated/resources/data/create/recipe/milling/lilac.json @@ -5,7 +5,7 @@ "item": "minecraft:lilac" } ], - "processingTime": 100, + "processing_time": 100, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/milling/lily_of_the_valley.json b/src/generated/resources/data/create/recipe/milling/lily_of_the_valley.json index 8608eeb7c3..06196c4df1 100644 --- a/src/generated/resources/data/create/recipe/milling/lily_of_the_valley.json +++ b/src/generated/resources/data/create/recipe/milling/lily_of_the_valley.json @@ -5,7 +5,7 @@ "item": "minecraft:lily_of_the_valley" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/orange_tulip.json b/src/generated/resources/data/create/recipe/milling/orange_tulip.json index a79a6ea1e6..3d20d29cfe 100644 --- a/src/generated/resources/data/create/recipe/milling/orange_tulip.json +++ b/src/generated/resources/data/create/recipe/milling/orange_tulip.json @@ -5,7 +5,7 @@ "item": "minecraft:orange_tulip" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/oxeye_daisy.json b/src/generated/resources/data/create/recipe/milling/oxeye_daisy.json index b3a21e9e8a..277aa69285 100644 --- a/src/generated/resources/data/create/recipe/milling/oxeye_daisy.json +++ b/src/generated/resources/data/create/recipe/milling/oxeye_daisy.json @@ -5,7 +5,7 @@ "item": "minecraft:oxeye_daisy" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/peony.json b/src/generated/resources/data/create/recipe/milling/peony.json index 7fd3fa9f73..87844c04b3 100644 --- a/src/generated/resources/data/create/recipe/milling/peony.json +++ b/src/generated/resources/data/create/recipe/milling/peony.json @@ -5,7 +5,7 @@ "item": "minecraft:peony" } ], - "processingTime": 100, + "processing_time": 100, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/milling/pink_tulip.json b/src/generated/resources/data/create/recipe/milling/pink_tulip.json index 3c4f7df450..69be071f93 100644 --- a/src/generated/resources/data/create/recipe/milling/pink_tulip.json +++ b/src/generated/resources/data/create/recipe/milling/pink_tulip.json @@ -5,7 +5,7 @@ "item": "minecraft:pink_tulip" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/poppy.json b/src/generated/resources/data/create/recipe/milling/poppy.json index bc7ed84ce4..909bcfd343 100644 --- a/src/generated/resources/data/create/recipe/milling/poppy.json +++ b/src/generated/resources/data/create/recipe/milling/poppy.json @@ -5,7 +5,7 @@ "item": "minecraft:poppy" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/red_tulip.json b/src/generated/resources/data/create/recipe/milling/red_tulip.json index c3e2561716..3de63d5197 100644 --- a/src/generated/resources/data/create/recipe/milling/red_tulip.json +++ b/src/generated/resources/data/create/recipe/milling/red_tulip.json @@ -5,7 +5,7 @@ "item": "minecraft:red_tulip" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/rose_bush.json b/src/generated/resources/data/create/recipe/milling/rose_bush.json index eb5c1aeb75..27868bf138 100644 --- a/src/generated/resources/data/create/recipe/milling/rose_bush.json +++ b/src/generated/resources/data/create/recipe/milling/rose_bush.json @@ -5,7 +5,7 @@ "item": "minecraft:rose_bush" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/milling/saddle.json b/src/generated/resources/data/create/recipe/milling/saddle.json index 5ab84972be..695b20521e 100644 --- a/src/generated/resources/data/create/recipe/milling/saddle.json +++ b/src/generated/resources/data/create/recipe/milling/saddle.json @@ -5,7 +5,7 @@ "item": "minecraft:saddle" } ], - "processingTime": 200, + "processing_time": 200, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/sandstone.json b/src/generated/resources/data/create/recipe/milling/sandstone.json index 11b0be4849..5584aebd3d 100644 --- a/src/generated/resources/data/create/recipe/milling/sandstone.json +++ b/src/generated/resources/data/create/recipe/milling/sandstone.json @@ -5,7 +5,7 @@ "item": "minecraft:sandstone" } ], - "processingTime": 150, + "processing_time": 150, "results": [ { "item": "minecraft:sand" diff --git a/src/generated/resources/data/create/recipe/milling/sea_pickle.json b/src/generated/resources/data/create/recipe/milling/sea_pickle.json index b50142af87..a92a62fb16 100644 --- a/src/generated/resources/data/create/recipe/milling/sea_pickle.json +++ b/src/generated/resources/data/create/recipe/milling/sea_pickle.json @@ -5,7 +5,7 @@ "item": "minecraft:sea_pickle" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/short_grass.json b/src/generated/resources/data/create/recipe/milling/short_grass.json index a0dd612095..053ebf78c5 100644 --- a/src/generated/resources/data/create/recipe/milling/short_grass.json +++ b/src/generated/resources/data/create/recipe/milling/short_grass.json @@ -5,7 +5,7 @@ "item": "minecraft:short_grass" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "chance": 0.25, diff --git a/src/generated/resources/data/create/recipe/milling/sugar_cane.json b/src/generated/resources/data/create/recipe/milling/sugar_cane.json index 8434f20578..c2128356b0 100644 --- a/src/generated/resources/data/create/recipe/milling/sugar_cane.json +++ b/src/generated/resources/data/create/recipe/milling/sugar_cane.json @@ -5,7 +5,7 @@ "item": "minecraft:sugar_cane" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/sunflower.json b/src/generated/resources/data/create/recipe/milling/sunflower.json index a0a229b3b9..2c9504166f 100644 --- a/src/generated/resources/data/create/recipe/milling/sunflower.json +++ b/src/generated/resources/data/create/recipe/milling/sunflower.json @@ -5,7 +5,7 @@ "item": "minecraft:sunflower" } ], - "processingTime": 100, + "processing_time": 100, "results": [ { "count": 3, diff --git a/src/generated/resources/data/create/recipe/milling/tall_grass.json b/src/generated/resources/data/create/recipe/milling/tall_grass.json index bdc224049b..b38768ab30 100644 --- a/src/generated/resources/data/create/recipe/milling/tall_grass.json +++ b/src/generated/resources/data/create/recipe/milling/tall_grass.json @@ -5,7 +5,7 @@ "item": "minecraft:tall_grass" } ], - "processingTime": 100, + "processing_time": 100, "results": [ { "chance": 0.5, diff --git a/src/generated/resources/data/create/recipe/milling/terracotta.json b/src/generated/resources/data/create/recipe/milling/terracotta.json index e690c9d340..fb3cedaeaa 100644 --- a/src/generated/resources/data/create/recipe/milling/terracotta.json +++ b/src/generated/resources/data/create/recipe/milling/terracotta.json @@ -5,7 +5,7 @@ "item": "minecraft:terracotta" } ], - "processingTime": 200, + "processing_time": 200, "results": [ { "item": "minecraft:red_sand" diff --git a/src/generated/resources/data/create/recipe/milling/wheat.json b/src/generated/resources/data/create/recipe/milling/wheat.json index 61caee7864..e2b5de26d4 100644 --- a/src/generated/resources/data/create/recipe/milling/wheat.json +++ b/src/generated/resources/data/create/recipe/milling/wheat.json @@ -5,7 +5,7 @@ "item": "minecraft:wheat" } ], - "processingTime": 150, + "processing_time": 150, "results": [ { "item": "create:wheat_flour" diff --git a/src/generated/resources/data/create/recipe/milling/white_tulip.json b/src/generated/resources/data/create/recipe/milling/white_tulip.json index 3e5985f596..429ffc0fe7 100644 --- a/src/generated/resources/data/create/recipe/milling/white_tulip.json +++ b/src/generated/resources/data/create/recipe/milling/white_tulip.json @@ -5,7 +5,7 @@ "item": "minecraft:white_tulip" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/wither_rose.json b/src/generated/resources/data/create/recipe/milling/wither_rose.json index 9e41b04dfd..e5eab78e0b 100644 --- a/src/generated/resources/data/create/recipe/milling/wither_rose.json +++ b/src/generated/resources/data/create/recipe/milling/wither_rose.json @@ -5,7 +5,7 @@ "item": "minecraft:wither_rose" } ], - "processingTime": 50, + "processing_time": 50, "results": [ { "count": 2, diff --git a/src/generated/resources/data/create/recipe/milling/wool.json b/src/generated/resources/data/create/recipe/milling/wool.json index e741119427..4e549bec8a 100644 --- a/src/generated/resources/data/create/recipe/milling/wool.json +++ b/src/generated/resources/data/create/recipe/milling/wool.json @@ -5,7 +5,7 @@ "tag": "minecraft:wool" } ], - "processingTime": 100, + "processing_time": 100, "results": [ { "item": "minecraft:string" diff --git a/src/generated/resources/data/create/recipe/mixing/brass_ingot.json b/src/generated/resources/data/create/recipe/mixing/brass_ingot.json index 4f15beb255..12bd50606d 100644 --- a/src/generated/resources/data/create/recipe/mixing/brass_ingot.json +++ b/src/generated/resources/data/create/recipe/mixing/brass_ingot.json @@ -1,6 +1,6 @@ { "type": "create:mixing", - "heatRequirement": "heated", + "heat_requirement": "heated", "ingredients": [ { "tag": "c:ingots/copper" diff --git a/src/generated/resources/data/create/recipe/mixing/chocolate.json b/src/generated/resources/data/create/recipe/mixing/chocolate.json index 093577bbac..90f5861b0a 100644 --- a/src/generated/resources/data/create/recipe/mixing/chocolate.json +++ b/src/generated/resources/data/create/recipe/mixing/chocolate.json @@ -1,6 +1,6 @@ { "type": "create:mixing", - "heatRequirement": "heated", + "heat_requirement": "heated", "ingredients": [ { "item": "minecraft:sugar" @@ -11,7 +11,7 @@ { "type": "fluid_tag", "amount": 250, - "fluidTag": "c:milk" + "fluid_tag": "c:milk" } ], "results": [ diff --git a/src/generated/resources/data/create/recipe/mixing/chocolate_melting.json b/src/generated/resources/data/create/recipe/mixing/chocolate_melting.json index 4e094c0fb2..ebabdf2c49 100644 --- a/src/generated/resources/data/create/recipe/mixing/chocolate_melting.json +++ b/src/generated/resources/data/create/recipe/mixing/chocolate_melting.json @@ -1,6 +1,6 @@ { "type": "create:mixing", - "heatRequirement": "heated", + "heat_requirement": "heated", "ingredients": [ { "item": "create:bar_of_chocolate" diff --git a/src/generated/resources/data/create/recipe/mixing/honey.json b/src/generated/resources/data/create/recipe/mixing/honey.json index 3260b5e2ac..64d7cb415e 100644 --- a/src/generated/resources/data/create/recipe/mixing/honey.json +++ b/src/generated/resources/data/create/recipe/mixing/honey.json @@ -1,6 +1,6 @@ { "type": "create:mixing", - "heatRequirement": "heated", + "heat_requirement": "heated", "ingredients": [ { "item": "minecraft:honey_block" diff --git a/src/generated/resources/data/create/recipe/mixing/lava_from_cobble.json b/src/generated/resources/data/create/recipe/mixing/lava_from_cobble.json index 92e346cd8e..c05b3eb1b1 100644 --- a/src/generated/resources/data/create/recipe/mixing/lava_from_cobble.json +++ b/src/generated/resources/data/create/recipe/mixing/lava_from_cobble.json @@ -1,6 +1,6 @@ { "type": "create:mixing", - "heatRequirement": "superheated", + "heat_requirement": "superheated", "ingredients": [ { "tag": "c:cobblestones" diff --git a/src/generated/resources/data/create/recipe/mixing/tea.json b/src/generated/resources/data/create/recipe/mixing/tea.json index 49b7628a4d..20048aa881 100644 --- a/src/generated/resources/data/create/recipe/mixing/tea.json +++ b/src/generated/resources/data/create/recipe/mixing/tea.json @@ -1,6 +1,6 @@ { "type": "create:mixing", - "heatRequirement": "heated", + "heat_requirement": "heated", "ingredients": [ { "tag": "minecraft:leaves" @@ -13,7 +13,7 @@ { "type": "fluid_tag", "amount": 250, - "fluidTag": "c:milk" + "fluid_tag": "c:milk" } ], "results": [ diff --git a/src/generated/resources/data/create/recipe/sequenced_assembly/precision_mechanism.json b/src/generated/resources/data/create/recipe/sequenced_assembly/precision_mechanism.json index 480d02cb9b..2f8b71a3db 100644 --- a/src/generated/resources/data/create/recipe/sequenced_assembly/precision_mechanism.json +++ b/src/generated/resources/data/create/recipe/sequenced_assembly/precision_mechanism.json @@ -90,7 +90,7 @@ ] } ], - "transitionalItem": { + "transitional_item": { "item": "create:incomplete_precision_mechanism" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipe/sequenced_assembly/sturdy_sheet.json b/src/generated/resources/data/create/recipe/sequenced_assembly/sturdy_sheet.json index c7ea822e49..710590b9c6 100644 --- a/src/generated/resources/data/create/recipe/sequenced_assembly/sturdy_sheet.json +++ b/src/generated/resources/data/create/recipe/sequenced_assembly/sturdy_sheet.json @@ -55,7 +55,7 @@ ] } ], - "transitionalItem": { + "transitional_item": { "item": "create:unprocessed_obsidian_sheet" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipe/sequenced_assembly/track.json b/src/generated/resources/data/create/recipe/sequenced_assembly/track.json index 6e497f9315..a8464382e8 100644 --- a/src/generated/resources/data/create/recipe/sequenced_assembly/track.json +++ b/src/generated/resources/data/create/recipe/sequenced_assembly/track.json @@ -66,7 +66,7 @@ ] } ], - "transitionalItem": { + "transitional_item": { "item": "create:incomplete_track" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/compat/immersiveengineering/coal_coke.json b/src/generated/resources/data/create/recipes/crushing/compat/immersiveengineering/coal_coke.json deleted file mode 100644 index 13bd0f682f..0000000000 --- a/src/generated/resources/data/create/recipes/crushing/compat/immersiveengineering/coal_coke.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "create:crushing", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ], - "ingredients": [ - { - "item": "immersiveengineering:coal_coke" - } - ], - "processingTime": 200, - "results": [ - { - "item": "immersiveengineering:dust_coke" - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/compat/immersiveengineering/coke_block.json b/src/generated/resources/data/create/recipes/crushing/compat/immersiveengineering/coke_block.json deleted file mode 100644 index b20f9375c9..0000000000 --- a/src/generated/resources/data/create/recipes/crushing/compat/immersiveengineering/coke_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "create:crushing", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ], - "ingredients": [ - { - "item": "immersiveengineering:coke" - } - ], - "processingTime": 200, - "results": [ - { - "count": 9, - "item": "immersiveengineering:dust_coke" - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/compat/immersiveengineering/slag.json b/src/generated/resources/data/create/recipes/crushing/compat/immersiveengineering/slag.json deleted file mode 100644 index bb6ea9091f..0000000000 --- a/src/generated/resources/data/create/recipes/crushing/compat/immersiveengineering/slag.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "create:crushing", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ], - "ingredients": [ - { - "item": "immersiveengineering:slag" - } - ], - "processingTime": 200, - "results": [ - { - "item": "immersiveengineering:slag_gravel" - } - ] -} \ No newline at end of file diff --git a/src/main/java/com/simibubi/create/api/contraption/storage/item/simple/SimpleMountedStorage.java b/src/main/java/com/simibubi/create/api/contraption/storage/item/simple/SimpleMountedStorage.java index db26f1fa25..117c371ad7 100644 --- a/src/main/java/com/simibubi/create/api/contraption/storage/item/simple/SimpleMountedStorage.java +++ b/src/main/java/com/simibubi/create/api/contraption/storage/item/simple/SimpleMountedStorage.java @@ -10,7 +10,7 @@ import com.simibubi.create.AllMountedStorageTypes; import com.simibubi.create.AllTags; import com.simibubi.create.api.contraption.storage.item.MountedItemStorageType; import com.simibubi.create.api.contraption.storage.item.WrapperMountedItemStorage; -import com.simibubi.create.foundation.utility.CreateCodecs; +import com.simibubi.create.foundation.codec.CreateCodecs; import net.minecraft.core.BlockPos; import net.minecraft.world.level.Level; diff --git a/src/main/java/com/simibubi/create/content/contraptions/sync/LimbSwingUpdatePacket.java b/src/main/java/com/simibubi/create/content/contraptions/sync/LimbSwingUpdatePacket.java index 0468755b5b..328bf8d076 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/sync/LimbSwingUpdatePacket.java +++ b/src/main/java/com/simibubi/create/content/contraptions/sync/LimbSwingUpdatePacket.java @@ -1,17 +1,17 @@ package com.simibubi.create.content.contraptions.sync; import com.simibubi.create.AllPackets; -import net.createmod.catnip.net.base.ClientboundPacketPayload; -import com.simibubi.create.infrastructure.codec.CreateStreamCodecs; -import net.createmod.catnip.codecs.stream.CatnipStreamCodecs; import io.netty.buffer.ByteBuf; +import net.createmod.catnip.codecs.stream.CatnipStreamCodecs; +import net.createmod.catnip.net.base.ClientboundPacketPayload; import net.minecraft.client.player.LocalPlayer; import net.minecraft.nbt.CompoundTag; import net.minecraft.network.codec.ByteBufCodecs; import net.minecraft.network.codec.StreamCodec; import net.minecraft.world.entity.Entity; import net.minecraft.world.phys.Vec3; + import net.neoforged.api.distmarker.Dist; import net.neoforged.api.distmarker.OnlyIn; diff --git a/src/main/java/com/simibubi/create/content/equipment/symmetryWand/ConfigureSymmetryWandPacket.java b/src/main/java/com/simibubi/create/content/equipment/symmetryWand/ConfigureSymmetryWandPacket.java index e49d40a493..0d118a937e 100644 --- a/src/main/java/com/simibubi/create/content/equipment/symmetryWand/ConfigureSymmetryWandPacket.java +++ b/src/main/java/com/simibubi/create/content/equipment/symmetryWand/ConfigureSymmetryWandPacket.java @@ -2,11 +2,10 @@ package com.simibubi.create.content.equipment.symmetryWand; import com.simibubi.create.AllPackets; import com.simibubi.create.content.equipment.symmetryWand.mirror.SymmetryMirror; -import net.createmod.catnip.net.base.ServerboundPacketPayload; -import com.simibubi.create.infrastructure.codec.CreateStreamCodecs; -import net.createmod.catnip.codecs.stream.CatnipStreamCodecs; import io.netty.buffer.ByteBuf; +import net.createmod.catnip.codecs.stream.CatnipStreamCodecs; +import net.createmod.catnip.net.base.ServerboundPacketPayload; import net.minecraft.network.codec.StreamCodec; import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.InteractionHand; diff --git a/src/main/java/com/simibubi/create/content/equipment/symmetryWand/mirror/SymmetryMirror.java b/src/main/java/com/simibubi/create/content/equipment/symmetryWand/mirror/SymmetryMirror.java index 9f6862063b..ee1f50cd48 100644 --- a/src/main/java/com/simibubi/create/content/equipment/symmetryWand/mirror/SymmetryMirror.java +++ b/src/main/java/com/simibubi/create/content/equipment/symmetryWand/mirror/SymmetryMirror.java @@ -12,8 +12,8 @@ import com.mojang.serialization.codecs.RecordCodecBuilder; import com.simibubi.create.foundation.utility.CreateLang; import dev.engine_room.flywheel.lib.model.baked.PartialModel; -import net.createmod.catnip.codecs.stream.CatnipStreamCodecs; import io.netty.buffer.ByteBuf; +import net.createmod.catnip.codecs.stream.CatnipStreamCodecs; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.network.chat.Component; @@ -27,6 +27,7 @@ import net.minecraft.world.level.block.state.properties.BlockStateProperties; import net.minecraft.world.level.block.state.properties.DirectionProperty; import net.minecraft.world.level.block.state.properties.Property; import net.minecraft.world.phys.Vec3; + import net.neoforged.api.distmarker.Dist; import net.neoforged.api.distmarker.OnlyIn; @@ -37,7 +38,7 @@ public abstract class SymmetryMirror { public static final String TRIPLE_PLANE = "triple_plane"; public static final Codec CODEC = RecordCodecBuilder.create(i -> i.group( - Codec.INT.fieldOf("orientationIndex").forGetter(SymmetryMirror::getOrientationIndex), + Codec.INT.fieldOf("orientation_index").forGetter(SymmetryMirror::getOrientationIndex), Vec3.CODEC.fieldOf("position").forGetter(SymmetryMirror::getPosition), Codec.STRING.fieldOf("type").forGetter(SymmetryMirror::typeName), Codec.BOOL.fieldOf("enable").forGetter(m -> m.enable) diff --git a/src/main/java/com/simibubi/create/content/equipment/zapper/terrainzapper/PlacementOptions.java b/src/main/java/com/simibubi/create/content/equipment/zapper/terrainzapper/PlacementOptions.java index 3cff69de17..8f1878d620 100644 --- a/src/main/java/com/simibubi/create/content/equipment/zapper/terrainzapper/PlacementOptions.java +++ b/src/main/java/com/simibubi/create/content/equipment/zapper/terrainzapper/PlacementOptions.java @@ -1,20 +1,16 @@ package com.simibubi.create.content.equipment.zapper.terrainzapper; +import org.jetbrains.annotations.NotNull; + import com.mojang.serialization.Codec; import com.simibubi.create.foundation.gui.AllIcons; -import net.createmod.catnip.lang.Lang; - -import com.simibubi.create.infrastructure.codec.CreateStreamCodecs; - +import io.netty.buffer.ByteBuf; import net.createmod.catnip.codecs.stream.CatnipStreamCodecBuilders; +import net.createmod.catnip.lang.Lang; import net.minecraft.network.codec.StreamCodec; import net.minecraft.util.StringRepresentable; -import io.netty.buffer.ByteBuf; - -import org.jetbrains.annotations.NotNull; - public enum PlacementOptions implements StringRepresentable { Merged(AllIcons.I_CENTERED), Attached(AllIcons.I_ATTACHED), diff --git a/src/main/java/com/simibubi/create/content/kinetics/crafter/MechanicalCraftingRecipe.java b/src/main/java/com/simibubi/create/content/kinetics/crafter/MechanicalCraftingRecipe.java index cdfc8d8651..d9cefc803a 100644 --- a/src/main/java/com/simibubi/create/content/kinetics/crafter/MechanicalCraftingRecipe.java +++ b/src/main/java/com/simibubi/create/content/kinetics/crafter/MechanicalCraftingRecipe.java @@ -4,12 +4,13 @@ import org.jetbrains.annotations.NotNull; import com.mojang.serialization.Codec; import com.mojang.serialization.MapCodec; +import com.mojang.serialization.codecs.RecordCodecBuilder; import com.simibubi.create.AllRecipeTypes; import com.simibubi.create.foundation.mixin.accessor.ShapedRecipeAccessor; -import com.simibubi.create.infrastructure.codec.CombiningCodec; import net.minecraft.core.NonNullList; import net.minecraft.network.RegistryFriendlyByteBuf; +import net.minecraft.network.codec.ByteBufCodecs; import net.minecraft.network.codec.StreamCodec; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.crafting.CraftingBookCategory; @@ -22,7 +23,6 @@ import net.minecraft.world.item.crafting.ShapedRecipePattern; import net.minecraft.world.level.Level; public class MechanicalCraftingRecipe extends ShapedRecipe { - private final boolean acceptMirrored; public MechanicalCraftingRecipe(String groupIn, CraftingBookCategory category, @@ -88,41 +88,26 @@ public class MechanicalCraftingRecipe extends ShapedRecipe { return acceptMirrored; } - public static class Serializer extends ShapedRecipe.Serializer { - public static final MapCodec CODEC = CombiningCodec.ofExtending( - RecipeSerializer.SHAPED_RECIPE.codec(), - Codec.BOOL.fieldOf("acceptMirrored"), - MechanicalCraftingRecipe::fromShaped, - MechanicalCraftingRecipe::acceptsMirrored + public static class Serializer implements RecipeSerializer { + public static final MapCodec CODEC = RecordCodecBuilder.mapCodec(instance -> instance.group( + RecipeSerializer.SHAPED_RECIPE.codec().forGetter(t -> t), + Codec.BOOL.fieldOf("accept_mirrored").forGetter(MechanicalCraftingRecipe::acceptsMirrored) + ).apply(instance, MechanicalCraftingRecipe::fromShaped)); + + public static final StreamCodec STREAM_CODEC = StreamCodec.composite( + ShapedRecipe.Serializer.STREAM_CODEC, i -> i, + ByteBufCodecs.BOOL, i -> i.acceptMirrored, + MechanicalCraftingRecipe::fromShaped ); - public static final StreamCodec STREAM_CODEC = StreamCodec.of( - Serializer::toNetwork, Serializer::fromNetwork - ); - - public static @NotNull ShapedRecipe fromNetwork(@NotNull RegistryFriendlyByteBuf buffer) { - return fromShaped(ShapedRecipe.Serializer.STREAM_CODEC.decode(buffer), buffer.readBoolean() && buffer.readBoolean()); - } - - public static void toNetwork(@NotNull RegistryFriendlyByteBuf buffer, @NotNull ShapedRecipe recipe) { - ShapedRecipe.Serializer.STREAM_CODEC.encode(buffer, recipe); - if (recipe instanceof MechanicalCraftingRecipe) { - buffer.writeBoolean(true); - buffer.writeBoolean(((MechanicalCraftingRecipe) recipe).acceptsMirrored()); - } else - buffer.writeBoolean(false); - } - - @SuppressWarnings({"unchecked", "rawtypes"}) @Override - public @NotNull MapCodec codec() { - return (MapCodec) CODEC; + public @NotNull MapCodec codec() { + return CODEC; } @Override - public @NotNull StreamCodec streamCodec() { + public @NotNull StreamCodec streamCodec() { return STREAM_CODEC; } } - } diff --git a/src/main/java/com/simibubi/create/content/kinetics/deployer/ItemApplicationRecipe.java b/src/main/java/com/simibubi/create/content/kinetics/deployer/ItemApplicationRecipe.java index 9c7471e665..f2d2e9dc61 100644 --- a/src/main/java/com/simibubi/create/content/kinetics/deployer/ItemApplicationRecipe.java +++ b/src/main/java/com/simibubi/create/content/kinetics/deployer/ItemApplicationRecipe.java @@ -1,31 +1,32 @@ package com.simibubi.create.content.kinetics.deployer; +import java.util.function.Function; + import com.mojang.serialization.Codec; import com.mojang.serialization.MapCodec; +import com.mojang.serialization.codecs.RecordCodecBuilder; import com.simibubi.create.AllRecipeTypes; import com.simibubi.create.content.processing.recipe.ProcessingRecipe; import com.simibubi.create.content.processing.recipe.ProcessingRecipeBuilder.ProcessingRecipeParams; import com.simibubi.create.content.processing.recipe.ProcessingRecipeSerializer; -import com.simibubi.create.infrastructure.codec.CombiningCodec; import net.minecraft.network.FriendlyByteBuf; import net.minecraft.world.item.crafting.Ingredient; import net.minecraft.world.level.Level; + import net.neoforged.neoforge.items.wrapper.RecipeWrapper; public class ItemApplicationRecipe extends ProcessingRecipe { - public static > MapCodec codec(AllRecipeTypes recipeTypes) { - return CombiningCodec.ofExtending( - ProcessingRecipeSerializer.codec(recipeTypes), - Codec.BOOL.optionalFieldOf("keepHeldItem", false), - (parent, keepHeldItem) -> { - if (parent instanceof ItemApplicationRecipe iar) - iar.keepHeldItem = keepHeldItem; - return parent; - }, - recipe -> recipe instanceof ItemApplicationRecipe iar && iar.keepHeldItem - ); + return RecordCodecBuilder.mapCodec(i -> i.group( + ProcessingRecipeSerializer.codec(recipeTypes).forGetter(Function.identity()), + Codec.BOOL.optionalFieldOf("keep_held_item", false) + .forGetter(r -> r instanceof ItemApplicationRecipe iar && iar.keepHeldItem) + ).apply(i, (parent, keepHeldItem) -> { + if (parent instanceof ItemApplicationRecipe iar) + iar.keepHeldItem = keepHeldItem; + return parent; + })); } private boolean keepHeldItem; @@ -77,5 +78,4 @@ public class ItemApplicationRecipe extends ProcessingRecipe { super.writeAdditional(buffer); buffer.writeBoolean(keepHeldItem); } - } diff --git a/src/main/java/com/simibubi/create/content/kinetics/transmission/sequencer/ConfigureSequencedGearshiftPacket.java b/src/main/java/com/simibubi/create/content/kinetics/transmission/sequencer/ConfigureSequencedGearshiftPacket.java index b13616c5fc..d410bf3ed5 100644 --- a/src/main/java/com/simibubi/create/content/kinetics/transmission/sequencer/ConfigureSequencedGearshiftPacket.java +++ b/src/main/java/com/simibubi/create/content/kinetics/transmission/sequencer/ConfigureSequencedGearshiftPacket.java @@ -3,8 +3,8 @@ package com.simibubi.create.content.kinetics.transmission.sequencer; import java.util.Vector; import com.simibubi.create.AllPackets; +import com.simibubi.create.foundation.codec.CreateStreamCodecs; import com.simibubi.create.foundation.networking.BlockEntityConfigurationPacket; -import com.simibubi.create.infrastructure.codec.CreateStreamCodecs; import io.netty.buffer.ByteBuf; import net.minecraft.core.BlockPos; diff --git a/src/main/java/com/simibubi/create/content/logistics/vault/ItemVaultMountedStorage.java b/src/main/java/com/simibubi/create/content/logistics/vault/ItemVaultMountedStorage.java index f9570c0741..9d53c34344 100644 --- a/src/main/java/com/simibubi/create/content/logistics/vault/ItemVaultMountedStorage.java +++ b/src/main/java/com/simibubi/create/content/logistics/vault/ItemVaultMountedStorage.java @@ -7,7 +7,7 @@ import com.simibubi.create.AllMountedStorageTypes; import com.simibubi.create.api.contraption.storage.item.MountedItemStorageType; import com.simibubi.create.api.contraption.storage.item.WrapperMountedItemStorage; import com.simibubi.create.content.contraptions.Contraption; -import com.simibubi.create.foundation.utility.CreateCodecs; +import com.simibubi.create.foundation.codec.CreateCodecs; import net.minecraft.core.BlockPos; import net.minecraft.core.HolderLookup; @@ -16,7 +16,6 @@ import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.level.Level; import net.minecraft.world.level.block.entity.BlockEntity; import net.minecraft.world.level.block.state.BlockState; - import net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate.StructureBlockInfo; import net.neoforged.neoforge.items.ItemStackHandler; diff --git a/src/main/java/com/simibubi/create/content/processing/recipe/ProcessingRecipeSerializer.java b/src/main/java/com/simibubi/create/content/processing/recipe/ProcessingRecipeSerializer.java index 25bfa434f1..8b497369bd 100644 --- a/src/main/java/com/simibubi/create/content/processing/recipe/ProcessingRecipeSerializer.java +++ b/src/main/java/com/simibubi/create/content/processing/recipe/ProcessingRecipeSerializer.java @@ -23,6 +23,7 @@ import net.minecraft.resources.ResourceLocation; import net.minecraft.util.ExtraCodecs; import net.minecraft.world.item.crafting.Ingredient; import net.minecraft.world.item.crafting.RecipeSerializer; + import net.neoforged.neoforge.fluids.FluidStack; @MethodsReturnNonnullByDefault @@ -53,8 +54,8 @@ public class ProcessingRecipeSerializer> implement i.getFluidResults().forEach(o -> list.add(Either.right(o))); return list; }), - ExtraCodecs.NON_NEGATIVE_INT.optionalFieldOf("processingTime", 0).forGetter(T::getProcessingDuration), - HeatCondition.CODEC.optionalFieldOf("heatRequirement", HeatCondition.NONE).forGetter(T::getRequiredHeat) + ExtraCodecs.NON_NEGATIVE_INT.optionalFieldOf("processing_time", 0).forGetter(T::getProcessingDuration), + HeatCondition.CODEC.optionalFieldOf("heat_requirement", HeatCondition.NONE).forGetter(T::getRequiredHeat) ).apply(instance, (ingredients, results, processingTime, heatRequirement) -> { if (!(recipeTypes.serializerSupplier.get() instanceof ProcessingRecipeSerializer processingRecipeSerializer)) throw new RuntimeException("Not a processing recipe serializer " + recipeTypes.serializerSupplier.get()); diff --git a/src/main/java/com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer.java b/src/main/java/com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer.java index a3338d866d..ff90581ae7 100644 --- a/src/main/java/com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer.java +++ b/src/main/java/com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer.java @@ -20,7 +20,7 @@ public class SequencedAssemblyRecipeSerializer implements RecipeSerializer CODEC = RecordCodecBuilder.mapCodec( i -> i.group( Ingredient.CODEC.fieldOf("ingredient").forGetter(SequencedAssemblyRecipe::getIngredient), - ProcessingOutput.CODEC.fieldOf("transitionalItem").forGetter(r -> r.transitionalItem), + ProcessingOutput.CODEC.fieldOf("transitional_item").forGetter(r -> r.transitionalItem), SequencedRecipe.CODEC.listOf().fieldOf("sequence").forGetter(SequencedAssemblyRecipe::getSequence), ProcessingOutput.CODEC.listOf().fieldOf("results").forGetter(r -> r.resultPool), ExtraCodecs.NON_NEGATIVE_INT.optionalFieldOf("loops").forGetter(r -> Optional.of(r.getLoops())) diff --git a/src/main/java/com/simibubi/create/content/schematics/cannon/ConfigureSchematicannonPacket.java b/src/main/java/com/simibubi/create/content/schematics/cannon/ConfigureSchematicannonPacket.java index 4e0ad706bc..98e0a2a772 100644 --- a/src/main/java/com/simibubi/create/content/schematics/cannon/ConfigureSchematicannonPacket.java +++ b/src/main/java/com/simibubi/create/content/schematics/cannon/ConfigureSchematicannonPacket.java @@ -2,17 +2,14 @@ package com.simibubi.create.content.schematics.cannon; import com.simibubi.create.AllPackets; import com.simibubi.create.content.schematics.cannon.SchematicannonBlockEntity.State; -import net.createmod.catnip.net.base.ServerboundPacketPayload; +import io.netty.buffer.ByteBuf; import net.createmod.catnip.codecs.stream.CatnipStreamCodecBuilders; +import net.createmod.catnip.net.base.ServerboundPacketPayload; import net.minecraft.network.codec.ByteBufCodecs; import net.minecraft.network.codec.StreamCodec; import net.minecraft.server.level.ServerPlayer; -import com.simibubi.create.infrastructure.codec.CreateStreamCodecs; - -import io.netty.buffer.ByteBuf; - public record ConfigureSchematicannonPacket(Option option, boolean set) implements ServerboundPacketPayload { public static final StreamCodec STREAM_CODEC = StreamCodec.composite( Option.STREAM_CODEC, ConfigureSchematicannonPacket::option, diff --git a/src/main/java/com/simibubi/create/content/schematics/packet/SchematicUploadPacket.java b/src/main/java/com/simibubi/create/content/schematics/packet/SchematicUploadPacket.java index 86d89569cf..9a57a581d9 100644 --- a/src/main/java/com/simibubi/create/content/schematics/packet/SchematicUploadPacket.java +++ b/src/main/java/com/simibubi/create/content/schematics/packet/SchematicUploadPacket.java @@ -3,19 +3,14 @@ package com.simibubi.create.content.schematics.packet; import com.simibubi.create.AllPackets; import com.simibubi.create.Create; import com.simibubi.create.content.schematics.table.SchematicTableMenu; -import net.createmod.catnip.net.base.ServerboundPacketPayload; - -import net.createmod.catnip.codecs.stream.CatnipStreamCodecBuilders; -import net.minecraft.core.BlockPos; -import net.minecraft.network.FriendlyByteBuf; -import net.minecraft.network.codec.ByteBufCodecs; -import net.minecraft.network.codec.StreamCodec; -import net.minecraft.resources.ResourceLocation; -import net.minecraft.server.level.ServerPlayer; - -import com.simibubi.create.infrastructure.codec.CreateStreamCodecs; import io.netty.buffer.ByteBuf; +import net.createmod.catnip.codecs.stream.CatnipStreamCodecBuilders; +import net.createmod.catnip.net.base.ServerboundPacketPayload; +import net.minecraft.core.BlockPos; +import net.minecraft.network.codec.ByteBufCodecs; +import net.minecraft.network.codec.StreamCodec; +import net.minecraft.server.level.ServerPlayer; public record SchematicUploadPacket(int code, long size, String schematic, byte[] data) implements ServerboundPacketPayload { diff --git a/src/main/java/com/simibubi/create/content/trains/CubeParticleData.java b/src/main/java/com/simibubi/create/content/trains/CubeParticleData.java index 2dfc9a0419..d2eb672d78 100644 --- a/src/main/java/com/simibubi/create/content/trains/CubeParticleData.java +++ b/src/main/java/com/simibubi/create/content/trains/CubeParticleData.java @@ -12,6 +12,7 @@ import net.minecraft.core.particles.ParticleType; import net.minecraft.network.RegistryFriendlyByteBuf; import net.minecraft.network.codec.ByteBufCodecs; import net.minecraft.network.codec.StreamCodec; + import net.neoforged.api.distmarker.Dist; import net.neoforged.api.distmarker.OnlyIn; @@ -23,7 +24,7 @@ public class CubeParticleData implements ParticleOptions, ICustomParticleData p.g), Codec.FLOAT.fieldOf("b").forGetter(p -> p.b), Codec.FLOAT.fieldOf("scale").forGetter(p -> p.scale), - Codec.INT.fieldOf("avgAge").forGetter(p -> p.avgAge), + Codec.INT.fieldOf("avg_age").forGetter(p -> p.avgAge), Codec.BOOL.fieldOf("hot").forGetter(p -> p.hot)) .apply(i, CubeParticleData::new)); diff --git a/src/main/java/com/simibubi/create/content/trains/TrainHUDUpdatePacket.java b/src/main/java/com/simibubi/create/content/trains/TrainHUDUpdatePacket.java index ce74fd3a26..3c599ba7f7 100644 --- a/src/main/java/com/simibubi/create/content/trains/TrainHUDUpdatePacket.java +++ b/src/main/java/com/simibubi/create/content/trains/TrainHUDUpdatePacket.java @@ -8,10 +8,11 @@ import com.mojang.datafixers.util.Function4; import com.simibubi.create.AllPackets; import com.simibubi.create.Create; import com.simibubi.create.content.trains.entity.Train; + +import io.netty.buffer.ByteBuf; +import net.createmod.catnip.codecs.stream.CatnipStreamCodecBuilders; import net.createmod.catnip.net.base.ClientboundPacketPayload; import net.createmod.catnip.net.base.ServerboundPacketPayload; - -import net.createmod.catnip.codecs.stream.CatnipStreamCodecBuilders; import net.minecraft.client.player.LocalPlayer; import net.minecraft.core.UUIDUtil; import net.minecraft.network.codec.ByteBufCodecs; @@ -19,9 +20,6 @@ import net.minecraft.network.codec.StreamCodec; import net.minecraft.network.protocol.common.custom.CustomPacketPayload; import net.minecraft.server.level.ServerPlayer; -import com.simibubi.create.infrastructure.codec.CreateStreamCodecs; - -import io.netty.buffer.ByteBuf; import net.neoforged.api.distmarker.Dist; import net.neoforged.api.distmarker.OnlyIn; diff --git a/src/main/java/com/simibubi/create/content/trains/graph/TrackGraphRollCallPacket.java b/src/main/java/com/simibubi/create/content/trains/graph/TrackGraphRollCallPacket.java index 9c71ad3b3a..308da88d36 100644 --- a/src/main/java/com/simibubi/create/content/trains/graph/TrackGraphRollCallPacket.java +++ b/src/main/java/com/simibubi/create/content/trains/graph/TrackGraphRollCallPacket.java @@ -8,19 +8,18 @@ import java.util.Map; import java.util.Set; import java.util.UUID; -import net.createmod.catnip.codecs.stream.CatnipStreamCodecBuilders; -import io.netty.buffer.ByteBuf; - import com.simibubi.create.AllPackets; import com.simibubi.create.Create; import com.simibubi.create.content.trains.GlobalRailwayManager; + +import io.netty.buffer.ByteBuf; +import net.createmod.catnip.codecs.stream.CatnipStreamCodecBuilders; import net.createmod.catnip.net.base.ClientboundPacketPayload; import net.createmod.catnip.platform.CatnipServices; -import com.simibubi.create.infrastructure.codec.CreateStreamCodecs; - import net.minecraft.client.player.LocalPlayer; import net.minecraft.network.codec.ByteBufCodecs; import net.minecraft.network.codec.StreamCodec; + import net.neoforged.api.distmarker.Dist; import net.neoforged.api.distmarker.OnlyIn; diff --git a/src/main/java/com/simibubi/create/content/trains/schedule/condition/ScheduleWaitCondition.java b/src/main/java/com/simibubi/create/content/trains/schedule/condition/ScheduleWaitCondition.java index a5886d1ea9..01651cbb26 100644 --- a/src/main/java/com/simibubi/create/content/trains/schedule/condition/ScheduleWaitCondition.java +++ b/src/main/java/com/simibubi/create/content/trains/schedule/condition/ScheduleWaitCondition.java @@ -6,7 +6,7 @@ import com.simibubi.create.Create; import com.simibubi.create.content.trains.entity.Train; import com.simibubi.create.content.trains.schedule.Schedule; import com.simibubi.create.content.trains.schedule.ScheduleDataEntry; -import com.simibubi.create.infrastructure.codec.CreateStreamCodecs; +import com.simibubi.create.foundation.codec.CreateStreamCodecs; import net.createmod.catnip.data.Pair; import net.minecraft.core.HolderLookup; diff --git a/src/main/java/com/simibubi/create/content/trains/schedule/destination/ScheduleInstruction.java b/src/main/java/com/simibubi/create/content/trains/schedule/destination/ScheduleInstruction.java index d827721a15..0ab7670759 100644 --- a/src/main/java/com/simibubi/create/content/trains/schedule/destination/ScheduleInstruction.java +++ b/src/main/java/com/simibubi/create/content/trains/schedule/destination/ScheduleInstruction.java @@ -2,13 +2,14 @@ package com.simibubi.create.content.trains.schedule.destination; import java.util.function.Supplier; +import javax.annotation.Nullable; + import com.simibubi.create.Create; import com.simibubi.create.content.trains.graph.DiscoveredPath; import com.simibubi.create.content.trains.schedule.Schedule; import com.simibubi.create.content.trains.schedule.ScheduleDataEntry; - import com.simibubi.create.content.trains.schedule.ScheduleRuntime; -import com.simibubi.create.infrastructure.codec.CreateStreamCodecs; +import com.simibubi.create.foundation.codec.CreateStreamCodecs; import net.createmod.catnip.data.Pair; import net.minecraft.core.HolderLookup; @@ -18,8 +19,6 @@ import net.minecraft.network.codec.StreamCodec; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.level.Level; -import javax.annotation.Nullable; - public abstract class ScheduleInstruction extends ScheduleDataEntry { public static final StreamCodec STREAM_CODEC = CreateStreamCodecs.ofLegacyNbtWithRegistries( ScheduleInstruction::write, ScheduleInstruction::fromTag diff --git a/src/main/java/com/simibubi/create/content/trains/signal/EdgeGroupColor.java b/src/main/java/com/simibubi/create/content/trains/signal/EdgeGroupColor.java index 61569ee471..046e9edaed 100644 --- a/src/main/java/com/simibubi/create/content/trains/signal/EdgeGroupColor.java +++ b/src/main/java/com/simibubi/create/content/trains/signal/EdgeGroupColor.java @@ -1,12 +1,8 @@ package com.simibubi.create.content.trains.signal; -import net.createmod.catnip.theme.Color; - -import com.simibubi.create.infrastructure.codec.CreateStreamCodecs; - -import net.createmod.catnip.codecs.stream.CatnipStreamCodecBuilders; import io.netty.buffer.ByteBuf; - +import net.createmod.catnip.codecs.stream.CatnipStreamCodecBuilders; +import net.createmod.catnip.theme.Color; import net.minecraft.network.codec.StreamCodec; public enum EdgeGroupColor { diff --git a/src/main/java/com/simibubi/create/content/trains/signal/SignalEdgeGroupPacket.java b/src/main/java/com/simibubi/create/content/trains/signal/SignalEdgeGroupPacket.java index 116f3f644c..032a265827 100644 --- a/src/main/java/com/simibubi/create/content/trains/signal/SignalEdgeGroupPacket.java +++ b/src/main/java/com/simibubi/create/content/trains/signal/SignalEdgeGroupPacket.java @@ -7,15 +7,15 @@ import java.util.UUID; import com.google.common.collect.ImmutableList; import com.simibubi.create.AllPackets; import com.simibubi.create.CreateClient; -import net.createmod.catnip.net.base.ClientboundPacketPayload; -import com.simibubi.create.infrastructure.codec.CreateStreamCodecs; import net.createmod.catnip.codecs.stream.CatnipStreamCodecBuilders; +import net.createmod.catnip.net.base.ClientboundPacketPayload; import net.minecraft.client.player.LocalPlayer; import net.minecraft.core.UUIDUtil; import net.minecraft.network.FriendlyByteBuf; import net.minecraft.network.codec.ByteBufCodecs; import net.minecraft.network.codec.StreamCodec; + import net.neoforged.api.distmarker.Dist; import net.neoforged.api.distmarker.OnlyIn; diff --git a/src/main/java/com/simibubi/create/content/trains/track/BezierTrackPointLocation.java b/src/main/java/com/simibubi/create/content/trains/track/BezierTrackPointLocation.java index 9ff3a1c1ea..07e285882e 100644 --- a/src/main/java/com/simibubi/create/content/trains/track/BezierTrackPointLocation.java +++ b/src/main/java/com/simibubi/create/content/trains/track/BezierTrackPointLocation.java @@ -1,7 +1,6 @@ package com.simibubi.create.content.trains.track; import com.mojang.serialization.Codec; - import com.mojang.serialization.codecs.RecordCodecBuilder; import io.netty.buffer.ByteBuf; @@ -11,8 +10,8 @@ import net.minecraft.network.codec.StreamCodec; public record BezierTrackPointLocation(BlockPos curveTarget, int segment) { public static final Codec CODEC = RecordCodecBuilder.create(i -> i.group( - BlockPos.CODEC.fieldOf("curveTarget").forGetter(BezierTrackPointLocation::curveTarget), - Codec.INT.fieldOf("segment").forGetter(BezierTrackPointLocation::segment) + BlockPos.CODEC.fieldOf("curve_target").forGetter(BezierTrackPointLocation::curveTarget), + Codec.INT.fieldOf("segment").forGetter(BezierTrackPointLocation::segment) ).apply(i, BezierTrackPointLocation::new)); public static final StreamCodec STREAM_CODEC = StreamCodec.composite( diff --git a/src/main/java/com/simibubi/create/foundation/utility/CreateCodecs.java b/src/main/java/com/simibubi/create/foundation/codec/CreateCodecs.java similarity index 94% rename from src/main/java/com/simibubi/create/foundation/utility/CreateCodecs.java rename to src/main/java/com/simibubi/create/foundation/codec/CreateCodecs.java index 6a2da386ac..56999bcf88 100644 --- a/src/main/java/com/simibubi/create/foundation/utility/CreateCodecs.java +++ b/src/main/java/com/simibubi/create/foundation/codec/CreateCodecs.java @@ -1,4 +1,4 @@ -package com.simibubi.create.foundation.utility; +package com.simibubi.create.foundation.codec; import com.mojang.serialization.Codec; import com.mojang.serialization.DataResult; diff --git a/src/main/java/com/simibubi/create/infrastructure/codec/CreateStreamCodecs.java b/src/main/java/com/simibubi/create/foundation/codec/CreateStreamCodecs.java similarity index 96% rename from src/main/java/com/simibubi/create/infrastructure/codec/CreateStreamCodecs.java rename to src/main/java/com/simibubi/create/foundation/codec/CreateStreamCodecs.java index eec2ffec37..866b26c729 100644 --- a/src/main/java/com/simibubi/create/infrastructure/codec/CreateStreamCodecs.java +++ b/src/main/java/com/simibubi/create/foundation/codec/CreateStreamCodecs.java @@ -1,4 +1,4 @@ -package com.simibubi.create.infrastructure.codec; +package com.simibubi.create.foundation.codec; import java.util.Vector; import java.util.function.BiFunction; diff --git a/src/main/java/com/simibubi/create/foundation/data/recipe/StandardRecipeGen.java b/src/main/java/com/simibubi/create/foundation/data/recipe/StandardRecipeGen.java index 626fa0f300..d379fa56aa 100644 --- a/src/main/java/com/simibubi/create/foundation/data/recipe/StandardRecipeGen.java +++ b/src/main/java/com/simibubi/create/foundation/data/recipe/StandardRecipeGen.java @@ -24,8 +24,8 @@ import org.jetbrains.annotations.Nullable; import com.google.common.base.Supplier; import com.google.common.collect.ImmutableList; -import com.mojang.datafixers.util.Pair; import com.mojang.serialization.MapCodec; +import com.mojang.serialization.codecs.RecordCodecBuilder; import com.simibubi.create.AllBlocks; import com.simibubi.create.AllItems; import com.simibubi.create.AllTags; @@ -36,7 +36,6 @@ import com.simibubi.create.content.decoration.palettes.AllPaletteStoneTypes; import com.simibubi.create.content.equipment.toolbox.ToolboxDyeingRecipe; import com.simibubi.create.foundation.mixin.accessor.MappedRegistryAccessor; import com.simibubi.create.foundation.recipe.ItemCopyingRecipe; -import com.simibubi.create.infrastructure.codec.CombiningCodec; import com.tterrag.registrate.util.entry.BlockEntry; import com.tterrag.registrate.util.entry.ItemEntry; import com.tterrag.registrate.util.entry.ItemProviderEntry; @@ -1781,12 +1780,10 @@ public class StandardRecipeGen extends CreateRecipeProvider { @Override public MapCodec codec() { - return CombiningCodec.of( - wrappedCodec, - ResourceLocation.CODEC.fieldOf("result"), - ModdedCookingRecipeOutputShim::new, - recipeShim -> Pair.of(recipeShim.wrapped, recipeShim.overrideID) - ); + return RecordCodecBuilder.mapCodec(instance -> instance.group( + wrappedCodec.forGetter(i -> i.wrapped), + ResourceLocation.CODEC.fieldOf("result").forGetter(i -> i.overrideID) + ).apply(instance, ModdedCookingRecipeOutputShim::new)); } @Override diff --git a/src/main/java/com/simibubi/create/foundation/fluid/FluidIngredient.java b/src/main/java/com/simibubi/create/foundation/fluid/FluidIngredient.java index 7dbff4a48c..ae9fd51b99 100644 --- a/src/main/java/com/simibubi/create/foundation/fluid/FluidIngredient.java +++ b/src/main/java/com/simibubi/create/foundation/fluid/FluidIngredient.java @@ -188,7 +188,7 @@ public abstract sealed class FluidIngredient implements Predicate { public static final class FluidTagIngredient extends FluidIngredient { public static final MapCodec CODEC = RecordCodecBuilder.mapCodec(i -> i.group( - TagKey.codec(Registries.FLUID).fieldOf("fluidTag").forGetter(fti -> fti.tag), + TagKey.codec(Registries.FLUID).fieldOf("fluid_tag").forGetter(fti -> fti.tag), Codec.INT.fieldOf("amount").forGetter(fti -> fti.amountRequired) ).apply(i, FluidTagIngredient::new) ); diff --git a/src/main/java/com/simibubi/create/foundation/item/ItemSlots.java b/src/main/java/com/simibubi/create/foundation/item/ItemSlots.java index 6f67b544e2..bb1052a2b6 100644 --- a/src/main/java/com/simibubi/create/foundation/item/ItemSlots.java +++ b/src/main/java/com/simibubi/create/foundation/item/ItemSlots.java @@ -7,7 +7,7 @@ import java.util.function.IntFunction; import com.mojang.serialization.Codec; import com.mojang.serialization.DataResult; import com.mojang.serialization.codecs.RecordCodecBuilder; -import com.simibubi.create.foundation.utility.CreateCodecs; +import com.simibubi.create.foundation.codec.CreateCodecs; import it.unimi.dsi.fastutil.ints.Int2ObjectMap; import it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap; diff --git a/src/main/java/com/simibubi/create/infrastructure/codec/CombiningCodec.java b/src/main/java/com/simibubi/create/infrastructure/codec/CombiningCodec.java deleted file mode 100644 index e81e7f347c..0000000000 --- a/src/main/java/com/simibubi/create/infrastructure/codec/CombiningCodec.java +++ /dev/null @@ -1,109 +0,0 @@ -package com.simibubi.create.infrastructure.codec; - -import java.util.Optional; -import java.util.function.BiFunction; -import java.util.function.Function; -import java.util.stream.Stream; - -import com.mojang.datafixers.util.Pair; -import com.mojang.serialization.Codec; -import com.mojang.serialization.DataResult; -import com.mojang.serialization.DynamicOps; -import com.mojang.serialization.Lifecycle; -import com.mojang.serialization.MapCodec; -import com.mojang.serialization.MapLike; -import com.mojang.serialization.RecordBuilder; - -public class CombiningCodec extends MapCodec { - protected final MapCodec first; - protected final MapCodec second; - protected final BiFunction combiner; - protected final Function> extractor; - - protected CombiningCodec(MapCodec first, MapCodec second, BiFunction combiner, Function> extractor) { - this.first = first; - this.second = second; - this.combiner = combiner; - this.extractor = extractor; - } - - public static Codec of(Codec first, Codec second, BiFunction combiner, Function> extractor) { - if (first instanceof MapCodec.MapCodecCodec firstMap && second instanceof MapCodec.MapCodecCodec secondMap) { - return new CombiningCodec<>(firstMap.codec(), secondMap.codec(), combiner, extractor).codec(); - } else { - return Codec.pair( - first, - second - ).xmap( - fsPair -> combiner.apply(fsPair.getFirst(), fsPair.getSecond()), - extractor - ); - } - } - - public static MapCodec of(MapCodec first, MapCodec second, BiFunction combiner, Function> extractor) { - return new CombiningCodec<>(first, second, combiner, extractor); - } - - public static MapCodec> of (MapCodec first, MapCodec second) { - return new CombiningCodec<>(first, second, Pair::of, pair -> pair); - } - - public static Codec> of(Codec first, Codec second) { - return of(first, second, Pair::of, pair -> pair); - } - - public static MapCodec ofExtending(MapCodec

parent, MapCodec child, BiFunction combiner, Function extractor) { - return new CombiningCodec<>(parent, child, combiner, c -> Pair.of(c, extractor.apply(c))); - } - - public static Codec ofExtending(Codec

parent, Codec child, BiFunction combiner, Function extractor) { - return of(parent, child, combiner, c -> Pair.of(c, extractor.apply(c))); - } - - @Override - public Stream keys(DynamicOps ops) { - return Stream.concat(first.keys(ops), second.keys(ops)); - } - - @Override - public DataResult decode(DynamicOps ops, MapLike input) { - DataResult parentResult = first.decode(ops, input); - Optional> parentError = parentResult.error(); - Lifecycle parentLifecycle = parentResult.lifecycle(); - - if (parentError.isPresent()) { - return DataResult.error(() -> parentError.get().message(), parentLifecycle); - } - - @SuppressWarnings("OptionalGetWithoutIsPresent") - A parentValue = parentResult.result().get(); - - DataResult childResult = second.decode(ops, input); - Optional> childError = childResult.error(); - Lifecycle childLifecycle = childResult.lifecycle(); - - if (childError.isPresent()) { - return DataResult.error(() -> childError.get().message(), childLifecycle); - } - - @SuppressWarnings("OptionalGetWithoutIsPresent") - B childValue = childResult.result().get(); - - Lifecycle lifecycle = parentLifecycle.add(childLifecycle); - - return DataResult.success( - combiner.apply(parentValue, childValue), - lifecycle - ); - } - - @Override - public RecordBuilder encode(AB input, DynamicOps ops, RecordBuilder prefix) { - Pair pair = extractor.apply(input); - - RecordBuilder parentResult = first.encode(pair.getFirst(), ops, prefix); - - return second.encode(pair.getSecond(), ops, parentResult); - } -}