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

mineclonia git switched to mcl_redstone instead of mesecons, breaking crafting recipe for chainsaw #385

Open
programmerjake opened this issue Nov 25, 2024 · 1 comment
Labels
Bug Something isn't working Good first issue Good for newcomers

Comments

@programmerjake
Copy link
Contributor

since there isn't a mesecons_buttons mod in mineclonia git anymore and there are aliases, the code should check for an item existing rather than the named mod existing.

local trigger = has_mcl and mesecons_button and "mesecons_button:button_wood_off"
or mesecons_button and "mesecons_button:button_off" or "default:mese_crystal_fragment"

@S-S-X S-S-X added the Bug Something isn't working label Nov 25, 2024
@S-S-X
Copy link
Member

S-S-X commented Nov 25, 2024

Feel free to open pull request for this change if you like, also for #386

@S-S-X S-S-X added the Good first issue Good for newcomers label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants