summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorKrock <mk939@ymail.com>2026-05-15 07:57:47 -0500
committercheapie <no-email-for-you@example.com>2026-05-15 07:57:47 -0500
commit2eafcb924a6b89f6a67e3fa4bf6586413623ffc9 (patch)
treeb4bbb4066138116c3474b7ea310b0304e8483767 /README
parent32a504c664c3dd46550d19397ee5a59d95211531 (diff)
downloadplayersettings-2eafcb924a6b89f6a67e3fa4bf6586413623ffc9.tar
playersettings-2eafcb924a6b89f6a67e3fa4bf6586413623ffc9.tar.gz
playersettings-2eafcb924a6b89f6a67e3fa4bf6586413623ffc9.tar.bz2
playersettings-2eafcb924a6b89f6a67e3fa4bf6586413623ffc9.tar.xz
playersettings-2eafcb924a6b89f6a67e3fa4bf6586413623ffc9.zip
Assorted fixes/cleanups
Contains the following patches: * [PATCH 01/10] Replace 'minetest' with 'core' * [PATCH 02/10] Extend type checks * [PATCH 03/10] Add examples * [PATCH 04/10] Protect against invalid formspec inputs * [PATCH 05/10] Unify some code * [PATCH 06/10] Use dropdown index to check againt value validity * [PATCH 07/10] Improve formspec and implement 'Reset' button * [PATCH 08/10] Do not run callbacks if no value changed * [PATCH 09/10] Add checkbox to show technical names * [PATCH 10/10] Make formspec layout more compact
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 71a4ca9..6b962ec 100644
--- a/README
+++ b/README
@@ -32,7 +32,7 @@ playersettings.register("yourmodname:yoursettingname",{
-- For "number" settings: The largest selectable value.
integer = true,
- -- For "integer" settings: If true, entered numbers will be rounded down to the nearest integer.
+ -- For "number" settings: If true, entered numbers will be rounded down to the nearest integer.
values = "some text here",
-- For "string" settings: Text to be displayed under the entry field to assist the user in selecting valid values.