Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated 7 months ago
All versions
v.2.3.0
Release
v.2.3.0-NEO7 months ago 113
Compatibility
Minecraft: Java Edition
1.21.10
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
v.2.3.0 for MC 1.21.10
The content from MC 1.21.6-1.21.10 is still missing from the lexicon; it will be added in the next updates.
✨ Features
- Item names are now translated and display a tooltip when hovered over + improved texts and layouts (c2e261f)
- Creaking page added (914047e)
🔧 Bug Fixes
- redstone contraption multiblock structure previews fixed (f5265d4)
- starter house multiblock structure preview fixed (8ab28f2)
- trading hall multiblock structure preview fixed (13b56f2)
- multiblock structure preview in some mob pages fixed (7679834)
- formatting fixes in some mob pages (6f5e207)
- wither multiblock structure (f5bcdc7)
- invalid formatting in some command pages (066fc14)
- redstone circuit gamescenes (07075e7)
- auto-smelter & super-smelter gamescenes (78d3ccc)
🔨 Refactoring
- modification pages improved (051ddc8)
- enchantment & end pages improved and expanded (88fcadd)
- enchantment & curse pages improved and expanded (eca7d1b)
- mob effect pages improved (327e3c3)
- weapon item page improved and expanded (44b5718)
- combat support item page improved and expanded (7997ffa)
- the starter house inside is now more viewable (87e26e4)
Optional dependencies
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:7RSp3ivG:LuVo5rvM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7RSp3ivG:LuVo5rvM"
}




