From 77acd245e4b76f40bd4e5459f421dc213d370f5e Mon Sep 17 00:00:00 2001 From: oilboi <47129783+oilboi@users.noreply.github.com> Date: Tue, 9 Jun 2020 13:11:06 -0400 Subject: [PATCH] Make client check for extremely specific crafter signature node and update version --- init.lua | 3 +++ version_send.lua | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 696faa3..c9b9da0 100644 --- a/init.lua +++ b/init.lua @@ -4,6 +4,9 @@ for _,r in pairs(minetest.get_csm_restrictions()) do return end end +if not minetest.get_node_def("client_version_checker:this_is_the_signature_of_crafter00111010010001000011110000110011") then + return +end --declare globals weather_intake = nil diff --git a/version_send.lua b/version_send.lua index 6b62af0..09658c7 100644 --- a/version_send.lua +++ b/version_send.lua @@ -1,3 +1,3 @@ minetest.after(2,function() -- this needs a few seconds for the mod channel to open up - version_channel:send_all("0.05006") + version_channel:send_all("0.05007") end) \ No newline at end of file -- 2.44.0