Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last year
All versions
1.21.5-0.4
Beta
Goop 1.21.5-0.4last year 82
Compatibility
Minecraft: Java Edition
1.21.5
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Changes
I essentially remade the mod and improved a bunch of stuff
- The Mod is no longer purely a library; it adds some Optional Built-In Effects now!
- Calculations have been optimized
- More accurate surface detection and Puddle placement
- Improved Rendering
- Puddle and drip Scale changes are now smooth instead of jittery
- Fancy Goop now has dynamic faces on walls and ceilings as well
- Changed Emitter API to be Datadriven using Json files in Resourcepacks
- You no longer need to make a mod with goop as a dependency! You can add your own emitters using mostly simple Json. Here's a Guide on this.
- Added Client Only Mode
- If the Server doesn't have Goop installed, Damage Emitters will still somewhat work. Vanilla doesn't send enough data to clients to make advanced emitters work, unfortunately.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| goop-1.21.5-0.4-sources.jar | Unknown | 66.33 KiB |
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:S8fWq3KT:QTp7gdJW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:S8fWq3KT:QTp7gdJW"
}

