1.4.5
Compatibility
Required content
Changes
Big ol update!
Blocks Tiles all got remade textures! Added Colored Tiles & Tile-Randomizer Hazard block added RYG large tile changed the large colored tile New stages added New Drywall and Insulation blocks
Decor Added a ton of different arcades (some were made by people in the discord!) added a Mixlas arcade as a tribute to the creator after his unfortunate passing (may he rest in peace) Wooden barrels Mendo plushie based on a design by NiceLadSM Large speakers Gray party chair and basic folding chair has blockstates New Faz-Doors for testing new way of doing doors (its much faster to make them now so more doors coming soon) Remade the file cabinets and added new ones Added Springbonnie Plushie for MaxTheBot 2 Sconces Fredbear Springbonnie in one plushie
Other Added Faz-Driver (used for blockstates and other future things) Added Freddy Stand Added Him
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:ADQoViHR:Tmx6OFbK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ADQoViHR:Tmx6OFbK"
}

