"..\..\src\minetest\src\nodedef.cpp:500: CNodeDefManager::set: Assertion 'c <= 0xfff' failed." Until recently Minetest only allowed mods to define up to 4095 different nodes. In recent git versions this has been raised to 32767. Either use a recent unofficial build or disable a few mods that are pu...