From 85bd997848da86e313cb2cdd9433dac2d7b8a973 Mon Sep 17 00:00:00 2001 From: cheapie Date: Fri, 24 Apr 2026 05:19:19 -0500 Subject: Change to require 5.12 and list the new date --- init.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 5a62ef5..7625f01 100644 --- a/init.lua +++ b/init.lua @@ -1,6 +1,6 @@ -local minversion = 42 -local message = "Multicraft and outdated clients (older than 5.7) are not supported and will experience severe issues.\n".. - "Please update to the latest official Luanti client (from luanti.org/downloads) before 2025-02-01 or you will no longer be able to connect." +local minversion = 48 +local message = "Outdated clients (older than 5.12) are not supported and will experience graphical issues.\n".. + "Please update before 2026-06-21 or you will no longer be able to connect." core.register_on_joinplayer(function(player) local info = core.get_player_information(player:get_player_name()) @@ -14,5 +14,5 @@ core.register_on_joinplayer(function(player) alignment = {x = 0,y = 0}, text = message, }) - if core.get_modpath("irc") then irc.say(player:get_player_name().." is using Multicraft or an old version") end + if core.get_modpath("irc") then irc.say(player:get_player_name().." is using an old version") end end) -- cgit v1.2.3