Server Ui Fix
Attention: Starting with Polymer version for Minecraft 1.21.4, the stonecutter interface replacement feature is now built into the library itself and can be enabled through configuration settings. This allows using the standard Minecraft interface while correctly displaying all custom recipes from mods. The enchantment table fix became redundant with the release of version 1.21.1.
Solving Interface Issues on Servers
This mod provides the ability to replace the standard interfaces of the stonecutter and enchantment table with an alternative interface similar to a chest.
Main Advantages
- Stonecutter: Solves the problem of incorrect recipe display when the system checks item types on the client side (which may work incorrectly with modified items)
- Enchantment Table: Ensures proper display of custom enchantment names from mods
Application Area
The mod is designed for servers with a large number of content mods that support connections from standard Minecraft clients. Especially useful when using mods based on Polymer or PolyMc.
Configuration
By default, all mod functions are disabled. To activate the necessary replacements, editing of the configuration file is required: config/serveruifix.json
{
// Replaces the enchantment table interface with a chest interface
"replace_enchanting_table": false,
// Replaces the stonecutter interface with a chest interface
"replace_stonecutter": false
}