1.7.6_04-U
Compatibility
Changes
This version is incompatible with my nether reactor mod, the latest version that works is 1.7.6_02
(if it helps, any version with a capital U in the label is incompatible).
Backported slab functionality from Release 1.0.0 where you can make a double slab even if there's a block above, and where putting a slab above a single slab doesn't collapse into a double slab only.
The differing functionality is basically making the slab work like a door item in terms of structure.
Instead of placing BlockStep and causing updates in quantum tick time (since you're technically placing a slab ontop of another slab block, making it double), it is now ItemSlab finding conditions when you use the item. Thank you notch.
Later this year I will make an attempt to keep all the types of build up to date. This mod is technically 3 different editions: creative build (has singleplayer commands), nethercompatible (compatible with nether reactor mod), and standalone (this specific update caters toward this build).
It's a bit of a fight to get the nethercompatible to be compatible because that requires me updating the nether reactor mod with some of the alpha patches features, I think I should just make that a separate branch and stop worrying to make things easy.
Good Day.
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:hyaFsjDZ:FefJLTtH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hyaFsjDZ:FefJLTtH"
}
