I changed the following 3 lines to "pipe"
underground-pipe-pack_1.1.2\prototypes\entities\pipes-to-ground.lua
Line 216: currentPipe.fast_replaceable group = "pipe-to-ground"
underground-pipe-pack_1.1.2\prototypes\entities\underground-buildings.1ua
Line 15: fast_replaceable_group = 'pipe-to-ground’,
underground-pipe-pack_1.1.2\prototypes\entities\underground-pipes.lua
Line 207: current _pipe.fast replaceable group = "pipe-to-ground"
Unfortunately, I couldn't fix the problem with the above changes.
I got the following information through the above changes:
attempt to index global 'currentpipe' (a nil value)
stack traceback:
...ound-pipe-pack__/prototypes/entities/pipes-to-ground.lua:215: in main chunk
[C]: in function 'require'
underground-pipe-pack/data.lua:22: in main chunk
attempt to index global 'currentpipe' (a nil value)
stack traceback:
...ound-pipe-pack__/prototypes/entities/pipes-to-ground.lua:215: in main chunk
[C]: in function 'require'
underground-pipe-pack/data.lua:22: in main chunk
How can this be resolved? Can it be solved? I am now very dependent on this MOD. If this MOD continues to provide such errors, I will have to replace it with a new save. Thank you