should fix #2
This commit is contained in:
theFox6 2020-05-29 16:03:02 +02:00
parent 063c067e39
commit faf69d7bd5
No known key found for this signature in database
GPG Key ID: C884FE8D3BCE128A
2 changed files with 5 additions and 1 deletions

@ -1,5 +1,5 @@
shared = true
network = true
power = false
power = true
storage = true
ores = true

@ -111,6 +111,10 @@ microexpansion.register_node("term", {
meta:set_string("formspec", chest_formspec(pos, 1))
meta:set_string("inv_name", "none")
meta:set_int("page", 1)
local own_inv = meta:get_inventory()
own_inv:set_size("src", 1)
local net = me.get_connected_network(pos)
me.send_event(pos,"connect",{net=net})
if net then