nodecore-cd2025/mods/nc_api/compat_creative.lua
Aaron Suen 687c3d25c2 Work around builtin delusions of creative mode
Yet another MTG-ism baked into builtin that needs
to be monkey-patched out.  At least in this case
there's an API for it.
2021-06-13 09:38:11 -04:00

7 lines
234 B
Lua

-- LUALOCALS < ---------------------------------------------------------
local minetest
= minetest
-- LUALOCALS > ---------------------------------------------------------
function minetest.is_creative_enabled() return false end