LuaEntity.ghost_prototype.items_to_place_this missing quality

Place to get help with not working mods / modding interface.
User avatar
Tubbles
Burner Inserter
Burner Inserter
Posts: 16
Joined: Wed Mar 16, 2016 6:30 pm
Contact:

LuaEntity.ghost_prototype.items_to_place_this missing quality

Post by Tubbles »

The table containing required items to revive a ghost, LuaEntity.ghost_prototype.items_to_place_this, does not include information on what quality level is needed, even though the ItemStackDefinition it contains seems to support it

After placing a legendary wooden chest with ghost building:
11-10-2024, 20-38-58.png
11-10-2024, 20-38-58.png (59.36 KiB) Viewed 275 times
billbo99
Fast Inserter
Fast Inserter
Posts: 137
Joined: Fri Nov 02, 2018 9:19 am
Contact:

Re: LuaEntity.ghost_prototype.items_to_place_this missing quality

Post by billbo99 »

Please fix.
User avatar
EvilPLa
Inserter
Inserter
Posts: 24
Joined: Sat Nov 14, 2020 7:26 am
Contact:

Re: LuaEntity.ghost_prototype.items_to_place_this missing quality

Post by EvilPLa »

The quality for that prototype is in the entity as a separate quality prototype. Hope that helps
11-28-2024, 23-51-54.png
11-28-2024, 23-51-54.png (130.88 KiB) Viewed 145 times
I havent lost my mind, it's backed up on tape somewhere.
User avatar
Tubbles
Burner Inserter
Burner Inserter
Posts: 16
Joined: Wed Mar 16, 2016 6:30 pm
Contact:

Re: LuaEntity.ghost_prototype.items_to_place_this missing quality

Post by Tubbles »

EvilPLa wrote: Thu Nov 28, 2024 10:57 pm The quality for that prototype is in the entity as a separate quality prototype.
Yeah I noticed that the information is there, I thought of it as a work around. But maybe its the intended way, to pass around the quality prototype as a separate object
Post Reply

Return to “Modding help”