Tags
Creators
Details
Published 2 years ago
All versions
1.1.0
Release
Revamped Shipwrecks - 1.1.02 years ago 82.6K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
Additions:
- Added two new orientations: Upward and Downward vertical wrecks
- Sea shipwrecks now have a chance to generate their missing pieces disconnected from the main wreck, some containing their respective loot chest
- New debris pieces can generate around sea shipwrecks depending on their degradation stage
- Added new segment with partially in-tact sails, crow's nest, and stripped mast... nearly Unwrecked!
- Changed vanilla #shipwrecks tag to include Revamped wrecks
Changes:
- Added processors that remove fences and trapdoors when spawned underground
- Some segments can call upon specific other segments if they look good together, some of them can only generate under these conditions
- Most shipwrecks are now exclusively generated from the midsection segment, with exceptions
Fixes:
- Redesigned the generation system to make shipwrecks always visible from above ground, including upside-down wrecks that do not spawn on beaches in vanilla
- Shipwreck orientation & length randomization has been balanced, previously orientations would generate determined by how many unique segments they had (due to using only one pool containing all starting pieces)
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:ZnZ8uqXN:olo0Q6nb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZnZ8uqXN:olo0Q6nb"
}

