Tags
Creators
Details
Licensed LGPL-3.0-only
Created 4 years ago
All versions
1.20.1-v1.2.1-fabric
Release
Paladin's Furniture 1.2.1 for Minecraft 1.20.1 - Fabric2 years ago 62.6K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20ā1.20.1
Platform
Fabric
Supported environments
Client and server
Changes
- Rewrote the model system yet again for most furniture blocks
- Improved Loading Times and reduced RAM usage further by a lot
- Improved Modded Wood Compatibility
- Fixed several microwave and freezer related crashes
- Fixed parity with Freezer Inputs/Outputs are now consistent on Forge and Fabric
- Added a Tag to all furniture
- BREAKING CHANGE: Light Switch and Shower Handle were reworked so thus they must be broken and linked again
- Moved to new JSON config system
- Fixed several immersive portals related issues
- Optimized Item rendering on Forge
- Fixed missing tags on several blocks
- Fixed Optifine compatibility on all versions except 1.18.1 and 1.18.2 where due to an Optifine bug, to use the mod with it on those versions, you must first launch the game without Optifine, and load into your world, then after that you can close the game and restart with it present.
- Improved bed point of interest replacement for villagers
- Fixed several minor model issues on furniture
- Fix a crash that would happen when some modded mobs sat on a chair
- Added NeoForge compatibility 1.20.2 and 1.20.4, the 1.20.1 Jar continues to work on MinecraftForge and NeoForge
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
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:SISz7Qd3:8INz2oX5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SISz7Qd3:8INz2oX5"
}

