SGrave has been archived. SGrave will not receive any further updates unless the author decides to unarchive the project.
All versions
1d4-71p88
Release
Version 1d4 (v1.3.4) | MC 1.21.5 - 1.21.10 | Data pack8 months ago 427
Compatibility
Minecraft: Java Edition
1.21.5–1.21.10
Platform
Data Pack
Required content
Changes
A very small hotfix!
Additions
- Added support for Minecraft versions 1.21.9 - 1.21.10.
Changes
- Some text messages now have been changed to respect the type of SGrave being used (Mod or Data pack).
- For example wherever it says "SGrave data pack", it will now say "SGrave mod" when using the mod version.
- Some text messages have been changed to respect both types (e.g. "SGrave data pack" to simply "SGrave")
Technical
- The mod version of SGrave is now generated manually rather than using the modrinth automated tool, since it kinda sucks.
- All temporary items will now spawn very, very high.
- Previously, they used to spawn on Y=-100 and Y=-101, but know they spawn on Y=32767 and Y=65535.
- In one case, the item spawned right next to the player, which caused issue #16.
Fixes
#16 - The sculk sensors will continuously detect you, regardless of movement or sneaking.
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:slWK6iug:aQEMUZVe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:slWK6iug:aQEMUZVe"
}


