All versions
1.4b2
Beta
A Collection of Random Stuff - 1.4b210 months ago 59
Compatibility
Minecraft: Java Edition
1.21.4
Platform
NeoForge
Supported environments
Client and server
Changes
This is the second beta for the 1.4 update. This is very incomplete, but it at least fleshes out some of the basic parts and works towards some of the bigger changes I'm working on making.
Changes:
- Updated to 1.21.4
- Added Hollowed Pale Oak Log and Stripped Hollowed Pale Oak Log
- Added Vertical Pale Oak Planks
- Added Pale Oak Bark
- Added Test Block -- Just for me to test stuff
- Activating the Core of All Bosses now teleports players into the Otherworld
- Renamed Mace to Piglin Beast Mace
- Removed Suitcase, Sack, and Santa's Sack
- Redid Colored Plank Textures
- Added Wooden Planks, Slabs, Stairs, etc. for the 7 new colors
- Removed the cooldown from Reinforced Bows, as they now function more like regular bows
- Fixed some block and item tags
- Placeable Bottles now use the glass sound set
- Placeable Bottles now modify the beacon color to the exact color in the bottle
- Added Ruby, Topaz, and Sapphire
- Added Gem Socketing Upgrade Smithing Template
- Renamed Enderite Upgrade Smithing Template to match Netherite Upgrade Smithing Template
- Enderite Upgrade Smithing Template now properly spawns in End City chests
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:mZCa2qoZ:EiFW3KTi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mZCa2qoZ:EiFW3KTi"
}

