Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 7 months ago
All versions
1.3.2-beta.3
Beta
Create Nuclear 1.3.2-beta.38 months ago 240K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
CHANGELOG
QOL
- cde16a4 | Bump mod version to 1.3.2-beta.3 Author: Giovanni, ArcEnStone 113118860+MathisGredt@users.noreply.github.com, CreateNuclearTeam
Bug Fixes
- 0955953 | Refactor coal dust tags and update related recipes for consistency Author: Giovanni
- 18ae9b9 | Update glass block tags and recipes for reinforced glass Author: Giovanni
Notes
- This batch merges fixes.
- Commits included in this changelog:
- commit
b39ffe0| Merge pull request #16 from Create-Nuclear-Team/main - commit
5efd4ac| Merge pull request #15 from Create-Nuclear-Team/FixUseTagsInCraftReinforcedGlass - commit
a7cc802| Merge pull request #14 from Create-Nuclear-Team/FixUseTagsInCraftReinforcedGlass
- commit
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:waO2BSHO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:z611fdf7:waO2BSHO"
}

