From bcc58cb3048faa146ed0f90b330ebbe791d53b5c Mon Sep 17 00:00:00 2001 From: anon5 Date: Sun, 19 Sep 2021 12:45:50 +0000 Subject: Switch to Minetest 5.4.1 protocol and other changes --- mt.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mt.go') diff --git a/mt.go b/mt.go index e7ca84a..8c350d6 100644 --- a/mt.go +++ b/mt.go @@ -1,6 +1,5 @@ // Package mt implements the high-level Minetest protocol. -// This version is compatible with -// https://github.com/ClamityAnarchy/minetest/commit/66adeade9d5c45a5499b5ad1ad4bd91dae82482a. +// This version is compatible with Minetest 5.4.1. package mt type Node struct { -- cgit v1.2.3