We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This will act as a replacement to show_inventory and show_creative_inventory Lua functions.
show_inventory
show_creative_inventory
Example:
mod:key { name = "inventory", verbose_name = "Inventory", default_key = "E", callback = function(client, screen_width, screen_height, gui_scale) -- do stuff here end }
The text was updated successfully, but these errors were encountered:
[LuaKeyLoader] Now loading key definitions from Lua (see #109).
324d93d
b45ac1c
Successfully merging a pull request may close this issue.
This will act as a replacement to
show_inventory
andshow_creative_inventory
Lua functions.Example:
The text was updated successfully, but these errors were encountered: