Closed JordanL2 closed 2 years ago
I'm trying to figure out how to get the contents of a digiline chest, so I know how much of a particular item is has. I can't see how to do this from reading what I think is the code for it: https://github.com/minetest-mods/digilines/blob/master/inventory.lua
I've tried:
digiline_send("name_of_chest_channel", "GET")
Also "get", nothing happens.
Never mind, I see another issue open about this.
I'm trying to figure out how to get the contents of a digiline chest, so I know how much of a particular item is has. I can't see how to do this from reading what I think is the code for it: https://github.com/minetest-mods/digilines/blob/master/inventory.lua
I've tried:
Also "get", nothing happens.