I wanted to update the mod myself but i run into a problem where it gives the following error:
Error while loading item prototype "heavy-canon-shell"(ammo):Key"icon_size" not found in property tree at ROOT.ammo.heayvy-canon-shell
can someone help me with that?
p.s. i already removed the flag goes to main inventory and changed the science names
0.17 Angels Exploration
Moderator: Arch666Angel
-
- Inserter
- Posts: 34
- Joined: Sun Dec 17, 2017 8:33 pm
- Contact:
0.17 Angels Exploration
- Attachments
-
- angelsexploration_0.3.0.zip
- (6.96 MiB) Downloaded 128 times
Re: 0.17 Angels Exploration
Add the key icon_size to each item protoype in data*.lua as the error message states.
Usually it's:
Usually it's:
Code: Select all
icon_size = 32
-
- Inserter
- Posts: 34
- Joined: Sun Dec 17, 2017 8:33 pm
- Contact:
Re: 0.17 Angels Exploration
Thanks