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!
