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

Unknown node: stairs:stair_cobble #21

Open
Golutazem opened this issue Apr 17, 2020 · 1 comment
Open

Unknown node: stairs:stair_cobble #21

Golutazem opened this issue Apr 17, 2020 · 1 comment

Comments

@Golutazem
Copy link

ModError: Failed to load and run script from ~/.minetest/mods/nether/init.lua:
Unknown node: stairs:stair_cobble
stack traceback:
	[C]: in function 'get_content_id'
	~/.minetest/mods/nether/mapgen.lua:78: in main chunk
	[C]: in function 'dofile'
	~/.minetest/mods/nether/init.lua:59: in main chunk

When launching a world,
I am running the most recent version of
https://notabug.org/TenPlus1/stairs
and 5.2.0 of Minetest and its game.

@Treer
Copy link
Collaborator

Treer commented Apr 18, 2020

sfan5 has merged the fix for this to Minetest. This should be fixed now in bleeding edge versions of Minetest.

It's caused by moreblocks + MT5.2. There's a pull request to sidestep it here

@ SmallJoker do you know whether this engine issue (get_content_id() being sometimes incompatible with register_aliase_force()) is off the minetest dev's radar, and so nether should just check whether anything it uses has been aliased before trying to use it (PR #20)?

I suspect the minetest devs think any 5.2 bug with the word "get_content_id()" is coming from blocks that were misspelled or never registered, and don't realise aliases in other mods can intermittently cause it.

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