Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 11 hours ago
All versions
2.1.0
Release
Moog's End Structures 2.1.0-1.21+ [UNIVERSAL]last week 43.4K
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
Platforms
Fabric
Forge
NeoForge
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
Added
- Every mega ship now has a proper crew. Each intact ship is led by a captain, backed by sword-carrying guards and archers, all kitted out in armoured gear with trims
- Two of the deepslate ships now fly decorated banners
- Every structure now has its own toggle, spacing slider and preview button in the mod's config screen
Changed
- Ship crews are rolled fresh every time a ship generates
- The crashed mega ships now get buried into the terrain they generate in instead of on top. This makes generation look a lot more natural
- Mega ship treasure chests hand out fewer netherite ingots, noticeably fewer end crystals, and nether stars are now a genuinely rare find
- The overgrown vines on the placid prairie have been trimmed back to varied lengths
- Every structure has been rebuilt for each Minecraft version it supports, fixing a range of small visual and loading problems
- The pack now loads on Minecraft 26.2
Fixed
- A few chests that always held the exact same handful of items now roll real loot, like every other chest in the mod
- Chests and barrels that generated completely empty now hold proper loot
- Brushing suspicious sand now turns up End themed finds. It used to give nothing at all
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:xaGHkaus"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:r4PuRGfV:xaGHkaus"
}

