forked from mrkubax10/industrialtest
Fix listrings in machine formspecs to make it possible to move items with shift
Fixes #12
This commit is contained in:
@@ -40,9 +40,7 @@ canningMachine.getFormspec=function(pos)
|
||||
"list[context;upgrades;9,0.9;1,4]",
|
||||
industrialtest.internal.getItemSlotBg(9,0.9,1,4),
|
||||
"listring[context;src]",
|
||||
"listring[context;powerStorage]",
|
||||
"listring[context;dst]",
|
||||
"listring[context;upgrades]"
|
||||
"listring[context;dst]"
|
||||
}
|
||||
return table.concat(formspec,"")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user