Tags
Creators
Details
1.3.0b
Compatibility
Changes
Hello! This is all but a complete rewriting of the entire modification. Updating from any previous version will very likely cause all of your blocks to disappear so be careful!
A lot of optimisations from the previous version have brought the file size down from 3.3MB to 0.7MB. The mod should also run better in general. A lot of blocks have been switched to be blockstates instead of standalone, making the spanner way more useful. A lot of recipes have been made way more generous, very much so the nuclear crates. Hope you enjoy!
- Blue Carpet Floor now is flammable.
- Blue Carpet Floor can now be broken faster with hoe tools.
- Ceiling Panel no longer flammable.
- Ceiling Light no longer flammable.
- Ceiling Light Glowing no longer flammable.
- Small Chair no longer flammable.
- Optimised Wooden Shelves by now using blockstates.
- Ceiling Panel can now be broken faster with pickaxe tools.
- Ceiling Light can now be broken faster with pickaxe tools.
- Ceiling Light Glowing can now be broken faster with pickaxe tools.
- Ceiling Light and Glowing Ceiling Light now part of Ceiling Panel.
- Wooden Shelves are now flammable.
- Created a smarter way to switch between block states.
- Small Vent Corner packed into Small Vent.
- Small Chair hitbox no longer atrocious.
- Music Table hitbox no longer atrocious.
- I gave up on listing things after this point LOL
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:13jkeDun:RqvViNdE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:13jkeDun:RqvViNdE"
}

