All versions
1.9.6
Release
Contentified 1.9.6last month 14
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
2 new Fire variations were added!! It's now possible to make a rainbow using Fire. There are also some other convenient features in this update!!!
Additions:
- Added the Gateway Compass.
- An upgrade from the regular Compass that shows you to the nearest LIT Nether Portal.
- Only finds Nether Portals and Lodestones within a range of 256 blocks.
- Can be connected to SEVERAL Lodestones and will show you to the nearest one of those.
- Smart enough to revert itself to a regular Gateway Compass if all Lodestones it’s linked to are broken.
- If no lit Nether Portals or Lodestones exist, then it will stop glowing.
- Crafted with a Compass surrounded by Crying Obsidian and Amethyst Shards.
- Added Fertilized Farmland.
- When you use Sulfur Goo on Farmland, it converts to Fertilized Farmland.
- Fertilized Farmland grows crops quicker than regular Farmland.
- A Hoe can be used to remove the Sulfur Goo, reverting it back to regular Farmland and giving you the Sulfur Goo back.
- Added Witherstone Bricks.
- Crafted from 4 Witherstone in a crafting grid to get 4.
- Has the same properties as regular Witherstone.
- Has the “Deadweight” archetype in Sulfur Cubes, like regular Witherstone.
- Added Witherstone Brick Stairs.
- Added Witherstone Brick Slabs.
- Added Witherstone Brick Walls.
- Added Sulfur Fire.
- Lights on Sulfur blocks and Cinnabar blocks.
- Deals 3 damage when stood in.
- It’s a dark blue color.
- Added the Sulfur Torch.
- Added the Sulfur Lantern.
- Added the Sulfur Campfire.
- Deals 3 damage when stood on.
- Added the Sulfur Jack o’Lantern.
- Added Sodium Fire.
- Lights on Resin blocks.
- Deals 1 damage when stood in.
- It’s a yellow color.
- Added the Sodium Torch.
- Added the Sodium Lantern.
- Added the Sodium Campfire.
- Deals 1 damage when stood on.
- Added the Sodium Jack o’Lantern.
- Added Potions of Bounciness.
- Brewed from Sulfur Goo and Awkward Potions.
- Can be made stronger using Glowstone Dust.
- Added Potions of Nausea.
- Brewed from Potent Sulfur and Awkward Potions.
- Added “clear” as a new argument for the /motion command.
- Clearing motion will set the entity’s velocity to 0.
Changes:
- Sulfur Goo can now be crafted with Charcoal to get 2 Gunpowder.
- Burning in different types of Fire now causes the color in the first-person overlay and on entities to change colors too.
- Spawn Eggs can now be thrown when not targeting a block, spawning the mob where it lands.
- This does NOT change the Spawn Egg’s Dispenser functionality.
- Mobs are now affected by the Nausea effect.
- For example, walking mobs now stagger when walking with the Nausea effect.
- The world name in the pause menu is now underlined.
- Ender Fire now deals 3 damage when stood in.
- Ender Campfires now deal 3 damage when stood on.
- The texture of Witherstone has received a slight brushup to better match the shading of the new Witherstone Bricks.
- Soul Jack o’Lanterns no longer have a unique glow around the eyes and mouth, matching other Jack o’Lanterns.
- Ooze Blocks, Dullstone, and Dullstone Bricks now light Ender Fire.
- Snow Bricks are now listed before Sandstone blocks instead of before Stone blocks.
- Removed Hanging Sign recipes from the Sawmill.
- /pathfind no longer requires the speed field in order to run, and defaults to 1 if that field is left empty.
- /motion now caps the velocity that can be applied to 50 to prevent game-breaking bugs and crashes.
Fixes:
- Fixed invisible WALL Signs not always shifting the text in the correct direction.
- Fixed invisible Signs not being invisible upon being placed if the data of that sign contained invisibility.
- Fixed the /health and /hunger commands not using literal arguments, but rather, suggestion arguments, which led to the command looking weird when typing it out.
- Fixed regular Fire not staying lit on regular Jack o’Lanterns.
- Fixed a crash when values in /motion add were too high.
- Fixed a miscolorization on the baby Gazelle’s neck.
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:CCaeaC5w"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n8VQffJt:CCaeaC5w"
}

