
(Discontinued) FNaF's: Build & Decor (Java Edition)
ArchivedAn addon with which you can recreate the restaurant from the famous FNAF game but now in Minecraft Java edition!
Tags
Creators
Details
0.24.01.2
Compatibility
Required content
Changes

FB&D Java Edition (Snapshot 24w02a)
Welcome to a new snapshot, even on a beautiful friday!
NEW FEATURES
- Added Freddy & Bonnie ambient sounds
- Added Jumpscare Attack Sound in FNaF1 Animatronics
- Added 4 new content
NEW BLOCKS:
- Fredbear Cardboard
- FFD Poster (Fredbear #2)
- Battington Floor Stair (With vars)
- Yellow Pole (Variant of the block "Pole")
CHANGES
- Plushies now more cutes (just click in they)
- Changed the range in which animatronics can follow you
- Added a sound attack to the animatronics
- Freddy can now make ambient sounds
- Now the animatronics don't attack during the day
- Reordered certain blocks in the creative menu category
- Office Fan redesigned
- Categories that will get this reordering:
- Decors
- Build Blocks
BUG FIXES
- Fixed an issue where the texture of the "Backstage Shelf (Springbonnie)" block had no texture in version 1.20.1
- Fixed an issue where the “FNaF1 Wall Middle” block disappeared from the inventory
- Fixed an issue where some blocks disappeared which are as follows:
- Blue Pizzeria Door
- Yellow Neon Lights
- Fixed a problem with the display setting of the "Bonnie Paperpal" block
- Fixed an issue where the "Warning Sign" block had no texture in MC 1.19.2
- Fixed an issue where in some versions the battington floor had no variations
GET THE SNAPSHOT
Snapshots can be released on Curseforge, Modrinth, My website and PlanetMinecraft, although you can also download it right here Always remember to make a copy of your world to avoid any type of corruption in your construction
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:W0OPs1mV:UG0hcNvy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:W0OPs1mV:UG0hcNvy"
}
