ElCeejo / draconis

Adds Dragons and related resources and equipment to Minetest Game
MIT License
18 stars 23 forks source link

error when adding draconis mod to mineclone2 #32

Open ofajardo opened 1 year ago

ofajardo commented 1 year ago

Hi

I am using mineclone2 on linux mint, minetest version 5.7.0. Draconis was working properly before but since some time I get the following error when adding the mod to a world. Not sure what other information is needed. I tryed to uninstall and install draconis, with new worlds, and no avail. Here the error message:

ModError: Failed to load and run script from /home/otto/.minetest/mods/draconis/init.lua:
/home/otto/.minetest/mods/draconis/nodes.lua:254: attempt to index a nil value
stack traceback:
    /home/otto/.minetest/mods/draconis/nodes.lua:254: in main chunk
    [C]: in function 'dofile'
    /home/otto/.minetest/mods/draconis/init.lua:111: in main chunk
Revisa debug.txt para más detalles.

Let me know if you need more details.

I also tested with mineclonia and the same error message arises. It does work however with minetest.

elettrico commented 1 year ago

edit line 11 of nodes.lua, change it from: local steel_ingot = "default:steel_ingot" to: local steel_ingot = "mcl_core:iron_ingot"

ofajardo commented 12 months ago

@elettrico Thanks a lot for the suggestion. Unfortunately it did not help, I am getting still the same error. Any idea?