-
Notifications
You must be signed in to change notification settings - Fork 7
Create v6 #236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Giovanniricotta2002
wants to merge
28
commits into
main
Choose a base branch
from
CreateV6
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Create v6 #236
Conversation
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
…nit update Create V6 end)
…mplementation Co-authored-by: MathisGredtYnov <113118860+MathisGredtYnov@users.noreply.github.com> Co-authored-by: mathi <mathis.gredt@ynov.com> Co-authored-by: ArcEnStone <113118860+MathisGredt@users.noreply.github.com>
…on for compile-time usage
…nd comment out unused dependencies; update CreateNuclear.java with necessary imports for item handling (work)
…arations; enable necessary dependencies for modCompileOnly and modLocalRuntime
…lease - Updated timestamps for various advancements and recipes to reflect the new release date. - Removed obsolete blasting recipes from the cache. - Added new recipes for steel ingot and white cloth. - Updated mechanical crafting recipes for uranium and reactor components. - Adjusted ArchEx compatibility files to align with the latest changes.
…alization to use net.createmod.catnip.lang.Lang for consistency
…ent import - Updated import statements in FanEnrichedCategoryJEI and FanEnrichedCategoryREI to use net.createmod.catnip.gui.element.GuiGameElement instead of the previous package. - Commented out unused imports and methods in CNRei class to clean up the code and improve readability. - Removed the implementation of REIClientPlugin from CNRei class, effectively disabling its functionality for now.
- Added advancements for crafting lead nuggets and raw lead from decompacting. - Removed outdated advancements for raw lead and uranium blocks. - Introduced new recipes for crafting lead and uranium ingots and nuggets from storage blocks. - Deleted obsolete smelting and blasting recipes for lead and uranium. - Updated anti-radiation helmet dye tag to include all helmet variants. - Cleaned up unnecessary recipes related to enriched soul soil and enriching campfire.
…local REGISTRATE instance for consistency
…ncy and improved readability
…dd access method for external use
… structure - Updated CNMixingRecipeGen, CNPressingRecipeGen, CNShapelessRecipeGen, CNStandardRecipeGen, CNWashingRecipeGen to extend new recipe generation classes from the Create API. - Removed unnecessary methods and streamlined recipe creation processes. - Introduced EnrichedRecipeGen for enriched recipes with mod compatibility. - Updated GUI texture imports to use new Catnip API. - Added DyedItemsList for managing dyed items. - Registered new Ponder tags and scenes for reactor components. - Implemented CreateNuclearLang for improved localization handling. - Refactored TextUtils to remove dependency on Create's Components utility. Co-authored-by: MathisGredtYnov <113118860+MathisGredtYnov@users.noreply.github.com> Co-authored-by: mathi <mathis.gredt@ynov.com> Co-authored-by: ArcEnStone <113118860+MathisGredt@users.noreply.github.com> Co-authored-by: ArcEnStone <113118860+MathisGredtYnov@users.noreply.github.com> Co-authored-by: MathisGredtYnov <mathis.gredt@ynov.com> Co-authored-by: MathisGredt <113118860+MathisGredtYnov@users.noreply.github.com>
…registration methods
…ure and functionality
- Adjusted timestamps for various resource files to reflect the latest update on 2025-12-21. - Added new recipes and advancements related to uranium and lead processing. - Updated model and tag files for improved compatibility and functionality. - Refined mechanical crafting recipes for uranium rod, reactor frame, and reactor core. - Enhanced shapeless recipes and standard recipes for better resource management.
…dler for drag-and-drop functionality
…on armor items (fix emi warning name tags
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 makes significant improvements to the project's build configuration and codebase organization. The main changes include migrating dependency and version management to a centralized
libs.versions.tomlfile, upgrading Gradle and Java versions, and refactoring block and block entity registration for better maintainability and feature support. Additionally, crafting recipes and tag assignments for several blocks have been updated and standardized.Build system and dependency management updates:
gradle.propertiesto the newgradle/libs.versions.tomlfile, centralizing and modernizing dependency management. This also includes updating versions for several dependencies and plugins. [1] [2]gradlew.batto use Java 21, aligning with newer Gradle and dependency requirements.Codebase refactoring and improvements:
CNBlocks.javaandCNBlockEntityTypes.javato use a local staticREGISTRATEinstance instead of referencingCreateNuclear.REGISTRATEmultiple times, improving code clarity and maintainability. [1] [2] [3]ores/uranium,ores/lead, etc.), ensuring better compatibility with other mods and data packs. [1] [2] [3] [4]Feature enhancements:
raw_uranium_block,raw_lead_block, andenriched_soul_soilusing the new recipe registration approach, including proper unlock conditions and pattern definitions.HalfShaftInstancetoOrientedRotatingVisualfor thereactor_outputblock entity, enabling more advanced rendering options.These changes collectively modernize the build process, improve code quality, and add new features, making the project easier to maintain and extend.