Links
Tags
Creators
Details
All versions
1.1.17-neo
Release
1.1.17-1.21.1-neolast year 221
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Update
- Add Yoyos which are controllable weapons with automatic aiming.
- Add NPC chat system powered by datapack.
- Add some dynamic light sources. Mod Dynamic Sodium Light is optional.
- Add jei information to show npc shops.
Adjust
- Increase speed of Demon Scythe Projectile.
- Adjust range bow attack monsters' AI.
- Some projectiles can be killed by several weapons.
Fix
- NPC trade may not work properly.
- Some mob lost animations.
- Humanoid mob may have wrong animations.
- Using Whips with third person view never crash when installing mod Pehkui
- Error boss health.
For Developers:
- Move most interfaces to api folder.
- Move registry keys to internal class Keys in TERegistries.java.
Additions:
1.20.1 forge:
- Adjust fly speed of ridden bee.
- Adjust monster jump power.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| terra_entity-1.1.17-sources.jar | Unknown | 740.48 KiB |
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:BZKgbCzw:ykqKDbxI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BZKgbCzw:ykqKDbxI"
}

