Mod settings are not exposed in Minetest settings GUI #11

Closed
opened 2021-08-30 02:00:11 +02:00 by erlehmann · 3 comments
Owner

api.lua has:

	max_speed = 2,
	max_lift = 1,
	yaw_amount = 0.017,
	max_radius = 8,
	show_in_creative = false,
	enable_crafting = false,
	disable_privilege = false,
	fake_shading = false,
	autoconf = false,
}

All those settings should be exposed in the Minetest settings GUI.

`api.lua` has: ```meshnode.config = { max_speed = 2, max_lift = 1, yaw_amount = 0.017, max_radius = 8, show_in_creative = false, enable_crafting = false, disable_privilege = false, fake_shading = false, autoconf = false, } ``` All those settings should be exposed in the Minetest settings GUI.
erlehmann changed title from Mod settings are not exposed to Mod settings are not exposed in Minetest settings GUI 2021-08-30 02:00:41 +02:00
Author
Owner

Fixed by merge of PR #12 (or so I hope).

Fixed by merge of PR https://git.minetest.land/Mineclonia/mcl_meshnode/pulls/12 (or so I hope).
Author
Owner

Reopening because settings GUI looks nice but does not work.

Reopening because settings GUI looks nice but does not work.
Member

fixed by #17

fixed by #17
cora closed this issue 2021-08-30 21:17:48 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Mineclonia/mcl_meshnode#11
No description provided.