Changes

Summary

  1. Make paths waterloggable. (details)
  2. The blocks registry never returns null (details)
  3. Switch waypoint compass items to be stored in an EnumMap (details)
  4. Fix translation of mixed dyed bottle (details)
  5. Remove these old unused recipe files (details)
  6. Move all the anvil recipes to the inspirations namespace (details)
  7. Avoid an import of the Inspirations class here (details)
  8. Remove the old anvil registry methods (details)
Commit 70ed082fc4bc7c9619c7bd1d58797f4b3614385d by spencerb21
Make paths waterloggable.
The file was modifiedsrc/main/java/knightminer/inspirations/building/block/PathBlock.java (diff)
Commit effb015e9708530cf5d464f8be443906540641bb by spencerb21
The blocks registry never returns null
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/BlockIngredient.java (diff)
Commit dc3a531dbff4a7c712cdef71406ef791b1a9a89a by spencerb21
Switch waypoint compass items to be stored in an EnumMap

Didn't know these existed, makes the most sense.
The file was modifiedsrc/main/java/knightminer/inspirations/tools/ToolsEvents.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/tools/recipe/CopyWaypointCompassRecipe.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/tools/datagen/ToolsRecipeProvider.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/common/datagen/InspirationsItemTagsProvider.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/tools/InspirationsTools.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/tools/ToolsClientProxy.java (diff)
Commit 29d4f8607797b9e8a15a961db7ddb570df883288 by spencerb21
Fix translation of mixed dyed bottle
The file was modifiedsrc/main/resources/assets/inspirations/lang/zh_cn.json (diff)
The file was modifiedsrc/main/resources/assets/inspirations/lang/de_de.json (diff)
The file was modifiedsrc/main/resources/assets/inspirations/lang/en_us.json (diff)
The file was modifiedsrc/main/resources/assets/inspirations/lang/ru_ru.json (diff)
Commit 78a4918d9189f4b9992376dceef4634f11ae068c by spencerb21
Remove these old unused recipe files
The file was removedsrc/main/resources/data/inspirations/recipes/recipes/dye/green.json
The file was removedsrc/main/resources/data/inspirations/recipes/recipes/dye/pink.json
The file was removedsrc/main/resources/data/inspirations/recipes/recipes/dye/brown_rg.json
The file was removedsrc/main/resources/data/inspirations/recipes/recipes/dye/light_gray_gw.json
The file was removedsrc/main/resources/data/inspirations/recipes/recipes/dye/light_blue.json
The file was removedsrc/main/resources/data/inspirations/recipes/tweaks/carrot_seeds.json
The file was removedsrc/main/resources/data/inspirations/recipes/recipes/dye/brown_gpo.json
The file was removedsrc/main/resources/data/inspirations/recipes/recipes/dye/magenta_brp.json
The file was removedsrc/main/resources/data/inspirations/recipes/recipes/dye/cyan.json
The file was removedsrc/main/resources/data/inspirations/recipes/recipes/dye/brown_yp.json
The file was removedsrc/main/resources/data/inspirations/recipes/utility/bricks_button.json
The file was removedsrc/main/resources/data/inspirations/recipes/recipes/dye/brown_rby.json
The file was removedsrc/main/resources/data/inspirations/recipes/recipes/dye/magenta_brrw.json
The file was removedsrc/main/resources/data/inspirations/recipes/recipes/dye/orange.json
The file was removedsrc/main/resources/data/inspirations/recipes/recipes/dye/purple.json
The file was removedsrc/main/resources/data/inspirations/recipes/recipes/dye/light_gray_bww.json
The file was removedsrc/main/resources/data/inspirations/recipes/recipes/dye/lime.json
The file was removedsrc/main/resources/data/inspirations/recipes/utility/nether_bricks_button.json
The file was removedsrc/main/resources/data/inspirations/recipes/recipes/dye/brown_ob.json
The file was removedsrc/main/resources/data/inspirations/recipes/recipes/dye/gray.json
The file was removedsrc/main/resources/data/inspirations/recipes/recipes/dye/magenta_pp.json
The file was removedsrc/main/resources/data/inspirations/recipes/tweaks/potato_seeds.json
Commit 87551ded8e7ac4f8b3bb12b5ff2fb5b323019841 by spencerb21
Move all the anvil recipes to the inspirations namespace
The file was modifiedsrc/generated/resources/.cache/cache (diff)
The file was addedsrc/generated/resources/data/inspirations/recipes/mossy_cobblestone_from_anvil_smashing.json
The file was removedsrc/generated/resources/data/minecraft/recipes/anvil_smash_jack_o_lantern.json
The file was addedsrc/generated/resources/data/inspirations/recipes/anvil_smash_red_mushroom_block.json
The file was removedsrc/generated/resources/data/minecraft/recipes/anvil_smash_infested_cobblestone.json
The file was addedsrc/generated/resources/data/inspirations/recipes/red_concrete_powder_from_anvil_smashing.json
The file was addedsrc/generated/resources/data/inspirations/recipes/magenta_concrete_powder_from_anvil_smashing.json
The file was addedsrc/generated/resources/data/inspirations/recipes/brown_concrete_powder_from_anvil_smashing.json
The file was addedsrc/generated/resources/data/inspirations/recipes/end_stone_from_anvil_smashing.json
The file was addedsrc/generated/resources/data/inspirations/recipes/anvil_smash_pumpkin.json
The file was addedsrc/generated/resources/data/inspirations/recipes/gravel_from_anvil_smashing.json
The file was removedsrc/generated/resources/data/minecraft/recipes/anvil_smash_melon.json
The file was addedsrc/generated/resources/data/inspirations/recipes/light_blue_concrete_powder_from_anvil_smashing.json
The file was addedsrc/generated/resources/data/inspirations/recipes/black_concrete_powder_from_anvil_smashing.json
The file was addedsrc/generated/resources/data/inspirations/recipes/granite_from_anvil_smashing.json
The file was addedsrc/generated/resources/data/inspirations/recipes/anvil_smash_glass_panes_tag.json
The file was addedsrc/generated/resources/data/inspirations/recipes/blue_concrete_powder_from_anvil_smashing.json
The file was addedsrc/generated/resources/data/inspirations/recipes/green_concrete_powder_from_anvil_smashing.json
The file was addedsrc/generated/resources/data/inspirations/recipes/gray_concrete_powder_from_anvil_smashing.json
The file was addedsrc/generated/resources/data/inspirations/recipes/anvil_smash_infested_chiseled_stone_bricks.json
The file was removedsrc/generated/resources/data/minecraft/recipes/cyan_concrete_powder_from_anvil_smashing.json
The file was removedsrc/generated/resources/data/minecraft/recipes/anvil_smash_red_mushroom_block.json
The file was addedsrc/generated/resources/data/inspirations/recipes/anvil_smash_carved_pumpkin.json
The file was removedsrc/generated/resources/data/minecraft/recipes/black_concrete_powder_from_anvil_smashing.json
The file was removedsrc/generated/resources/data/minecraft/recipes/green_concrete_powder_from_anvil_smashing.json
The file was removedsrc/generated/resources/data/minecraft/recipes/anvil_smash_glass_tag.json
The file was addedsrc/generated/resources/data/inspirations/recipes/cobble_from_bricks_anvil_smashing.json
The file was addedsrc/generated/resources/data/inspirations/recipes/anvil_smash_jack_o_lantern.json
The file was addedsrc/generated/resources/data/inspirations/recipes/anvil_smash_ice.json
The file was removedsrc/generated/resources/data/minecraft/recipes/red_concrete_powder_from_anvil_smashing.json
The file was addedsrc/generated/resources/data/inspirations/recipes/white_concrete_powder_from_anvil_smashing.json
The file was addedsrc/generated/resources/data/inspirations/recipes/anvil_smash_infested_stone_bricks.json
The file was addedsrc/generated/resources/data/inspirations/recipes/sand_from_anvil_smashing.json
The file was removedsrc/generated/resources/data/minecraft/recipes/cobble_from_smooth_stone_anvil_smashing.json
The file was removedsrc/generated/resources/data/minecraft/recipes/end_stone_from_anvil_smashing.json
The file was removedsrc/generated/resources/data/minecraft/recipes/mossy_cobblestone_from_anvil_smashing.json
The file was addedsrc/generated/resources/data/inspirations/recipes/yellow_concrete_powder_from_anvil_smashing.json
The file was removedsrc/generated/resources/data/minecraft/recipes/anvil_smash_infested_stone_bricks.json
The file was addedsrc/generated/resources/data/inspirations/recipes/pink_concrete_powder_from_anvil_smashing.json
The file was addedsrc/generated/resources/data/inspirations/recipes/cobble_from_stone_anvil_smashing.json
The file was removedsrc/generated/resources/data/minecraft/recipes/magenta_concrete_powder_from_anvil_smashing.json
The file was addedsrc/generated/resources/data/inspirations/recipes/anvil_smash_brown_mushroom_block.json
The file was removedsrc/generated/resources/data/minecraft/recipes/anvil_smash_carved_pumpkin.json
The file was removedsrc/generated/resources/data/minecraft/recipes/anvil_smash_infested_stone.json
The file was removedsrc/generated/resources/data/minecraft/recipes/purple_concrete_powder_from_anvil_smashing.json
The file was addedsrc/generated/resources/data/inspirations/recipes/lime_concrete_powder_from_anvil_smashing.json
The file was removedsrc/generated/resources/data/minecraft/recipes/light_blue_concrete_powder_from_anvil_smashing.json
The file was removedsrc/generated/resources/data/minecraft/recipes/white_concrete_powder_from_anvil_smashing.json
The file was removedsrc/generated/resources/data/minecraft/recipes/anvil_smash_brown_mushroom_block.json
The file was addedsrc/generated/resources/data/inspirations/recipes/purple_concrete_powder_from_anvil_smashing.json
The file was removedsrc/generated/resources/data/minecraft/recipes/orange_concrete_powder_from_anvil_smashing.json
The file was addedsrc/generated/resources/data/inspirations/recipes/anvil_smash_infested_stone.json
The file was removedsrc/generated/resources/data/minecraft/recipes/prismarine_from_anvil_smashing.json
The file was removedsrc/generated/resources/data/minecraft/recipes/anvil_smash_leaves.json
The file was modifiedsrc/main/java/knightminer/inspirations/common/datagen/AnvilRecipeBuilder.java (diff)
The file was addedsrc/generated/resources/data/inspirations/recipes/anvil_smash_infested_cracked_stone_bricks.json
The file was removedsrc/generated/resources/data/minecraft/recipes/anvil_smash_ice.json
The file was addedsrc/generated/resources/data/inspirations/recipes/light_gray_concrete_powder_from_anvil_smashing.json
The file was removedsrc/generated/resources/data/minecraft/recipes/anvil_smash_infested_mossy_stone_bricks.json
The file was removedsrc/generated/resources/data/minecraft/recipes/red_sand_from_anvil_smashing.json
The file was removedsrc/generated/resources/data/minecraft/recipes/sand_from_anvil_smashing.json
The file was removedsrc/generated/resources/data/minecraft/recipes/andesite_from_anvil_smashing.json
The file was addedsrc/generated/resources/data/inspirations/recipes/diorite_from_anvil_smashing.json
The file was addedsrc/generated/resources/data/inspirations/recipes/anvil_smash_leaves.json
The file was removedsrc/generated/resources/data/minecraft/recipes/granite_from_anvil_smashing.json
The file was removedsrc/generated/resources/data/minecraft/recipes/brown_concrete_powder_from_anvil_smashing.json
The file was removedsrc/generated/resources/data/minecraft/recipes/anvil_smash_glass_panes_tag.json
The file was removedsrc/generated/resources/data/minecraft/recipes/yellow_concrete_powder_from_anvil_smashing.json
The file was removedsrc/generated/resources/data/minecraft/recipes/pink_concrete_powder_from_anvil_smashing.json
The file was removedsrc/generated/resources/data/minecraft/recipes/gray_concrete_powder_from_anvil_smashing.json
The file was removedsrc/generated/resources/data/minecraft/recipes/anvil_smash_pumpkin.json
The file was addedsrc/generated/resources/data/inspirations/recipes/anvil_smash_infested_cobblestone.json
The file was addedsrc/generated/resources/data/inspirations/recipes/red_sand_from_anvil_smashing.json
The file was addedsrc/generated/resources/data/inspirations/recipes/andesite_from_anvil_smashing.json
The file was removedsrc/generated/resources/data/minecraft/recipes/light_gray_concrete_powder_from_anvil_smashing.json
The file was removedsrc/generated/resources/data/minecraft/recipes/anvil_smash_infested_chiseled_stone_bricks.json
The file was addedsrc/generated/resources/data/inspirations/recipes/anvil_smash_infested_mossy_stone_bricks.json
The file was addedsrc/generated/resources/data/inspirations/recipes/orange_concrete_powder_from_anvil_smashing.json
The file was removedsrc/generated/resources/data/minecraft/recipes/lime_concrete_powder_from_anvil_smashing.json
The file was addedsrc/generated/resources/data/inspirations/recipes/cobble_from_smooth_stone_anvil_smashing.json
The file was removedsrc/generated/resources/data/minecraft/recipes/blue_concrete_powder_from_anvil_smashing.json
The file was addedsrc/generated/resources/data/inspirations/recipes/anvil_smash_glass_tag.json
The file was removedsrc/generated/resources/data/minecraft/recipes/cobble_from_bricks_anvil_smashing.json
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/datagen/RecipesRecipeProvider.java (diff)
The file was removedsrc/generated/resources/data/minecraft/recipes/anvil_smash_infested_cracked_stone_bricks.json
The file was removedsrc/generated/resources/data/minecraft/recipes/cobble_from_stone_anvil_smashing.json
The file was removedsrc/generated/resources/data/minecraft/recipes/gravel_from_anvil_smashing.json
The file was addedsrc/generated/resources/data/inspirations/recipes/cyan_concrete_powder_from_anvil_smashing.json
The file was addedsrc/generated/resources/data/inspirations/recipes/prismarine_from_anvil_smashing.json
The file was addedsrc/generated/resources/data/inspirations/recipes/anvil_smash_melon.json
The file was removedsrc/generated/resources/data/minecraft/recipes/diorite_from_anvil_smashing.json
Commit 0ee45b0c28c6dc9a2be810a9ef3d9ac63a23ead0 by spencerb21
Avoid an import of the Inspirations class here

This is a library so it shouldn't import from there
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/anvil/AnvilRecipe.java (diff)
Commit fef74adabfd9dfe0ad81c4b0f10902e2524dc1af by spencerb21
Remove the old anvil registry methods
The file was modifiedsrc/main/java/knightminer/inspirations/library/InspirationsRegistry.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/InspirationsRecipes.java (diff)