26.1-Beta-2
Compatibility
Changes
Changelog
Added:
-
Added Iron Woodstripper, Copper Woodstripper, Gold Woodstripper, Diamond Woodstripper, Netherite Woodstripper (Put 1 - 64 Log/Wood to your Off-Hand & Any type of Woodstripper in your Main-Hand and right click anywhere)
-
Added Raw Beef Sausage, Raw Pork Sausage, Raw Burger Patty, Cooked Burger Patty, Cooked Beef Sausage, Cooked Pork Sausage
-
Added Sculk Dye
-
Added New Types of Flower (Chater's Chestnut Brown (Brown Dye), Green Tulip (Green Dye), Yellow Tulip (Yellow Dye), Lime Tulip (Lime Dye), Magenta Tulip (Magenta Dye), Sculkflower (Sculk Dye))
-
Added New type of Grass (Sculk Grass, Drop Some Exp)
-
Added 1 more Blockstate for Meat Grinder
Adjustment:
-
(~) Change the Texture for Meat Grinder to have a Redstone hole on the backside of the block (but you can put a Redstone power anywhere)
-
(↑) Make the Meat Grinder have an indicator that shows the block in unpowered or powered with Redstone
-
(↑) Make the Meat Grinder Powered Blockstates to emit the same light level as a Blast Furnace
-
(↓) Make the Placement of the Meat Grinder to be placed on the Y axis rotation instead of in any direction, this mean this block will no longer be placed facing toward the sky or the bottom
Removed:
-
Removed Cooking Station Block
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:Z6nszblX:Ak5oLhEu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Z6nszblX:Ak5oLhEu"
}

