Tags
Creators
Details
Licensed LGPL-3.0-only
Created 4 years ago
All versions
1.20.1-v1.2-fabric
Release
Paladin's Furniture 1.2 for Minecraft 1.20.1 - Fabric3 years ago 33.5K
Compatibility
Minecraft: Java Edition
1.20ā1.20.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Changes
- Massively reduced loading times
- Redesigned Recipe System, no need to memorize anymore
- Cloth Config is no longer required
- Config syncs properly from Server to Client
- New Config Options
- Added Support for many mod's custom wood types
- Data and Assets are now generated dynamically
- Translations are now generated for furniture dynamically
- Fix Freezer breaking randomly
- Redesigned Froggy Chair
- New Shower Head and Handle block
- New Shower Towel
- New Working Mirror Block (*requires immersive portals to work)
- New Toilet Paper Block
- New Table Lamp Block
- New Toaster Block
- New Particle for water interactions
- Added a workaround for shaders turning furniture invisible
- Added Cooking with BlockHeads Compatibility
- Added Farmer's Delight Compatibility
- Separated the Fridge and Freezer
- Bathtub can be drained by shift clicking it
- Fixed Many Bugs and Crashes
- It's a Huge Internal rewrite
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:oJWAOGbw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SISz7Qd3:oJWAOGbw"
}

