Fix listrings in machine formspecs to make it possible to move items with shift
Fixes #12
This commit is contained in:
@@ -58,9 +58,7 @@ inductionFurnace.getFormspec=function(pos)
|
||||
industrialtest.internal.getItemSlotBg(9,0.9,1,4),
|
||||
"label[0.5,2.8;"..minetest.formspec_escape(S("Heat: @1 %",heat)).."]",
|
||||
"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