-
Notifications
You must be signed in to change notification settings - Fork 5
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
make game agnostic, add luacheck, add github actions #5
Conversation
didn't test but looks good to me 👍 also:
why was that there anyway? 🤔 |
Tested this using devtest (no I think there needs to be code added to register the dyes from the |
might be related to https://github.com/mt-mods/unifieddyes/pull/5/files#diff-51f25c75e72ab95273185b8033d3f18c8d35ac5258cada768ffca5757d4c5429L90-R104 ill have to investigate further. what node did you test dying?
only whats needed should be registered, as different games may/do have there own dyes |
Plastic ( BTW, I should mention it's not just white, grey and black, it's other colors too, I just didn't bother checking all 256 colors ;) |
608c806 resolved |
That fixes it for creative, but not for survival, because you need the dye in your inventory. IMO there are two ways to fix this: make
They are needed, for crafting recipes and for using the airbrush in survival. |
Thanks for testing/confirming this
the point is to make it game agnostic, dye is mtg. this mod still works as intended in minetest game, and adds support for other games in creative. A additional PR can add support for survival later.
no, not really |
No, it should be added here. |
It really doesnt, as it purely doesnt allow you to use it in survival in other games. not broken/crashes/etc. so not essential |
to clarify, as with any game agnostic mod, crafting of the items within it can only be done defined crafts for certain games. |
Can we, if possible, continue the discussion about the overall functionality in #8 |
It should be okay to leave it slightly broken for a bit, as it doesn't break anything for current users 👍 |
see title