Merged
Conversation
…as_cloth" criteria instead of "has_item". - Updated JSON files for magenta, orange, pink, purple, red, white, and yellow anti-radiation armor pieces. - Added new advancements for crafting raw lead and uranium blocks, enriched soul soil, and reinforced glass. - Introduced new recipes for lead and uranium ingots, nuggets, and raw materials from decompacting. - Adjusted the category of enriched soul soil to "building". - Modified the splashing recipe for crushed raw lead to include lead nuggets.
- Updated CNCrushingRecipeGen to extend CrushingRecipeGen and removed redundant methods. - Updated CNEnrichedRecipeGen to extend EnrichedRecipeGen and simplified constructor. - Updated CNItemApplicationRecipeGen to extend ItemApplicationRecipeGen and streamlined constructor. - Updated CNMechanicalCraftingRecipeGen to extend MechanicalCraftingRecipeGen and removed unnecessary methods. - Updated CNMixingRecipeGen to extend MixingRecipeGen and simplified constructor. - Updated CNPressingRecipeGen to extend PressingRecipeGen and streamlined constructor. - Refactored CNProcessingRecipeGen to extend RecipeProvider and removed deprecated methods. - Updated CNShapelessRecipeGen to extend BaseRecipeProvider and removed unused methods. - Updated CNStandardRecipeGen to extend BaseRecipeProvider and simplified constructor. - Updated CNWashingRecipeGen to extend WashingRecipeGen and streamlined constructor. - Added DyedItemsList class for managing dyed item entries.
MathisGredt
approved these changes
Nov 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces new crafting recipes for various blocks and items in the mod, focusing on compacting and decomposing storage blocks, armor, and colored cloths. It also refactors dyeable item lists to use a new
DyedItemsListclass for better maintainability and consistency. Additionally, the mod dependencies are updated to newer versions for improved compatibility.Crafting Recipe Additions and Improvements
REINFORCED_GLASS,ENRICHED_SOUL_SOIL,ENRICHING_CAMPFIRE,RAW_URANIUM_BLOCK, andRAW_LEAD_BLOCK, allowing players to craft these with specific ingredients and patterns. [1] [2] [3] [4] [5]Armor and Cloth Recipe Refactor
Helmet,Chestplate,Leggings) andClothItemto use the newDyedItemsListclass, replacing the previous custom dye item list implementations for better structure and extensibility. [1] [2]Dependency and Version Updates
gradle.propertiesto newer releases, includingcreate_version,ponder_version, andflywheel_version, ensuring compatibility with the latest mod ecosystem.Codebase Maintenance
These changes collectively improve the mod's crafting system, enhance maintainability, and ensure up-to-date dependencies.