From c051fbffdca17bafd707974f39e9e127ea8e8118 Mon Sep 17 00:00:00 2001 From: Nils Dagsson Moskopp Date: Mon, 30 Aug 2021 20:39:19 +0200 Subject: [PATCH] Make the settings GUI actually work --- settingtypes.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/settingtypes.txt b/settingtypes.txt index 4b33d78..9c4b92f 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -1,9 +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 +meshnode_max_speed (Meshnode entity maximum speed) float 2.0 +meshnode_max_lift (Meshnode entity maximum lift) float 1.0 +meshnode_yaw_amount (Meshnode entity turning step size) float 0.017 +meshnode_max_radius (Meshnode entity maximum radius) int 8 +meshnode_show_in_creative (Meshnode entity in creative inventory) bool false +meshnode_enable_crafting (Meshnode controller craftable) bool false +meshnode_disable_privilege (Meshnode privilege not needed for interaction) bool false +meshnode_fake_shading (Meshnode fake shading) bool false +meshnode_autoconf (Allow 4096 statically stored objects in a mapblock) bool false