mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-18 14:26:03 +01:00
fix multicraft menu for lation_ui
This commit is contained in:
@@ -246,7 +246,7 @@ function multiCraft(data)
|
|||||||
})
|
})
|
||||||
|
|
||||||
local dialog = createInput(data.craftable.Header..(Config.System.Menu == "qb" and ": "..br.."How many to craft? "..br.."Max: "..carryMax or ""), {
|
local dialog = createInput(data.craftable.Header..(Config.System.Menu == "qb" and ": "..br.."How many to craft? "..br.."Max: "..carryMax or ""), {
|
||||||
((Config.System.Menu == "ox") and {
|
((Config.System.Menu == "ox" or Config.System.Menu == "lation") and {
|
||||||
type = "slider",
|
type = "slider",
|
||||||
label = "How many to craft? "..br.."Max: "..carryMax,
|
label = "How many to craft? "..br.."Max: "..carryMax,
|
||||||
required = true,
|
required = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user