Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 7 months ago
All versions
1.3.1
Release
Create Nuclear 1.3.19 months ago 238.7K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
QOL
- Refactored variable naming for color values in anti-radiation item registration for consistency. (commit
608d0ed) - Replaced hardcoded item references with centralized
CNTagsfor better maintainability. (commit3235d73) - Removed commented-out method names from
BaseFireBlockMixinto improve clarity. (commit88ff259) - Updated issue tracker link in
mods.tomlto point to the correct repository. (commitbde8a82) - Updated
gradle.propertiesto reflect new versioning for Create and Ponder. (commit56022d9) - Reworked advancement and recipe criteria for anti-radiation armors to use
"has_cloth"instead of"has_item". (commit20b260a)
Bug Fixes
- Fixed recipe and crafting crash caused by outdated Create API usage. (commit
608d0ed) - Fixed missing and misapplied item tags for anti-radiation gear. (commit
e29bb3b) - Fixed data generation crash due to missing pattern in shaped recipe (
raw_lead_from_compacting). - Fixed mixin registration issues in
BaseFireBlockMixin. (commit88ff259) - Fixed outdated repository references in metadata. (commit
bde8a82)
Additions
- Added launch and task configuration for Forge data generation and dev environment. (commit
e6b1a03) - Added support for new Registrate API in recipe and datagen systems. (commit
5037ef4) - Added NeoForge metadata section with proper repository links. (commit
a679b47) - Added LICENSE file to repository. (commit
aa07430) - Added graphene texture and early material support. (commit
0ad7a95)
Technical / Codebase
- Refactored
RecipeProviderandRegistrateDataProviderto extend new API classes (Registrate 1.3.3). (commit5037ef4) - Cleaned up and merged development branches:
fixMixinfixCraftingAndCrashForCreate608fix-Tags-#68
- Simplified logic in
ReactorInputInventoryandBaseFireBlockMixin. - Updated repository structure and documentation.
Notes
- This version resolves the
NoSuchMethodErrorcrash when interacting with Create 6.0.7. - If you are using older versions of Create, update to Create 6.0.7+ for compatibility.
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:z611fdf7:L3PbtqgG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:z611fdf7:L3PbtqgG"
}

