mirror of
https://github.com/minetest-mods/unified_inventory.git
synced 2025-07-01 16:00:31 +02:00
update to support for intllib translation mod
This commit is contained in:
@ -170,7 +170,7 @@ unified_inventory.register_page("craftguide", {
|
|||||||
formspec = formspec.."label[6,1.95;"..S("Copy to craft grid:").."]"
|
formspec = formspec.."label[6,1.95;"..S("Copy to craft grid:").."]"
|
||||||
.."button[6,2.5;0.6,0.5;craftguide_craft_1;1]"
|
.."button[6,2.5;0.6,0.5;craftguide_craft_1;1]"
|
||||||
.."button[6.6,2.5;0.6,0.5;craftguide_craft_10;10]"
|
.."button[6.6,2.5;0.6,0.5;craftguide_craft_10;10]"
|
||||||
.."button[7.2,2.5;0.6,0.5;craftguide_craft_max;All]"
|
.."button[7.2,2.5;0.6,0.5;craftguide_craft_max;"..S("All").."]"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if alternates > 1 then
|
if alternates > 1 then
|
||||||
|
Reference in New Issue
Block a user