Skip to content
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

recipe conflict w/ MTG's dye #14

Open
fluxionary opened this issue Nov 7, 2023 · 1 comment
Open

recipe conflict w/ MTG's dye #14

fluxionary opened this issue Nov 7, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@fluxionary
Copy link
Member

MTG dye: red + blue -> violet
https://github.com/minetest/minetest_game/blob/bff7596364814e17f992f88a723a62957b29e69c/mods/dye/init.lua#L73

unifieddyes: red + blue -> magenta

{ "magenta", "dye:blue", "dye:red", nil, nil, nil, 2 },

@OgelGames
Copy link
Contributor

Probably should just remove the MTG recipe, because there is a recipe for violet using blue + magenta:

{ "violet", "dye:blue", "dye:magenta", nil, nil, nil, 2 },

@BuckarooBanzay BuckarooBanzay added enhancement New feature or request good first issue Good for newcomers labels Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants