You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now all menus are hardcoded, preventing anyone from making translations or just changing icons around.
Fortunately, Bukkit API has an API that allows us to create item using string, like minecraft:diamond{} for example. With this, I can make menu configuration that can be shared between Fabric and Bukkit.
Right now I'm planning to make another mod/plugin that uses Stonks configuration format (which will be moved to Nahara's Toolkit repository) for configuring menus.
The text was updated successfully, but these errors were encountered:
Right now all menus are hardcoded, preventing anyone from making translations or just changing icons around.
Fortunately, Bukkit API has an API that allows us to create item using string, like
minecraft:diamond{}
for example. With this, I can make menu configuration that can be shared between Fabric and Bukkit.Right now I'm planning to make another mod/plugin that uses Stonks configuration format (which will be moved to Nahara's Toolkit repository) for configuring menus.
The text was updated successfully, but these errors were encountered: