-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Cleanup #6
Conversation
SwissalpS
commented
Dec 15, 2024
- luacheck
- mod.conf
- recycling recipes
- fix formspec invsize -> size and add listring for shift-clicking between inventories
- replace outdated meta handling
- replace minetest -> core
- reduce indentation with smarter 'early exit' code
- fix pairs() -> ipairs() loop
- reduce chat spam when trying to dig a machine with items in it: not needed this is a general game mechanic
- update locales, drop intllib and add Spanish and Catalan
- restructure crafts to own file
- general cleanup with more informative comments
along with 'global' functions
also minetest.* to core.*
some comment code comming in subsequent commits
also add blank sticker to unified_inventory
also minetest -> core
So shift-clicking stacks works
and tweak some capitalization issues
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
makes sense
do we have a problem with the WTF licence in this org? If so we might as well re-licence this. |
don't care IMO 🤷 |
Just CDB had issues with certain licenses like WTFPL and that's why there's been talk about dual licensing on some repos, not sure how it is currently. |