You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow using per player check for all creative mode checks.
Technic minimum required engine version is 5.0 and this API function is only available in 5.3 so make it use minetest.is_creative_enabled(name) only if it is available.
Also technic.creative_mode probably can't be simply changed to be API function as this will break checks in many other mods, Technic mod should probably still have its own wrapper for creative mode checks for compatibility.
The text was updated successfully, but these errors were encountered:
From issue #267
Allow using per player check for all creative mode checks.
Technic minimum required engine version is 5.0 and this API function is only available in 5.3 so make it use
minetest.is_creative_enabled(name)
only if it is available.Also
technic.creative_mode
probably can't be simply changed to be API function as this will break checks in many other mods, Technic mod should probably still have its own wrapper for creative mode checks for compatibility.The text was updated successfully, but these errors were encountered: