You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I enable moretrees with x_farming and hbhunger enabled, the server crashes, seems like a circular reference:
"
Some mods have unsatisfied dependencies:
hbhunger is missing: moretrees
moretrees is missing: xcompat
x_farming is missing: hbhunger
xcompat is missing: x_farming
Install and enable the required mods, or disable the mods causing errors.
Note: this may be caused by a dependency cycle, in which case try updating the mods."
The text was updated successfully, but these errors were encountered:
"
ModError: Failed to load and run script from .minetest/mods/x_farming/init.lua:
.minetest/mods/x_farming/ice_fishing.lua:649: attempt to index global 'hbhunger' (a nil value)
stack traceback:
.minetest/mods/x_farming/ice_fishing.lua:649: in main chunk
[C]: in function 'dofile'
.minetest/mods/x_farming/init.lua:63: in main chunk
Check debug.txt for details.
"
" ModError: Failed to load and run script from .minetest/mods/x_farming/init.lua: .minetest/mods/x_farming/ice_fishing.lua:649: attempt to index global 'hbhunger' (a nil value) stack traceback: .minetest/mods/x_farming/ice_fishing.lua:649: in main chunk [C]: in function 'dofile' .minetest/mods/x_farming/init.lua:63: in main chunk Check debug.txt for details. "
When I enable moretrees with x_farming and hbhunger enabled, the server crashes, seems like a circular reference:
"
Some mods have unsatisfied dependencies:
Install and enable the required mods, or disable the mods causing errors.
Note: this may be caused by a dependency cycle, in which case try updating the mods."
The text was updated successfully, but these errors were encountered: