minetest-mods / digilines

Digilines is a mod for minetest which adds data bus wires
Other
40 stars 38 forks source link

Get contents of a digiline chest? #75

Closed JordanL2 closed 2 years ago

JordanL2 commented 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.

JordanL2 commented 2 years ago

Never mind, I see another issue open about this.