Tags
Creators
Details
1.1.1
Compatibility
Changes
Ported updates made in 1.21.1:
Optimization Update.
Fixed all lag and crashes Some rendering features got disabled and replace in this update, i am looking forward to bring them back has soon as possible. For now i prefer to priorities performance.
Major Changes
- Reworked benches (You need to replace them after updating)
- You can now sit on furniture in a claimed chunk (FTB chunks)
- Added curtains
- Added wooden shelfs
- Added Wooden Lamp
- Added Wooden Clock
- Added Plushies
- Added the Mystery Furniture Crate (give a random uncraftable furniture item)
- Brand new uniform color palette for metal furniture
- Street lantern can now be placed on wall and on the ground with a dedicated model
Fixes
- Fix benches iron part being the old color palette in the inventory
- Ceiling lamps ON visuals got changed (old visual will come back in the future). Blockstate 1 got changed to a model containing the light, and no longer displays an additional model.
- removed item placement on table. You can break tables to recover your items. (this will be added back in the future)
- Cleared unused assets
- Fixed incorrect iron beams placement
- Fixed hanging pot dupe
- Tweaked dust particules
- Added better support for translations (tooltips, GUIs)
- Plant bags placed on walls no longer replace blocks
- You are no longer able to sit when the block is brocken while you sit
- Fixed some block requiring the wrong tools
- Fixed some blocks having ugly particules
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:MZFE37e3:i4vKolbx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MZFE37e3:i4vKolbx"
}

