1.3.0
Compatibility
Required content
Changes
-added new music disc!! (I did get permission to use this song by the way.)
-using the wrench on the Mesh Platforms removes the mesh
-added Tape Measure
-added many vent blocks (use the Wrench & Tape Measure to change rotation when placing on walls)
-added loose iron frames
-added exterior panels for bts areas (non functional)
-removed panel sound for being dumb and bad
-added diamond plate blocks
-added leaning blackplate panels, more types to come soon (not lunecast)
-added stencils for all letters of the alphabet
-added 🅱️eter
-added rusty yellowed iron frame
-added lost media
-removed problomatic media
-added Downward Pull & Decent show reference, as per request
does anyone ever read my changelogs? theres a lot of hard work and tears put into these you know
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:kNZhCX00:Bi19MAqa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kNZhCX00:Bi19MAqa"
}


