Page 1 of 1

LuaEntity.ghost_prototype.items_to_place_this missing quality

Posted: Sun Nov 10, 2024 7:39 pm
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 276 times

Re: LuaEntity.ghost_prototype.items_to_place_this missing quality

Posted: Sun Nov 17, 2024 8:14 am
by billbo99
Please fix.

Re: LuaEntity.ghost_prototype.items_to_place_this missing quality

Posted: Thu Nov 28, 2024 10:57 pm
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 146 times

Re: LuaEntity.ghost_prototype.items_to_place_this missing quality

Posted: Tue Dec 17, 2024 3:55 pm
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