Fix listrings in machine formspecs to make it possible to move items with shift

Fixes #12
This commit is contained in:
2024-05-11 12:53:18 +02:00
parent 961e08647f
commit 36c5b3c8ac
13 changed files with 37 additions and 49 deletions

View File

@@ -45,10 +45,7 @@ rotaryMacerator.getFormspec=function(pos)
"label[0.5,2.8;"..minetest.formspec_escape(S("Speed: @1",rpm)).."]",
"button[0.5,3.4;3,0.8;maintainSpeed;"..minetest.formspec_escape(buttonMaintainSpeedText).."]",
"listring[context;src]",
"listring[context;modifier]",
"listring[context;powerStorage]",
"listring[context;dst]",
"listring[context;upgrades]"
"listring[context;dst]"
}
return table.concat(formspec,"")
end