mirror of
https://github.com/minetest-mods/unified_inventory.git
synced 2025-07-03 17:00:30 +02:00
Change formspec_prepend default to true
This commit is contained in:
@ -28,7 +28,7 @@ Register a new page: The callback inside this function is called on user input.
|
|||||||
-- ^ Optional. Hides the player's `main` inventory list
|
-- ^ Optional. Hides the player's `main` inventory list
|
||||||
draw_item_list = false, -- default `true`
|
draw_item_list = false, -- default `true`
|
||||||
-- ^ Optional. Hides the item list on the right side
|
-- ^ Optional. Hides the item list on the right side
|
||||||
formspec_prepend = false, -- default `false`
|
formspec_prepend = false, -- default `true`
|
||||||
-- ^ Optional. When `false`: Disables the formspec prepend
|
-- ^ Optional. When `false`: Disables the formspec prepend
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
|
Reference in New Issue
Block a user