I play with a very large mod pack, but I decided to take a closer look at this bug. And this is what I found:
- All other mods specify the following line at the beginning of the file where this variable is mentioned.
local item_sounds = require("__base__.prototypes.item_sounds")
- But in your mod I didn't see something like that declared before using this variable.