Hello,
I cannot get started with the mod, seems like there is some issue with the input dict. I am trying this simple line:
out['wood'] = red['stone-wall']
but getting this error
2492.422 Script @__Moon_Logic_2__/control.lua:415: -- moon-logic [803]: --- debug-run start [tick=268881] ---
2492.422 Script @__Moon_Logic_2__/control.lua:415: -- moon-logic [803]: env-before :: {delay = 1, var = {}}
2492.422 Script @__Moon_Logic_2__/control.lua:415: -- moon-logic [803]: out-before :: {}
2492.422 Script @__Moon_Logic_2__/control.lua:415: -- moon-logic [803]: used-inputs :: {}
2492.422 Script @__Moon_Logic_2__/control.lua:415: -- moon-logic [803]: env-after :: {debug = true, delay = 1, var = {}}
2492.422 Script @__Moon_Logic_2__/control.lua:415: -- moon-logic [803]: out-after :: {}
2492.422 Script @__Moon_Logic_2__/control.lua:415: -- moon-logic [803]: out-sync=true out-diff :: {}
2492.422 Script @__Moon_Logic_2__/control.lua:415: -- moon-logic [803]: error :: RuntimeError: __Moon_Logic_2__/control.lua:153: attempt to concatenate local 'q_name' (a nil value)
2492.422 Script @__Moon_Logic_2__/control.lua:415: -- moon-logic [803]: --- debug-run end [tick=268881] ---
Could you please take a look?