Need help width micro addon for SE and two different mods (Base 2.0)
Posted: Sun Dec 28, 2025 3:47 am
Hello. I have a problem. When trying to integrate transport belts from the UltimateBeltsSpaceAge mod with the SE mod, I get the error:
and I keep getting this error. I tried to see what was happening with the addon during boot. Does it see the data? Judging by the log, it does.
addon:
log:
But if i add aftter log("TEST Found the entity prototype")
I get an error. Please help me solved this error. Thanks!
I don't know where to look to fix this. All I do, is add:Error while running setup for entity prototype "ultra-express-belt" (transport-belt): next_upgrade target (extreme-express-belt) must have the same collision mask.
Code: Select all
data.raw["transport-belt"]["extreme-express-belt"].se_allow_in_space = true addon:
Code: Select all
if mods["UltimateBeltsSpaceAge"] then
log("[TEST] The code is running as expected")
if data.raw["transport-belt"]["extreme-express-belt"] then
log("[TEST] Found the entity prototype")
else
log("[TEST] NOOO! COULD NOT FIND THE PROTOTYPE!")
end
endCode: Select all
1.418 Script @__Space_Stuff__/data-updates.lua:2: [TEST] The code is running as expected
1.418 Script @__Space_Stuff__/data-updates.lua:4: [TEST] Found the entity prototypeCode: Select all
data.raw["transport-belt"]["extreme-express-belt"].se_allow_in_space = trueI get an error. Please help me solved this error. Thanks!