Change formspec_prepend default to true

This commit is contained in:
isaiah658 2020-12-15 23:59:55 +00:00 committed by GitHub
parent 0f756a5d33
commit 8404d5b0bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
draw_item_list = false, -- default `true`
-- ^ 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
}
end,