Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 2 years ago
All versions
1.5.3
Release
SupersLegend 1.5.32 years ago 454
Uploaded by
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
~New additions~
- New chests now have been added to the Loot Table that were previously unused and now contain various loot. (Bastion Bridge, Bastion Hoglin Stable, Nether Bridge, Shipwreck Map, Stronghold Corridor, Stronghold Crossing, Village butcher, Village Desert House, Village Fisher, Villager Fletcher, Village Mason, Village Savanna House, village Shepherd)
- Farmer Villager now has 3 new trades, Eponas Song Sheet (level 2), Sarias Song sheet (level 4), Zeldas Lullaby sheet (Level 5)
~Updated Items~
- BlueLuck Ring now reduces damage from Master Sword Beam
- Song Sheet Item now stacks to 16 from 1
~Bug Fixes~
- Fixed Heart Drop Entities not properly healing
- Fixed Village chests not generating loot
- Certain Songs were not accesibe due to being in the chests that wernt generating loot are now all obtainable
- Fixed a bug where picking up certain entities with golden gauntlets would crash game, now living entities are properly checked before pickup
~Other~
- Fixed Grammatical errors on several items.
- Fixed Text for Bait Bag, was reusing text form Delivery Bag
- Updated Blue Potion & Green Potion text to now properly say Magic instead of Stamina
- Removed unused code for WIP gale boomerang and will no longer show up in Config File
- Updated Several loot chests now contain new items previously only accesibly through trading
- Updated Several loot chests have had their loot adjusted to be more fair and give items more.
- Updated Several loot chests to now can contain music discs
- Updated Several loot chests now have guarenteed items, some items were found in really far out places and now always have a treasure.
- Cleric Villager trades for Prelude of Light Sheet (level 3), Magic Light Arrow (Level 5)
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:RrP37u3s:2JOMayAb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RrP37u3s:2JOMayAb"
}

