Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
All versions
2.0.2
Release
MES 2.0.2-1.21 [UNIVERSAL]2 months ago 121.6K
Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
Platforms
Fabric
Forge
NeoForge
Supported environments
Server-side
Singleplayer
Required content
Changes
Added
- Added 3 custom End loot tables (end_common, end_uncommon, end_rare) and applied them to all structures
- Filled empty barrels in the Deepslate Mega Ships with loot
Fixed
- Removed a broken template pool from the Crashed Deepslate Mega Ship that referenced NBT files which don't exist
Changed
- Consolidated all mega ship NBTs from versioned folders (v1_21_0_4, v1_21_5_10) into a single
mega_ship/subfolder as files were identical across versions - Removed versioned pool elements from all mega ship pools except mega_ship_deepslate_2/side_pool (which still needs versioning for the chain -> iron_chain rename in 1.21.9)
Removed
- Removed 18 unused loot table files that were leftover from earlier development
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:r4PuRGfV:oN0WTi2D"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:r4PuRGfV:oN0WTi2D"
}


