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
minetest_1 | 2019-06-30 09:26:53: ERROR[Main]: ServerError: AsyncErr: ServerThread::run Lua: Runtime error from mod '' in callback node_on_punch(): /data/world//worldmods/digtron/nodes/node_item_ejector.lua:65: attempt to index field 'main' (a nil value)
minetest_1 | 2019-06-30 09:26:53: ERROR[Main]: stack traceback:
minetest_1 | 2019-06-30 09:26:53: ERROR[Main]: /data/world//worldmods/digtron/nodes/node_item_ejector.lua:65: in function 'eject_items'
minetest_1 | 2019-06-30 09:26:53: ERROR[Main]: /data/world//worldmods/digtron/nodes/node_item_ejector.lua:144: in function </data/world//worldmods/digtron/nodes/node_item_ejector.lua:143>
-- Build a list of all the items that builder nodes want to use.localfilter_items= {}
iflayout.builders~=nilthenfor_, node_imageinpairs(layout.builders) doifnode_image.meta.inventory.mainthenfilter_items[node_image.meta.inventory.main[1]:get_name()] =trueendendend
The text was updated successfully, but these errors were encountered:
Probably caused after punching ejector while tron metadata was spread all around to incorrect nodes. Or after trying if duplicator could get layout out of broken tron.
The text was updated successfully, but these errors were encountered: