Tags
Creators
Details
Licensed LGPL-3.0-only
Created 4 years ago
All versions
1.21-v1.4.3-neoforge
Release
Paladin's Furniture Mod 1.4.3 for Minecraft 1.21 - NeoForgelast year 14.5K
Compatibility
Minecraft: Java Edition
1.21ā1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
PFM 1.4.3 Changes and Fixes:
- 1.21.1 exclusive fixes a crash when using a block display on a lamp
PFM 1.4.2 Changes and Fixes:
- Fix microwave crashing the server in multiplayer in 1.20.6+
- Fix crash wth axiom and the lamp block
- Add missing check for wood variants
- Add a config to disable the data/asset generation screen
- Use Forge API rather than a mixin to get custom item quads
- Fix a highly unlikely crash on forge
- Add Missing @Environment to render layer related methods, fixes server issues
- Fix a severe recipe desync on Multiplayer on 1.21.3+
- Fix the mod crashing on 1.21.3+ Servers
- Fix the mod crashing on 1.21.3+ Forge
- Hoppers can now extract glass bottles from the freezer
PFM 1.4.1 Changes and Fixes:
- 1.21.1 exclusive, added a config to disable the generating screen
PFM 1.4 Changes and Fixes:
- Add a new Basic Desk and Basic Desk Cabinet
- Added a new Cherry and Quartz furniture set
- Rewrite the Recipe System, massively reduces memory usage and recipe count
- Add a generating screen when assets and data are being generated
- Rewrite the Data and Asset System to be multithreaded and optimized it overall
- Fixed crashes with Cooking Heads White Fridge and PFM Cooking Table
- Fix Microwave crashes on servers
- Fix models not rendering with Continuity
- Add TFC Stone detection
- Fix crashes with Polydecorations
- Fix furniture sets being incorrectly generated for Adorn, Polydecorations, EmbellishCraft and Marbellous and Modern Life
- Fix furniture being generated for pressure plates
- Fix the mod not working with NeoForge 21.1.128 to 21.1.132
- Fix incompatibilities and crashes with several NeoForge mods on 1.21.1
- Fix crashes when an invalid recipe was generated by skipping it
- Fix several forge related crashes
- ModFest 2025 Ready - (i think)
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:oyT0Ztjt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SISz7Qd3:oyT0Ztjt"
}

