All versions
2.0.1
Release
Buzzy's Random Stuff 2.0.13 months ago 18
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- Added some new building blocks:
- Cracked Red Nether Bricks
- Cut Copper and Silver Walls
- Chiselled Bricks and Red Nether Bricks
- Iron, Copper, and Silver Windows
- Crosses - These are meant to connect beams at corners. They can also be used on their own.
- Fence, beam, support beam, and railing block sets for Brick and Red Nether Brick
- A Red Nether Brick item has been added for the recipes; four of them are crafted with the vanilla recipe for the block.
- Added the Rake, a tiered tool which can turn a 3x3 area of dirt into farmland.
- The empty and full states of the Spray Bottle are now considered separate items, and the Filled Spray Bottle is now in the Creative inventory
- 2-5 ice shards will now drop from any ice block (normal, packed, or blue) when mined without Silk Touch. Fortune affects this, and you can still use a hammer to get all 9 shards from an ice block.
- Stables can now generate a bit larger with up to 12 structures in one
- Spray Bottles can now be filled with Create's spout
- Grape, Joshua, and Gleam things can now be obtained with Create's saw
- Some more Create recipes
- Changed the textures that the sides of windows use to fix the holes in some of them
- Bees can now pollinate Grape and Caveblossom related plants
- Edited the description of the "Kinda Sus" advancement to explain how to complete it
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:OQhWGoBm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LKefbKUP:OQhWGoBm"
}

