1.0.0
Compatibility
Changes
NEW DECORATIONS NEW FESTIVE DECORTIONS NEW ITEMS NEW FOODS REMAKE DOORS REMAKE SECURITY CAMERA NEW DECORATION REMAKE MECHANIC - MASK V.A.N.N.I NEW MECHANICS - KEY FOR DOORS CUSOTM INTERFACE DOR ANIMATRONICS IN HAND UNIT NEW MECHANICS - UNION OF TABLE TEXTURES & BALL PIT REMAKE CODES ANIMATRONICS MORE ACHIEVEMENTS MINI GAMES FOR ARCADES (PIZZERIA SIMULATOR & PACMAN) MORPH - 10 ANIMATRONICS (FNAF 1/2) REMAKE FLASHLIGHT NEW MECHANICS FOR ANIMATRONICS REMASTERED ICONS SPAWN FOR ANIMATRONICS NEW MECHANIC - ATMOSPHERE AMBIENT & DUST NEW MECHANIC - LIGHT FOR LIT BLOCKS NEW MENU - CONFIG SETTINGS NEW MECHANIC - DINAMIC SOUNDS BLOCKS NEW MECHANIC - CUSTOM CRAFT ANIMATRONICS IN CRAFTTABLE INTO THE PIT (FNAF1)
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:QxZNgn7b:o0MdarfV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QxZNgn7b:o0MdarfV"
}

