A112-1.1
Compatibility
Changes
I had played with an unreleased older version on my video: https://www.youtube.com/watch?v=_FUDGn9zH3s&t=746s
This version changes a few things to make it stable and balanced.
Game Changes
Added the Cyan Rose per suggestion by @jasiuwu06 (thank you!!)
Removed the outer layer of the zombie pigman's head for lore accuracy to legacy MCPE versions!

Loot Table Changes
- Added Cyan Rose as a common item.
- Added Boats as a rare item.
- Added Raw Porkchop as a common item.
- Switched reeds from common to rare.
- Switched arrows from rare to common.
Mob Drop Changes
Zombie Pigmen no longer dropped cooked porkchop, but instead drop a gold ingot if a 1/4 chance hits. This is for two reasons:
- copious amounts of porkchop makes the nether reactor event too easy, and the player can just heal.
- Sometimes dropping gold allows the player grace if they miss a gold block when activating the reactor, and rewards them if they do get the gold blocks.
Bug Fixes
Fixed a crash when a nether reactor's spire replaces another nether reactor.
Fixed a bug where mining a deactivated nether reactor boxes you in obsidian.
Misc.
Added a standalone ModLoader both for compatibility with my Alpha Patches mod and to support new recipes, items, entities, and blocks.
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:8Fk227H7:lJHFsW5q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8Fk227H7:lJHFsW5q"
}
