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

mods using circular_saw global or other weirdness #9

Closed
12 tasks done
fluxionary opened this issue Jun 17, 2022 · 5 comments
Closed
12 tasks done

mods using circular_saw global or other weirdness #9

fluxionary opened this issue Jun 17, 2022 · 5 comments

Comments

@fluxionary
Copy link
Owner

fluxionary commented Jun 17, 2022


known issues that won't be fixed:

  • Roads by cheapie
    crash, tries to use e.g. register_stair_slab_panel_micro
  • Quartz by Evergreen
    no crash, but didn't even work w/ old moreblocks
  • Emeralds
    no crash, but didn't even work w/ old moreblocks
  • plasticbox
    tries to register w/ an invalid paramtype2 (color). this is unfixable.
  • Basic Streets by BuckarooBanzai
    tries to register w/ an invalid paramtype2 (colorwallmounted). this is unfixable.
  • coloredwood
    crashes - tries to register stairs with no base node. this is unfixable.
@fluxionary
Copy link
Owner Author

fluxionary commented Jun 17, 2022

marking Roads as done as it currently doesn't even work with the current version of moreblocks

ModError: Failed to load and run script from /home/flux/.minetest/mods/roads/infrastructure/init.lua:
.../.minetest/mods/roads/infrastructure/nodes_extension.lua:4: attempt to call global 'register_stair_slab_panel_micro' (a nil value)
stack traceback:
	.../.minetest/mods/roads/infrastructure/nodes_extension.lua:4: in main chunk
	[C]: in function 'dofile'
	/home/flux/.minetest/mods/roads/infrastructure/init.lua:9: in main chunk
Check debug.txt for details.

@fluxionary
Copy link
Owner Author

quartz and emerald also aren't compatible w/ the current version of moreblocks

@Niklp09
Copy link

Niklp09 commented Jun 19, 2022

What about invsaw? https://cheapiesystems.com/git/invsaw/

@fluxionary
Copy link
Owner Author

What about invsaw? https://cheapiesystems.com/git/invsaw/

good catch, i'll investigate. not sure how to PR cheapie tho... but i think i've done so before.

@fluxionary
Copy link
Owner Author

ended up just adding invsaw to this repo, because a whole lot of stuff needed to be reworked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants