Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last week
All versions
2.1.9.1+1.21.1-neoforged
Release
Create: Garnished 2.1.9.1 for mc1.21.15 months ago 11K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
- Add new configuration options
- Worldgen features implemented by Create: Garnished
- Universal toggles
- Overworld
- Nether
- End
- All
- Individual toggles
- Universal toggles
- Mastic Blocks
- Friction Value
- Has Friction
- Numbing Parchment Blocks
- Provides Slowness status effect when standing on top of/within
- Slowness status effect amplifier
- Slowness status effect duration
- Abyssal Stone
- Provides Blindness status effect when standing on top of
- Blindness status effect duration
- Abyssal Stone particle drip
- Unstable Stone
- Provides Speed status effect when standing on top of
- Speed status effect amplifier
- Speed status effect duration
- Wyvern Stone
- Provides random beneficial status effect when standing on top of
- Random status effect amplifier
- Random status effect duration
- Wyvern Stone particle drip
- Voltaic Sea Grass
- Voltaic Sea Grass particle emit
- Can deal damage to non-player entities
- Can deal damage to players
- Amount of damage dealt to non-player entities
- Amount of damage dealt to players
- Conditional Effect Items
- Disable/Enable - Determines if status effects are provided due to the conditions listed in an item's given tooltip
- Worldgen features implemented by Create: Garnished
- Add new gamerules
- Determine whether or not in-world fluids implemented by Create: Garnished can be made infinite similar to water, only requiring 2 sources to make more
- Disabled by default
- Determine whether or not in-world fluids implemented by Create: Garnished can be made infinite similar to water, only requiring 2 sources to make more
- Fix incorrect instance of c:chocolate fluid tag
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:6e2SlzR4:Y41ntUK1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6e2SlzR4:Y41ntUK1"
}

