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

#8 issue with replacement crafts #9

Closed
wsor4035 opened this issue Feb 27, 2022 · 2 comments
Closed

#8 issue with replacement crafts #9

wsor4035 opened this issue Feb 27, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@wsor4035
Copy link
Contributor

what the title says, causes a crash. found when working on #8

@mazes-80
Copy link

Latest commit #8 also introduce a crash when no i3
ERROR[Main]: ModError: Failed to load and run script from .minetest/mods/basic_materials/init.lua:
ERROR[Main]: Invalid replacements (output="basic_materials:terracotta_base 8")
ERROR[Main]: stack traceback:
ERROR[Main]: [C]: in function 'register_craft'
ERROR[Main]: .minetest/mods/basic_materials/crafts.lua:283: in main chunk
ERROR[Main]: [C]: in function 'dofile'
ERROR[Main]: .minetest/mods/basic_materials/init.lua:13: in main chunk

@wsor4035 wsor4035 changed the title i3 has issue with replacement crafts #8 issue with replacement crafts Feb 27, 2022
@mazes-80
Copy link

With unified_inventory when I look for recipe based on wet_cement: list is empty, despite recipe for concrete_block uses wet_cement.
I realized it just now

wsor4035 added a commit that referenced this issue Feb 27, 2022
wsor4035 added a commit that referenced this issue Mar 2, 2022
* add hades revisted crafts and update sound api for sounds (#10)

* add hades revisted crafts and update sound api for sounds

* fix #9

* fix #9 part 2

* Add hades_bucket to crafts. Fix some bugs.

* Fix dependencies and recipes. Disable silicon if hades_materials is aviable.

* Remove unused dependence.

* Clear original recipe for palstic base from hades_materials. Prevent dual plastic cook recipe.

* Use register_alias_force.

* Fix spaces vs tabs.

Co-authored-by: wsor4035 <24964441+wsor4035@users.noreply.github.com>
@BuckarooBanzay BuckarooBanzay added the bug Something isn't working label Mar 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants