All versions
1.8.1
Release
Contentified 1.8.13 months ago 56
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Additions:
- Added different oxidation levels for Copper Torches, and their waxed variants.
- This means that Copper Torches can now oxidize, be waxed, and can be scraped like other Copper blocks.
- Added different oxidation levels for Magnet Blocks, and their waxed variants.
- This means that Magnet Blocks can now oxidize, be waxed, and can be scraped like other Copper blocks.
- The more Patina on a Magnet Block, the shorter the range in which mobs will be pushed away.
- Added 2 new Time Markers to match Bedrock Edition: Sunrise and Sunset.
Changes:
- Sifting Tables are now made with Gold instead of Copper.
- The texture and crafting recipe have been updated to reflect this.
- Sifting Tables have been overhauled.
- They now feature a fully-functional GUI, instead of working in world space.
- The top slot is for Dirt and blocks like it, and the bottom slot is the output for Sand.
- Sifting now takes a little bit and is no longer instantaneous.
- The additional loot items still rarely drop on top of a Sifting Table IN world space.
- Sand particles are now emitted on top of the Sifting Table when it finishes sifting a block.
- Icicles now require Silk Touch to be directly broken.
- They still drop themselves when they hit the ground after falling.
- Patina now has sounds when used on a block or mob.
- These sounds are pitched differently depending on the oxidation stage.
- Stepping inside of a Potion Cauldron will now cause the Potion’s effects to be applied to the entity and will use a level of the Potion within the Cauldron.
- The effect duration from this is significantly lower, though, being only ⅕ of the original effect’s duration.
- Ooze Blocks now emit sticky sounds when you climb them or cling to their underside whilst moving.
- Stonecutters in Villages now include Safeguards, in order to protect the Villagers.
- Voidfeathers can now stack to 16, but their cooldown is now slightly longer.
- Updated the icon of the Stickiness effect.
- Held items in your hand now move in first person, matching Bedrock Edition.
- Magnet Blocks now create Boron Fire on top of them instead of regular Fire.
- Copper Torches now use Copper sounds.
- Dispensers can no longer place Dirt.
- Adjusted the color of Grass in the Maple Grove biome.
- The mod’s internal sounds folder is now much more organized.
Fixes:
- Fixed the mod’s world generation features generating too rarely/in small patches.
- Fixed Alpaca Wool items dropping from Alpacas in different directions.
- Fixed the mod’s Nametag crafting recipe still existing in the mod’s files.
- Fixed Bouncy Rails not being placeable sometimes.
- Fixed Bouncy Rails bouncing Minecarts too high up in the air.
- Fixed Sifting Tables using the wrong bottom texture.
- Fixed Water in Cauldrons not being dyeable anymore.
- Fixed not being able to put Potions into Cauldrons anymore.
- Fixed Loons being able to spawn in the dark and being able to spawn underwater.
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:n8VQffJt:JnWqeFmG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n8VQffJt:JnWqeFmG"
}

