Tags
Creators
Details
Licensed LGPL-3.0-only
Published 7 months ago
Updated yesterday
All versions
1.20.1-ss1.0.16
Release
Legends Mod: Core 1.20.1-ss1.0.162 days ago 490
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Unavailable version
Changes
Legends Core Changelog: 1.0.16
- Reduced per-entity memory allocations using shared ability defaults and lazy data storage.
- Optimized ability lookups and removed duplicate ability-list creation across gameplay, input, and rendering events.
- Expanded Book of Legends into a larger two-page layout.
- Added page-flip animations.
- Added automatic pagination and removed page scrolling.
- Added drawn-style character model previews.
- Added a suit preview toggle using your player skin.
- Added character alignment labels.
- Added clickable ability description pages with a Back button.
- Added recently viewed character shortcuts.
- Added lectern support for Book of Legends.
- Added Rune Forge recipes and instructions to Nexus Foundations.
- Updated the Effects guide with missing effects.
- Removed Flash Flicker from the Effects guide.
- Expanded Mastery Rite descriptions.
- Fixed missing character previews.
- Fixed unreadable Back buttons and lingering tooltips.
- Fixed text overflowing pages and excessive empty space.
- Removed redundant Character Wiki and Nexus Foundations pages.
- Improved book icon spacing and alternate-suit pages.
- Expanded the Book of Legends introduction.
- Added all 13 Minecraft 1.21 Tuff variants with crafting and stonecutting recipes.
- Added fx textures.
- Preserved save-data compatibility and direct ability-data access.
- Fixed crash with guild
- Sonic Boom FX caused by Speed/Flight now spawns behind the player.
- Ground Speed with Speed Boost/Sonic Boom was upped by 1.5x.
- Added /legendsmod helmetlayer (default, helmet_off, helmet_on, both, none)
- Fix anyone being able to join a guild
- Added kick command for guilds
- Fixed Flight Barrel Rolls sending you downwards.
- Changed Player mixin name.
- Prevent anvil enchantments on NexusCore items
- Fix AZ Util Crash.
- Add printStackTrace to CommandSyntaxException handling
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:TfKZ50GD:qQ38XRoG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TfKZ50GD:qQ38XRoG"
}

