1.0.0
Compatibility
Changes
Removed all broken / unstable items from Terra Arts:
ankh charm and ankh shield: kicks you from the server with internal server error and you can't join back when you have a bad potion effect like poison/weakness/etc
shiny red balloon: doesnt work, should increase jump height
fluffy boots: doesn't work on singleplayer or multiplayer, should be a combination of rocket boots and hermes boots effects
cloud/blizzard/sandstorm in a bottle: doesnt work, should allow double jump
cloud/blizzard/sandstorm in a balloon: doesnt work, should increase jump height and allow double jump with increased jump height too
angel wings: doesnt work, should allow flight for 3.4 seconds
water walking boots: works but very very bad and inconsistent lava walking boots: works but very very bad and inconsistent will drop you into the lava / water randomly and sometime will make you float high above it
diving gear: doesnt increase breathing time
jellyfish diving gear: works but doesnt increase breathing time also crashes on newer versions of dummycore(not important but noteworthy)
lava stone: doesn't work
ice skates: doesnt work(not important)
rocket boots: destroy your fps when you jump even with particles turned off. also they stop working after relogging
//NOTE: The attached Dummycore (v1.12) is the only version that doesn't crash when wearing the flippers
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:Syox6SI3:jGrM6Jgt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Syox6SI3:jGrM6Jgt"
}

