Tags
Creators
Details
All versions
3.0.12
Release
Bountiful Fares 3.0.122 weeks ago 4,920
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Bountiful Fares Version 3.0.12
Fixes
- Fixed a bug when any food that had the same stats as pumpkin pie (for example, Atmospheric's Orange Pudding) couldn't be eaten if the config option of placeable pumpkin pie was ON.
- Fixed several client-only mixins being loaded on the server side, causing the logs to be flooded with warns about classes being not found
- (Potentially) fixed a random crash that sometimes occurs when starting the game related to services
- Fixed Grassy Dirt not being able to be placed under solid blocks
- Fixed Ceramic Chests dropping their contents when dyed with an Artisan Brush
- Fixed (?) Desynchronization issued with Shulker Tiffins on dedicated servers
- Fixed Ebullience completely freezing exhaustion, and instead now only stopping exhaustion from being applied from exhaustive actions such as running or taking damage
Changes
- Updated
ja_jptranslations - Updated
pt_brtranslations - Increased the amount of Night Vision Strange Candy gives from 1 to 4 seconds
Integration
- Farmer's Delight
- Fixed the title of the compatibility cabinet blocks' GUIs having an incorrect translation key
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:YgrSDjlb:mobA3Cfl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YgrSDjlb:mobA3Cfl"
}

