Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 8 months ago
All versions
5.1.2
Release
5.1.2 | 1.21.1 - Maintenance9 months ago 42
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- Reduced range and optimised grass spreading mechanics.
- Removed slight animation on city npcs for performance benefits.
- Removed bad galaxy texture.
- End icon texture now consistent with other textures.
- Fixed rendering on far away objects.
- Optimised RxShape.
- Optimised RxObjects.
- Optimised Oceanliner model from 40KB to 7KB.
- Removed Harvester and Stickstoffwerfer for rework.
- Reworked DDET Drones.
- Exoprawns now spawn naturally.
- Optimised anthro model.
- Added Recycle Bin.
- Removed Entity Death trigger.
- Removed dX,eX,dY,eY,dZ,eZ player data.
- Removed HardTick mechanics.
- Rare mobs now spawn on all difficulties.
- Removed damageable/warfare tag.
- Removed Hazard Mode, implemented mechanics of it into the basic gamemode.
- End Weather is no longer stored as a variable.
- Added limits to how many volumetrics can be rendered in the scene at any point.
- Player Volumetrics now disabled by default for performance reasons.
- Moved a lot of tick code from frequent priority to medium priority.
- Other changes.
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:TtWEedD0:BDp0D2Hm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TtWEedD0:BDp0D2Hm"
}

