Tags
Creators
Details
1.1.1
Compatibility
Changes
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)
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
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:iOhKTalh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MZFE37e3:iOhKTalh"
}

