1 (edited by cornernote 2012-11-05 10:11:19)

Topic: nodedef.cpp:407: get: Assertion 'c <= 0xff' failed

removed

Re: nodedef.cpp:407: get: Assertion 'c <= 0xff' failed

Minetest wants to get the Content "Specification"(called ContentFeatures in SRC) for an undefined Block

My Mods: Nuke Mod WorldEdit Particles and working on Mesecons
Subscribe me on YouTube if you like my Stuff
My Minetest Builds for Windows

Re: nodedef.cpp:407: get: Assertion 'c <= 0xff' failed

There should be no undefined blocks.  I am only running 3 mods:
default, bucket, skyblock

The only block skyblock defines is a spawn block (which is not where i am digging).

The other 2 mods are unchanged, except the node definitions overrides in skyblock here:
https://github.com/cornernote/minetest- … r_node.lua