Make client check for extremely specific crafter signature node and update version

master
oilboi 2020-06-09 13:11:06 -04:00
parent 219081aa92
commit 77acd245e4
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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)