Tags
Creators
Details
Licensed LGPL-3.0-only
Created 4 years ago
All versions
1.20.1-v1.3-forge
Release
Paladin's Furniture Mod 1.3 for Minecraft 1.20.1 - Forgelast year 77.8K
Compatibility
Minecraft: Java Edition
1.20โ1.20.1
Platform
Forge
Supported environments
Client and server
Changes
- Added 3 Coffee Table Types
- Added Dynamic Stone Generation of Furniture based on Modded Stones
- Improved Mod Compatibility and Texture Detection
- Remade and improved the models and textures for the Stoves, Fridges, Kitchen Stovetop, Microwave, the Toaster and the Trashcans
- Shower can now be toggled on and off with a right hand click
- Rewrote the Texture Caching System, gone are the Resource Pack issues where they would not update if the RP changed
- Fixed Furniture being displayed as Oak Wood when a resource pack was applied, gone are the texture issues
- Furniture Blocks now tint based on their "parent" block
- Buckets in the input slot of the freezer can be extracted from the bottom - mirrororange
- Added Russian Translation - jtap
- Fixed Counters for Blackstone, Deepslate, Andesite and Granite not generating and only the special variants
- Fixed the Indidium dependency screen showing for Sodium 0.6
- Ported to 1.20.6, 1.21.1, 1.21.3 and 1.21.4
- Fixed Compatibility with REI, JEI and EMI across several versions
- Fixed the mod crashing in 1.16.5 during startup
- Fixed many crashes, in game and at startup
- Fixed the light switch and shower being disconnected from the lights and shower head in several versions
- Fixed startup crashes with several mods such as Immersive Portals, and Cooking For Blockheads
- Updated the Patchouli Book with information on more blocks
- Created a wiki on github for the mod with information on all blocks
- Fixed crashes with Dye Depot
- Fix valkyren skies and eureka crashing with lights
- Fixed many issues with the texture detection on Forge
- Fixed crashes with Tech Reborn Cables
- Fixed the player sitting too low across several versions
- Fixed incompatibility with Cozy Home and Youkai's Homecoming effect
- Fix ars noveau incompatibility
- Fixed Shower, Sink and Bathtub water particles not spawning on Minimal settings
- Improved Compatibility with Cooking For Blockheads, all kitchen blocks are now valid connectors
- Fix the mod not working at all on a server across several versions
- Fix crashes with the gray fridge
- Remove extshapes stones and slabs from detection
- Fix tooltips not working on the config screen on 1.19.3+
- Fix incorrect recipe for filler cabinets, kitchen cabinets, and some of the other counters
- Fix blocks that did not override rotation correctly
- Fix missing tags for several blocks
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:pi4xWSjq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SISz7Qd3:pi4xWSjq"
}

