248k Mod


Advance through 4 stages of tech. Start with simple machines and work your way through nuclear fission and fusion up to black and white holes, in order to tame the 248k Element. This mod is designed to be playable in already existing worlds since it changes nothing on world generation. Can be played as a standalone mod or in overhaul mode.

Overhaul
2 months ago
1.0 - 1.1
46.4K

b Error with botReplacer with 1.0.28

1 year, 10 months ago
(updated 1 year, 10 months ago)

Getting this error on load with 1.0.28 that was not present in 1.0.27:

https://i.imgur.com/VwwlB0i.png

1 year, 10 months ago

Getting this error on load with 1.0.28 that was not present in 1.0.27:

https://i.imgur.com/VwwlB0i.png

Getting it now with 1.0.27 too so something happened that its not happy about, Ill try to fix this locally.

1 year, 10 months ago

Ah, I think I see, this was something I had to fix in 1.0.27 too:

In scripts/electronics/el_burner.lua you only check for icon, you should also check for icons and use icons[1] for the icon.

if data.raw.item[item].icon then
         blank["icon"] = data.raw.item[item].icon
         blank["icon_size"] = data.raw.item[item].icon_size
elseif data.raw.item[item].icons then
         blank["icon"] = data.raw.item[item].icons[1].icon
         blank["icon_size"] = data.raw.item[item].icons[1].icon_size
end

This has worked for me.

1 year, 10 months ago

Getting this error as well and sadly this fix hasn't worked for me

New response