UretimSistemi — Patch Notes
Bug Fixes
Recipe deletion had no effect Confirming a recipe deletion did nothing — the confirmation screen was no longer connected to the delete action. Fixed.
Trash can emptying had no effect Same issue — confirming the trash empty did nothing. Fixed.
Item names showing in English for all players Ingredient names and material lists were always shown in English regardless of the player's Minecraft language. Each player now sees item names in their own client language.
%tarif% and other placeholders showing as raw text Recipe deleted, recipe restored, and permanently deleted messages were displaying raw placeholders like %tarif% instead of the actual recipe name. Fixed.
Mevcut: kategori-yok showing as raw text The category field in recipe editing showed kategori-yok literally. This was caused by the server's language files not receiving new keys after a plugin update. The plugin now automatically merges missing keys into existing language files on startup without touching custom translations.
⚙️ Under the Hood
- Build configuration updated to compile correctly under Java 21.
- Missing import resolved that was causing a compile error.