All versions
2.1.1
Release
Buzzy's Random Stuff 2.1.11 hour ago 2
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Food update, part 1 of 2
New Features
- Some new food items. Everything you might need to know is explained in Just Enough Items.
- Apples will no longer drop from Oak and Dark Oak trees, instead you'll want to find the new apple tree, generating in many Overworld biomes. These very commonly drop apples and have a new wood type.
- Lemon trees: similar to apple trees, but they drop lemons. They also have their own wood type. These can be found in Sparse Jungles and Sunflower Plains. They also have a large variant that can be grown with 4 saplings, which doesn't generate naturally.
- Added 3 new Redstone component blocks, Slipperstone, Bursters, and Entity Detectors
- Added Netting, a decorative connecting string block. Great for making football goals
- Added Pitch Grass, a block that footballs will roll smoothly on
- Added Chocolate Bricks
- New advancements
- Added the missing Green and Lime dye recipes
- Added an admin block, the Bedrock Button
- Husks can now rarely drop silver ingots instead of iron, making silver renewable
Changes
- Comparers can now detect things like crop growth by themselves without the need of something else constantly updating it. -- Note: They can sometimes turn off even if the two crops on both sides look the same; this is due to the "age" state that crops use, where multiple age values sometimes look the same. Detecting a fully grown crop with a comparer for an auto farm shouldn't be an issue if the one on the other side is mature.
- The Chocolate Bar recipe now gives you 3 at a time
- Backported the newer Lodestone recipe
- Marshmallows are now eaten much quicker, similar to dried kelp
- Retextured the block of chocolate
- Slightly adjusted the textures of the Placer and Breaker
- Rakes now deal additional attack damage like other tools
- The Erupting effect now spawns only medium Magma Cubes to make it consistent with Oozing
Fixes
- Fixed Placers and Breakers not responding to a redstone signal until being updated if the power source was placed first
- Fixed waxed copper windows being solid when open
- Fixed Nether wood crosses catching fire and burning
- Fixed the drinking sound missing when drinking an Energy Drink
- Fixed the stretched pixels in railing posts
- Fixed most of this mod's leaves not being compostable
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:LKefbKUP:RQwBNXde"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LKefbKUP:RQwBNXde"
}

