Is there a way to create a LuaItemStack without an associated inventory? I want to use LuaSurface.spill_item_stack to drop an item-with-label that has its label set and I don't think that's possible with a SimpleItemStack?
Thanks.
Create LuaItemStack instead of SimpleItemStack
Re: Create LuaItemStack instead of SimpleItemStack
There's currently no way to do that. "spill item stack" is the same as find-non-colliding-position + create entity so you can just do that yourself.
If you want to get ahold of me I'm almost always on Discord.