Tags
Creators
Details
All versions
0.1.7.4+1.21.1
Release
Create: Garnished Reworked 0.1.7.4 for mc1.21.16 months ago 7,696
Compatibility
Minecraft: Java Edition
1.21.1–1.21.11
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
- Added/Adjusted configuration options
- Biome Specific Effects
- (Config Group, more config options found within) biomeSpecificEffectsFromConsumption | Options for enabling/disabling biome specific effects.
- provideSpecialEffectsFromBiome | Controls whether or not you get status effects from eating foods by being within a certain biome.
- statusEffectAmplifier | The amplifier of the given status effects
- statusEffectDurationInSeconds | The duration of the given status effects in seconds.
- isAmbient | Determines if the status effects in question are ambient.
- isVisible | Determines if the status effects in question are visible (particles).
- showIcon | Determines if the status effects' icons are viewable without the player's inventory open.
- Move 'elvenSweetBerryBushParticles' from BlockConfig -> ClientConfig
- Move 'tameUponFlapjackAdvancement' from ItemConfig -> EntityConfig
- Added additional configuration options for Squirrels
- squirrelsAttemptToPlantNutCrops | (Ineffective if 'squirrelsPickUpDroppedFoods' is disabled) Controls whether the squirrel entity can replant nut crops/saplings.
- squirrelItemSearchRadius | The distance that squirrels will search for items to pick up.
- squirrelBlockSearchRadius | The distance that squirrels will search for acceptable farmland/ground to plant nuts.
- Move 'allowLuckyPlingSoundEvent' from ClientConfig -> HatchetConfig
- Move 'allowShotgunSoundEvent' from ClientConfig -> HatchetConfig
- Biome Specific Effects
- Fix milling/crushing recipes with improper processing times
- Fix missing loot tables for Toughened Scales Block & Crystalised Corn Syrup Block
- Crystalised Corn Syrup Block requires Silk Touch
- Fix missing recipes for Chestnuts (barrel, and barrel to item)
- Fix missing translations (though doesn't affect anything) for en_ca
- Add missing advancement
- Phasmophobia (Hidden Advancement)
- Deprive resources from the deceased
- (parent advancement) 'Voltvyrm?'
- Phasmophobia (Hidden Advancement)
- Added entity type tag
- 'creategarnished:hatchet/anomalies'
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:f1wEzr0F:wxWA2IgN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:f1wEzr0F:wxWA2IgN"
}

