Hello, I've encountered an error that I haven't seen reported by anyone else, that being:
Error while running event Subsurface::on_player_mined_entity (ID 71)
Subsurface/scripts/resources.lua:9: attempt to index field '?' (a nil value)
stack traceback:
Subsurface/scripts/resources.lua:9: in function 'place_resources'
Subsurface/control.lua:237: in function 'clear_subsurface'
Subsurface/control.lua:468: in function <Subsurface/control.lua:464>
This occurs any time that I attempt to break down any cave wall, whether it be manually as a player, or via a mining vehicle. I had also previously been experiencing the error mentioned in the thread of https://mods.factorio.com/mod/Subsurface/discussion/67d7391de379e18342be4339 and have implemented the fix for that on line 8, and am receiving one similar to the line 9 error mentioned above when attempting to mine down a layer as well. I absolutely love this mod and am unsure if the errors are caused by this mod or an incompatibility, but I would appreciate any help in fixing them