Refresh README and force engine version >= 5.4.0

This commit is contained in:
SmallJoker
2025-11-16 13:28:35 +01:00
parent 0321907bf5
commit 1f83b9d634
4 changed files with 39 additions and 22 deletions

View File

@@ -1,3 +1,7 @@
if not core.features.use_texture_alpha_string_modes then
error("3d_armor requires Luanti/Minetest 5.4.0 or newer. Please update.")
end
local modname = minetest.get_current_modname()
local modpath = minetest.get_modpath(modname)
local worldpath = minetest.get_worldpath()