Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 7 months ago
All versions
1.3.0
Release
1.3.0last year 56.1K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
QOL:
- The Enriching Campfire can now be lit with items having the tag
ItemTags.CREEPER_IGNITERS - The Enriching Campfire can now be extinguished with a shovel
- Changed the crafting of leggings
- Updated crafting recipes to accept more tags
- In-game display of Create items:
Crushed Raw Uranium,Crushed Raw Lead
Bug Fixes:
- Improved fluid interaction management
- Fixed name display in JEI: "Bulk Enriched" is now "Bulk Enriching", "Fan behing Enriched" is now "Fan behind Enriched Fire"
- The reactor can now be moved without causing disassembly or controller reorientation
- Fixed issue preventing crushing of raw lead blocks
- Resolved problems with washing crushed lead
- Lead ore can now be crushed properly
- Mod causes crashing when trying to load reactor
Additions:
- Adjusted ore generation
- Added the Altered Vision effect
- Yellowcake is now eatable
- New crafting recipe for lead: works on Fabric (only with copper) and Forge
- Added mod configuration options (fully functional, except for the explosion type)
- Added Autunite ore and all its variants
- Added attributes to the radiation potion
- Added additional tags for blocks and items
- Added crafts for crushing leads
Localizations:
- French 100%
- Turkish 100%
- Russian 94%
- Hungarian 94%
- Chinese Simplified 93%
- Portuguese, Brazilian 93%
- Czech 92%
- Polish 92%
- Romanian 92%
- Spanish 92%
- Swedish 92%
- Vietnamese 92%
- German 92%
- Korean 92%
- Danish 89%
- Ukrainian 89%
- Arabic 88%
- Dutch 79%
- Japanese 71%
- Italian 60%
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:giA0FVYY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:z611fdf7:giA0FVYY"
}

