All versions
3.11.8
Release
ShetiPhianCore 3.11.83 years ago 221
Compatibility
Minecraft: Java Edition
1.19.3
Platform
Forge
Supported environments
Client and server
Changes
- Fixed capability implementation; all handlers are now cached and invalidate is invoked when needed (solves memory leaks and random unpredictable mod interaction issues)
- Make the log stripping lookup code more fault-tolerant, and fall back to reading default method on fail
- Several Fixes to Teams
- Added texture remap system to override the texture used by retextured blocks (MultiBeds, Platforms) (see ) -- allows corrections when the particle texture is not the desired texture for a block -- resource packs that uses a common particle (eg. alacrity) just need to add the file (assets/shetiphian/texture_remap.json) line entries are formatted ("BlockID": "Texture") (eg: "minecraft:grass_block": "block/grass_block_top") -- the default file corrects the few Minecraft blocks that I knew of (grass types, pistons, etc.)
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:oX7uP2kS:n1H5zF5v"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oX7uP2kS:n1H5zF5v"
}

