All versions
NeoForge1.21.10
Beta
NeoForge 1.21.10 — Complete Rewrite / 完整重写版5 days ago 11
Compatibility
Minecraft: Java Edition
1.21.10
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Changes
NeoForge 1.21.10 — Complete Rewrite
- Rebuilt the mod from scratch with a cleaner, maintainable codebase.
- Open a naturally generated Ruined Portal chest to receive a Nether Fortress Compass.
- Searches for the nearest Nether Fortress from the portal's corresponding Nether coordinates.
- Places or reuses a safe lodestone near the fortress and binds a vanilla compass to it.
- Each Ruined Portal chest rewards only once; progress is saved with the world.
- Server-side implementation compatible with vanilla clients and singleplayer.
- No required dependencies.
- Restored the original pixel compass icon.
NeoForge 1.21.10 — 完整重写版
- 从零重写模组,优化代码结构和可维护性。
- 打开自然生成的废弃传送门箱子,即可获得下界要塞指南针。
- 根据传送门对应的下界坐标寻找最近的下界要塞。
- 在要塞附近安全放置或复用磁石,并绑定原版指南针。
- 每个遗址箱子仅成功发放一次,触发记录随世界存档保存。
- 服务端运行,兼容原版客户端与单人游戏。
- 无必需前置 Mod。
- 恢复原来的像素指南针图标。
This is a beta release. Please report any unexpected in-game behavior with the relevant log and reproduction steps.
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:2Fn0iwIe:nerhipCc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2Fn0iwIe:nerhipCc"
}

