Air block loot
tombomb opened this issue ยท 4 comments
Hellp im playing the current release of stoneblock, checked the pack and im on the latest release of Woot. saw in another bug report for this issue that you wanted a loot.json. I can confirm that the airblocks are in it, but here is the file anyways =p
loot.json.txt
Restarting clears out the airlocks out of the list, but they are still generated over time
They will be cleared out on restart as they wont be loaded in from the loot file, I'll just quietly ignore them.
I'll need to try and find out what items they were originally since they are probably coming from another mod.
I've managed to replicate this, which isn't really a surprise.
Running with the debug turned on shows that while learning the loot dropped, I'm sometimes getting an invalid item - which is resolving to the AIR item.
So I'll need to add something to the code to watch for invalid EntityItems and ignore them.