But this doesn't?local lr1 = util.table.deepcopy(data.raw["transport-belt-to-ground"]["basic-transport-belt-to-ground"])
I setup a few deepcopy entries and they were working fine with the modlist I had. However, I discovered that if I removed every mod, all of a sudden the above didn't work (erroring on deepcopy) and I had to add the util.table. part to it.local lr1 = deepcopy(data.raw["transport-belt-to-ground"]["basic-transport-belt-to-ground"])