tweak config variables

This commit is contained in:
cora 2021-08-23 17:27:15 +02:00
parent 8af65d67bb
commit 4e0d403718
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
meshnode = {}
meshnode.config = {
max_speed = 2,
max_speed = 8,
max_lift = 1,
yaw_amount = 0.017,
max_radius = 8,
show_in_creative = false,
enable_crafting = false,
max_radius = 16,
show_in_creative = true,
enable_crafting = true,
disable_privilege = false,
fake_shading = false,
autoconf = false,