Links
Tags
Creators
Details
1.0.0
Compatibility
Changes
migration
Rework data storage and related calls to fit 1.21.11
fix
Fixed Death Position Calculation Logic
- Fixed void death position calculation logic: first checks for void presence before adjusting position
- Prevents continued downward search for ground position when death occurs in void
- Optimized death position localization algorithm to ensure accuracy
Fixed tombstone generation logic in flowing water and flowing lava
- Added detection support for the FLOWING_WATER fluid type
- Added detection support for the FLOWING_LAVA fluid type
feat
Added End Platform Placement Feature
- Fixed spelling error in void death location log entries
- Added logic flag to detect player deaths in the End void
- Implemented functionality to create glass platforms for players who died in the End Void
- Added four torches around the platform for illumination and marking
- Added placement area space checks to prevent block conflicts
- Added
placeEndPlatformIfPossiblemethod to handle End platform creation logic
Full Changelog: https://github.com/fly6516/SimpleTombStone/compare/1.20.4-Stable-1.0.4...1.21.11-Stable-1.0.0
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:SmfVPlgE:8qmTndl1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SmfVPlgE:8qmTndl1"
}

