Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 8 months ago
All versions
5.1.0
Release
5.1.0 | 1.21.1 - Maintenance9 months ago 61
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- Made travel effect 3 seconds long again to prevent people on slower systems from falling through the world.
- Dying Frosthelm Guards are no longer saddened by their own death.
- Range of negative emotional impact on other Frosthelm Guards when one dies has been decreased.
- Frosthelm Guards no longer care about friendly fire so much.
- Removed Faction Frosthelm entity tag group.
- Biohazard Infestation range doubled.
- Blacksmith crafting price increased from 50 shards to 200 shards.
- Reworked Blacksmith crafting code, now will specify more clearly why crafting couldn’t be completed.
- Reworked Blacksmith crafting menu tick code.
- Reworked Blacksmith Menu page switching.
- Frosthelm Topside Bucket no longer has Old Physics and New Physics Engines running at the same time, causing it to start spinning at speeds comparable to a particle accelerator.
- Frosthelm Topside events are again more rare.
- Action Music for the End dimension now plays in the new end dimension, as intended.
- Optimised the code for using point cards.
- Optimised City Commander questline code.
- Small modifications done to light backpack.
- Reworked City NPCs to now use statues.
- Updated foliage textures.
- Punching a coin now will make it fly towards an entity’s chest (centre of mass) rather than their feet.
- Removed unused code for old S.erver C.ontrol attacks.
- Obsidian Ankles effect is granted again on dimension teleportation.
- Befuddled and Obsidian Ankles effect now are always visible.
- Added Redirect blocks.
- Optimised Frosthelm City Map.
- Removed unused files.
- Greatly optimised file size.
- RxShapes from 72KB to 43KB.
- Town Core no longer ticks.
- Fixed atrocious town core placement condition code.
- Fixed End Core placement condition.
- Removed unnecessary loot chest unlocking code.
- Reworked all quest NPCs.
- Chest unlocking events now happen in the centre of the block.
- Removed pickup delay for items from loot chest.
- Language file from 846 lines and 50KB to 817 lines and 48KB.
- Added fade to all light volumetrics.
- Other.
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:w5lZbH3v"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TtWEedD0:w5lZbH3v"
}

