Time Nick Message 14:47 thexyz minetest.setting_get(name) and minetest.setting_getbool(name) can be used 14:47 thexyz to read custom or existing settings at load time, if necessary. 15:42 Taoki thexyz: I have a question. I'm working on implementing the animation framework for my models, and am not sure how to go about it. Should I mane animations object properties entirely (like visual or bounding box and everything else are), or should I use a new LUA API function separately for them? 15:42 Taoki If anyone else knows feel free to answer. c55 isn't around to ask his point 21:20 LunaVorax Hello