[Rseding91] [2.0.9] Impossible to build any storage tanks.
Posted: Wed Oct 23, 2024 12:52 pm
Greetings,
I have the following bloc of code in data stage.
After adding this item prototype into the game, it seems to break the place_result of the regular "storage-tank" prototype and instead print "Missing Storage tank".
Indeed it seems having duplicate items of any prototype with the same place_result triggers this bug.
Reproduction:
- Disable all mods including space age.
- Unzip and install the attached `autotech` mod.
- Spawn in a "storage-tank" item.
- Attempt to place such item.
Note: It also seems that construction bots refuse to build any storage tank ghosts.
I have the following bloc of code in data stage.
Code: Select all
data:extend {{
type = "item",
name = "storage-tank-raw",
icon = data.raw["storage-tank"]["storage-tank"].icon,
icon_size = 64,
place_result = "storage-tank",
stack_size = 50,
flags = {"primary-place-result"}
}}
Indeed it seems having duplicate items of any prototype with the same place_result triggers this bug.
Reproduction:
- Disable all mods including space age.
- Unzip and install the attached `autotech` mod.
- Spawn in a "storage-tank" item.
- Attempt to place such item.
Note: It also seems that construction bots refuse to build any storage tank ghosts.