Expose settings in Minetest settings GUI

This commit is contained in:
Nils Dagsson Moskopp 2021-08-30 02:35:51 +02:00
parent 5042cbbc1c
commit caad057e4c
Signed by: erlehmann
GPG Key ID: A3BC671C35191080
1 changed files with 9 additions and 0 deletions

9
settingtypes.txt Normal file
View File

@ -0,0 +1,9 @@
max_speed (Meshnode entity maximum speed) float 2.0
max_lift (Meshnode entity maximum lift) float 1.0
yaw_amount (Meshnode entity turning step size) float 0.017
max_radius (Meshnode entity maximum radius) int 8
show_in_creative (Meshnode entity in creative inventory) bool false
enable_crafting (Meshnode controller craftable) bool false
disable_privilege (Meshnode privilege not needed for interaction) bool false
fake_shading (Meshnode fake shading) bool false
autoconf (Allow 4096 statically stored objects in a mapblock) bool false