Tags
Creators
Details
Licensed CC-BY-NC-4.0
Published 11 months ago
Updated 4 days ago
All versions
5.0.23
Release
Croparium 5.0.232 weeks ago 7
Compatibility
Minecraft: Java Edition
1.19.4
Platform
Forge
Supported environments
Client and server
Changes
Changes
- Updated Minecraft Forge
1.20.1to47.4.22. - Updated NeoForge
1.21.1to21.1.248. - Updated NeoForge
1.21.4to21.4.157. - Updated NeoForge
1.21.8to21.8.54. - Updated NeoForge
26.1.2to26.1.2.95.
Fixes
- The description in the comment for the
reactor core vertical range multiplierentry under theReactor Core Settingscategory in theCroparium.tomlconfig file did not match its actual behavior. - The mod could not correctly recognize and load the crop mappings for the Thermal Foundation expansion addon
cp_foundation, causing crops in that addon to lack drops. - When only one Experience Reactor Module was loaded in a Reactor Core or Reinforced Reactor Core, the experience value gained incorrectly used
harvest amount × 3; according to the experience formulaharvest amount × (n+1)^2, whenn=1it should beharvest amount × 4. - When players replace the Reactor Core block model
JSONvia a custom resource pack, if the outermost model element has partially or fully transparent areas, it will cause an X-ray see-through effect. - While loading the Mekanism addon, the resource crop mapping table for
cp_mekwas being added repeatedly.
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:srNXPOFJ:SSbHVvg4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:srNXPOFJ:SSbHVvg4"
}

