]> git.lizzy.rs Git - mt.git/commitdiff
Fix subpackage paths
authorElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 6 Jun 2022 21:53:18 +0000 (23:53 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 6 Jun 2022 22:02:14 +0000 (00:02 +0200)
cmd.go
cmd/proxy/proxy.go
cmds.go
pktinfos.go
proto.go
rudp/cmd/proxy/proxy.go
serialize.go
tocltcmds.go
tosrvcmds.go
tosrvcmds_cmdno.go

diff --git a/cmd.go b/cmd.go
index 677c0a056a3a9b19a4acbe962db3df90fd0ea40d..fd55cc244aa9a49a811278601d3be3ffcc327c72 100644 (file)
--- a/cmd.go
+++ b/cmd.go
@@ -68,8 +68,8 @@ func (*ToSrvLeaveModChan) cmd()   {}
 func (*ToSrvMsgModChan) cmd()     {}
 func (*ToSrvPlayerPos) cmd()      {}
 func (*ToSrvGotBlks) cmd()        {}
-func (*ToSrvHaveMedia) cmd()      {}
 func (*ToSrvDeletedBlks) cmd()    {}
+func (*ToSrvHaveMedia) cmd()      {}
 func (*ToSrvInvAction) cmd()      {}
 func (*ToSrvChatMsg) cmd()        {}
 func (*ToSrvFallDmg) cmd()        {}
index 33cc354940aa06c87c5129289549f94e1201bbaf..d05010082718f5440d527d9067136d5c3233df8c 100644 (file)
@@ -16,7 +16,7 @@ import (
        "net"
        "os"
 
-       "github.com/anon55555/mt"
+       "github.com/Minetest-j45/mt"
 )
 
 func main() {
diff --git a/cmds.go b/cmds.go
index 7a4f6bd191d68813aa85b63113be5462f4a04d08..160a3850ca9d00265b1ac9449796d39e6ef1cca5 100644 (file)
--- a/cmds.go
+++ b/cmds.go
@@ -4,7 +4,7 @@
 package mt
 
 import (
-       "github.com/anon55555/mt/rudp"
+       "github.com/Minetest-j45/mt/rudp"
 )
 
 type Cmd interface {
index 621197eaa141991f84bb54d717a937c20fa378d5..d40af37da90714b63e0d6f6470d1e0802bdef15e 100644 (file)
@@ -2,7 +2,7 @@
 
 package mt
 
-import "github.com/anon55555/mt/rudp"
+import "github.com/Minetest-j45/mt/rudp"
 
 func (*ToCltHello) DefaultPktInfo() rudp.PktInfo                 { return rudp.PktInfo{0, false} }
 func (*ToCltAcceptAuth) DefaultPktInfo() rudp.PktInfo            { return rudp.PktInfo{0, false} }
index 30a94da2c2f841bd4d265d065eac79d392a0a751..c0a26c098ce30531521c8490969035a133737ada 100644 (file)
--- a/proto.go
+++ b/proto.go
@@ -5,7 +5,7 @@ import (
        "io"
        "net"
 
-       "github.com/anon55555/mt/rudp"
+       "github.com/Minetest-j45/mt/rudp"
 )
 
 // A Pkt is a deserialized rudp.Pkt.
index b8ca9f4bd4dccfaf709d219d4e48ae72f0d30bb0..d9fd14f4367efbdd8af408d46ac7738d2fb9e51d 100644 (file)
@@ -16,7 +16,7 @@ import (
        "net"
        "os"
 
-       "github.com/anon55555/mt/rudp"
+       "github.com/Minetest-j45/mt/rudp"
 )
 
 func main() {
index 50987a6c3f7d11a7d3e5d6471b75d91901f7a162..daa323d6418537039de2cadda0dd585c6ef383ff 100644 (file)
@@ -87,7 +87,7 @@ func (obj *ToSrvInit) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.CompressionModes", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.CompressionModes", err))
        }
        {
                x := (*(*(struct {
@@ -198,7 +198,7 @@ func (obj *ToSrvInit) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.CompressionModes", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.CompressionModes", err))
        }
        {
                p := &(*(*(struct {
@@ -466,7 +466,7 @@ func (obj *ToSrvPlayerPos) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.PlayerPos", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.PlayerPos", err))
        }
 }
 
@@ -479,7 +479,7 @@ func (obj *ToSrvPlayerPos) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.PlayerPos", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.PlayerPos", err))
        }
 }
 
@@ -726,7 +726,7 @@ func (obj *ToSrvInteract) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Interaction", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Interaction", err))
        }
        {
                x := (*(*(struct {
@@ -783,7 +783,7 @@ func (obj *ToSrvInteract) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.PlayerPos", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.PlayerPos", err))
        }
 }
 
@@ -801,7 +801,7 @@ func (obj *ToSrvInteract) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Interaction", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Interaction", err))
        }
        {
                p := &(*(*(struct {
@@ -854,7 +854,7 @@ func (obj *ToSrvInteract) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.PlayerPos", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.PlayerPos", err))
        }
 }
 
@@ -881,7 +881,7 @@ func (obj *ToSrvRemovedSounds) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.SoundID", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.SoundID", err))
                }
        }
 }
@@ -906,7 +906,7 @@ func (obj *ToSrvRemovedSounds) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.SoundID", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.SoundID", err))
                }
        }
 }
@@ -979,7 +979,7 @@ func (obj *ToSrvNodeMetaFields) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Field", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Field", err))
                }
        }
 }
@@ -1040,7 +1040,7 @@ func (obj *ToSrvNodeMetaFields) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Field", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Field", err))
                }
        }
 }
@@ -1092,7 +1092,7 @@ func (obj *ToSrvInvFields) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Field", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Field", err))
                }
        }
 }
@@ -1135,7 +1135,7 @@ func (obj *ToSrvInvFields) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Field", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Field", err))
                }
        }
 }
@@ -1603,7 +1603,7 @@ func (obj *ToCltHello) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.CompressionModes", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.CompressionModes", err))
        }
        {
                x := (*(*(struct {
@@ -1627,7 +1627,7 @@ func (obj *ToCltHello) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AuthMethods", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AuthMethods", err))
        }
        if len(([]byte((*(*(struct {
                SerializeVer uint8
@@ -1683,7 +1683,7 @@ func (obj *ToCltHello) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.CompressionModes", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.CompressionModes", err))
        }
        {
                p := &(*(*(struct {
@@ -1707,7 +1707,7 @@ func (obj *ToCltHello) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AuthMethods", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AuthMethods", err))
        }
        var local55 []uint8
        var local56 uint16
@@ -1745,7 +1745,7 @@ func (obj *ToCltAcceptAuth) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Pos", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Pos", err))
        }
        {
                x := (*(*(struct {
@@ -1789,7 +1789,7 @@ func (obj *ToCltAcceptAuth) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AuthMethods", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AuthMethods", err))
        }
 }
 
@@ -1809,7 +1809,7 @@ func (obj *ToCltAcceptAuth) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Pos", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Pos", err))
        }
        {
                p := &(*(*(struct {
@@ -1853,7 +1853,7 @@ func (obj *ToCltAcceptAuth) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AuthMethods", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AuthMethods", err))
        }
 }
 
@@ -1866,7 +1866,7 @@ func (obj *ToCltAcceptSudoMode) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AuthMethods", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AuthMethods", err))
        }
        {
                local57 := [15]byte{}
@@ -1886,7 +1886,7 @@ func (obj *ToCltAcceptSudoMode) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AuthMethods", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AuthMethods", err))
        }
        {
                var local58 [15]byte
@@ -1922,7 +1922,7 @@ func (obj *ToCltKick) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.KickReason", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.KickReason", err))
        }
        if !((*(*(struct {
                Reason KickReason
@@ -2024,7 +2024,7 @@ func (obj *ToCltKick) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.KickReason", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.KickReason", err))
        }
        if !((*(*(struct {
                Reason KickReason
@@ -2121,7 +2121,7 @@ func (obj *ToCltBlkData) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.MapBlk", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.MapBlk", err))
        }
 }
 
@@ -2147,7 +2147,7 @@ func (obj *ToCltBlkData) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.MapBlk", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.MapBlk", err))
        }
 }
 
@@ -2176,7 +2176,7 @@ func (obj *ToCltAddNode) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Node", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Node", err))
        }
        {
                x := (*(*(struct {
@@ -2218,7 +2218,7 @@ func (obj *ToCltAddNode) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Node", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Node", err))
        }
        {
                p := &(*(*(struct {
@@ -2334,7 +2334,7 @@ func (obj *ToCltCSMRestrictionFlags) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.CSMRestrictionFlags", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.CSMRestrictionFlags", err))
        }
        {
                x := (*(*(struct {
@@ -2361,7 +2361,7 @@ func (obj *ToCltCSMRestrictionFlags) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.CSMRestrictionFlags", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.CSMRestrictionFlags", err))
        }
        {
                p := &(*(*(struct {
@@ -2384,7 +2384,7 @@ func (obj *ToCltAddPlayerVel) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Vec", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Vec", err))
        }
 }
 
@@ -2397,7 +2397,7 @@ func (obj *ToCltAddPlayerVel) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Vec", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Vec", err))
        }
 }
 
@@ -2563,7 +2563,7 @@ func (obj *ToCltChatMsg) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.ChatMsgType", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.ChatMsgType", err))
        }
        local74 := utf16.Encode([]rune((*(*(struct {
                Type ChatMsgType
@@ -2646,7 +2646,7 @@ func (obj *ToCltChatMsg) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.ChatMsgType", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.ChatMsgType", err))
        }
        var local80 []uint16
        var local81 uint16
@@ -2731,7 +2731,7 @@ func (obj *ToCltAORmAdd) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOID", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOID", err))
                }
        }
        if len(((*(*(struct {
@@ -2760,7 +2760,7 @@ func (obj *ToCltAORmAdd) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOAdd", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOAdd", err))
                }
        }
 }
@@ -2788,7 +2788,7 @@ func (obj *ToCltAORmAdd) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOID", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOID", err))
                }
        }
        var local90 uint16
@@ -2813,7 +2813,7 @@ func (obj *ToCltAORmAdd) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOAdd", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOAdd", err))
                }
        }
 }
@@ -2832,7 +2832,7 @@ func (obj *ToCltAOMsgs) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.IDAOMsg", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.IDAOMsg", err))
                }
        }
 }
@@ -2847,7 +2847,7 @@ func (obj *ToCltAOMsgs) deserialize(r io.Reader) {
                                if err == io.EOF {
                                        chk(io.EOF)
                                }
-                               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.IDAOMsg", err))
+                               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.IDAOMsg", err))
                        }
                })
                if err == io.EOF {
@@ -2892,7 +2892,7 @@ func (obj *ToCltMovePlayer) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Pos", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Pos", err))
        }
        {
                x := (*(*(struct {
@@ -2920,7 +2920,7 @@ func (obj *ToCltMovePlayer) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Pos", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Pos", err))
        }
        {
                p := &(*(*(struct {
@@ -3067,7 +3067,7 @@ func (obj *ToCltDeathScreen) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Pos", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Pos", err))
        }
 }
 
@@ -3096,7 +3096,7 @@ func (obj *ToCltDeathScreen) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Pos", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Pos", err))
        }
 }
 
@@ -3741,7 +3741,7 @@ func (obj *ToCltItemDefs) serialize(w io.Writer) {
                                        if err == io.EOF {
                                                chk(io.EOF)
                                        }
-                                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.ItemDef", err))
+                                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.ItemDef", err))
                                }
                        }
                        if len(((*(*(struct {
@@ -3866,7 +3866,7 @@ func (obj *ToCltItemDefs) deserialize(r io.Reader) {
                                        if err == io.EOF {
                                                chk(io.EOF)
                                        }
-                                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.ItemDef", err))
+                                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.ItemDef", err))
                                }
                        }
                        var local124 uint16
@@ -3942,7 +3942,7 @@ func (obj *ToCltPlaySound) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.SoundID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.SoundID", err))
        }
        if len(([]byte((*(*(struct {
                ID      SoundID
@@ -4020,7 +4020,7 @@ func (obj *ToCltPlaySound) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.SoundSrcType", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.SoundSrcType", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -4039,7 +4039,7 @@ func (obj *ToCltPlaySound) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Pos", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Pos", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -4058,7 +4058,7 @@ func (obj *ToCltPlaySound) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOID", err))
        }
        {
                x := (*(*(struct {
@@ -4150,7 +4150,7 @@ func (obj *ToCltPlaySound) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.SoundID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.SoundID", err))
        }
        var local130 []uint8
        var local131 uint16
@@ -4207,7 +4207,7 @@ func (obj *ToCltPlaySound) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.SoundSrcType", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.SoundSrcType", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -4226,7 +4226,7 @@ func (obj *ToCltPlaySound) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Pos", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Pos", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -4245,7 +4245,7 @@ func (obj *ToCltPlaySound) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOID", err))
        }
        {
                p := &(*(*(struct {
@@ -4334,7 +4334,7 @@ func (obj *ToCltStopSound) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.SoundID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.SoundID", err))
        }
 }
 
@@ -4347,7 +4347,7 @@ func (obj *ToCltStopSound) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.SoundID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.SoundID", err))
        }
 }
 
@@ -5235,7 +5235,7 @@ func (obj *ToCltSpawnParticle) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.TileAnim", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.TileAnim", err))
        }
        {
                x := (*(*(struct {
@@ -5307,7 +5307,7 @@ func (obj *ToCltSpawnParticle) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Content", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Content", err))
        }
        {
                x := (*(*(struct {
@@ -5655,7 +5655,7 @@ func (obj *ToCltSpawnParticle) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.TileAnim", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.TileAnim", err))
        }
        {
                p := &(*(*(struct {
@@ -5730,7 +5730,7 @@ func (obj *ToCltSpawnParticle) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Content", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Content", err))
        }
        {
                p := &(*(*(struct {
@@ -6267,7 +6267,7 @@ func (obj *ToCltAddParticleSpawner) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.ParticleSpawnerID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.ParticleSpawnerID", err))
        }
        {
                x := (*(*(struct {
@@ -6356,7 +6356,7 @@ func (obj *ToCltAddParticleSpawner) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOID", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -6385,7 +6385,7 @@ func (obj *ToCltAddParticleSpawner) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.TileAnim", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.TileAnim", err))
        }
        {
                x := (*(*(struct {
@@ -6469,7 +6469,7 @@ func (obj *ToCltAddParticleSpawner) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Content", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Content", err))
        }
        {
                x := (*(*(struct {
@@ -6976,7 +6976,7 @@ func (obj *ToCltAddParticleSpawner) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.ParticleSpawnerID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.ParticleSpawnerID", err))
        }
        {
                p := &(*(*(struct {
@@ -7071,7 +7071,7 @@ func (obj *ToCltAddParticleSpawner) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOID", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -7100,7 +7100,7 @@ func (obj *ToCltAddParticleSpawner) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.TileAnim", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.TileAnim", err))
        }
        {
                p := &(*(*(struct {
@@ -7187,7 +7187,7 @@ func (obj *ToCltAddParticleSpawner) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Content", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Content", err))
        }
        {
                p := &(*(*(struct {
@@ -7251,7 +7251,7 @@ func (obj *ToCltAddHUD) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.HUDID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.HUDID", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -7262,7 +7262,7 @@ func (obj *ToCltAddHUD) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.HUD", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.HUD", err))
        }
 }
 
@@ -7276,7 +7276,7 @@ func (obj *ToCltAddHUD) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.HUDID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.HUDID", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -7287,7 +7287,7 @@ func (obj *ToCltAddHUD) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.HUD", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.HUD", err))
        }
 }
 
@@ -7300,7 +7300,7 @@ func (obj *ToCltRmHUD) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.HUDID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.HUDID", err))
        }
 }
 
@@ -7313,7 +7313,7 @@ func (obj *ToCltRmHUD) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.HUDID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.HUDID", err))
        }
 }
 
@@ -7367,7 +7367,7 @@ func (obj *ToCltChangeHUD) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.HUDID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.HUDID", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -7418,7 +7418,7 @@ func (obj *ToCltChangeHUD) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.HUDField", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.HUDField", err))
        }
        if !((*(*(struct {
                ID HUDID
@@ -8753,7 +8753,7 @@ func (obj *ToCltChangeHUD) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Pos", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Pos", err))
                }
        }
        if (*(*(struct {
@@ -9222,7 +9222,7 @@ func (obj *ToCltChangeHUD) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.HUDID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.HUDID", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -9273,7 +9273,7 @@ func (obj *ToCltChangeHUD) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.HUDField", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.HUDField", err))
        }
        if !((*(*(struct {
                ID HUDID
@@ -10438,7 +10438,7 @@ func (obj *ToCltChangeHUD) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Pos", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Pos", err))
                }
        }
        if (*(*(struct {
@@ -10783,7 +10783,7 @@ func (obj *ToCltHUDFlags) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.HUDFlags", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.HUDFlags", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -10795,7 +10795,7 @@ func (obj *ToCltHUDFlags) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.HUDFlags", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.HUDFlags", err))
        }
 }
 
@@ -10810,7 +10810,7 @@ func (obj *ToCltHUDFlags) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.HUDFlags", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.HUDFlags", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -10822,7 +10822,7 @@ func (obj *ToCltHUDFlags) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.HUDFlags", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.HUDFlags", err))
        }
 }
 
@@ -10842,7 +10842,7 @@ func (obj *ToCltSetHotbarParam) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.HotbarParam", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.HotbarParam", err))
        }
        if (*(*(struct {
                Param HotbarParam
@@ -10900,7 +10900,7 @@ func (obj *ToCltSetHotbarParam) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
                }
        }
 }
@@ -10921,7 +10921,7 @@ func (obj *ToCltSetHotbarParam) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.HotbarParam", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.HotbarParam", err))
        }
        if (*(*(struct {
                Param HotbarParam
@@ -10983,7 +10983,7 @@ func (obj *ToCltSetHotbarParam) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
                }
        }
 }
@@ -11308,7 +11308,7 @@ func (obj *ToCltSkyParams) serialize(w io.Writer) {
                                if err == io.EOF {
                                        chk(io.EOF)
                                }
-                               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+                               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
                        }
                }
        }
@@ -11705,7 +11705,7 @@ func (obj *ToCltSkyParams) deserialize(r io.Reader) {
                                if err == io.EOF {
                                        chk(io.EOF)
                                }
-                               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+                               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
                        }
                }
        }
@@ -12048,7 +12048,7 @@ func (obj *ToCltEyeOffset) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Vec", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Vec", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -12058,7 +12058,7 @@ func (obj *ToCltEyeOffset) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Vec", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Vec", err))
        }
 }
 
@@ -12071,7 +12071,7 @@ func (obj *ToCltEyeOffset) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Vec", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Vec", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -12081,7 +12081,7 @@ func (obj *ToCltEyeOffset) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Vec", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Vec", err))
        }
 }
 
@@ -12094,7 +12094,7 @@ func (obj *ToCltDelParticleSpawner) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.ParticleSpawnerID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.ParticleSpawnerID", err))
        }
 }
 
@@ -12107,7 +12107,7 @@ func (obj *ToCltDelParticleSpawner) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.ParticleSpawnerID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.ParticleSpawnerID", err))
        }
 }
 
@@ -12282,7 +12282,7 @@ func (obj *ToCltFadeSound) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.SoundID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.SoundID", err))
        }
        {
                x := (*(*(struct {
@@ -12313,7 +12313,7 @@ func (obj *ToCltFadeSound) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.SoundID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.SoundID", err))
        }
        {
                p := &(*(*(struct {
@@ -12343,7 +12343,7 @@ func (obj *ToCltUpdatePlayerList) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.PlayerListUpdateType", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.PlayerListUpdateType", err))
        }
        if len(((*(*(struct {
                Type    PlayerListUpdateType
@@ -12395,7 +12395,7 @@ func (obj *ToCltUpdatePlayerList) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.PlayerListUpdateType", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.PlayerListUpdateType", err))
        }
        var local209 uint16
        {
@@ -12561,7 +12561,7 @@ func (obj *ToCltModChanSig) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.ModChanSig", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.ModChanSig", err))
        }
        if len(([]byte((*(*(struct {
                Signal  ModChanSig
@@ -12595,7 +12595,7 @@ func (obj *ToCltModChanSig) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.ModChanSig", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.ModChanSig", err))
        }
        var local219 []uint8
        var local220 uint16
@@ -12758,7 +12758,7 @@ func (obj *ToCltSunParams) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -12773,7 +12773,7 @@ func (obj *ToCltSunParams) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -12788,7 +12788,7 @@ func (obj *ToCltSunParams) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
        }
        {
                x := (*(*(struct {
@@ -12852,7 +12852,7 @@ func (obj *ToCltSunParams) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -12867,7 +12867,7 @@ func (obj *ToCltSunParams) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -12882,7 +12882,7 @@ func (obj *ToCltSunParams) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
        }
        {
                p := &(*(*(struct {
@@ -12942,7 +12942,7 @@ func (obj *ToCltMoonParams) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -12955,7 +12955,7 @@ func (obj *ToCltMoonParams) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
        }
        {
                x := (*(*(struct {
@@ -12997,7 +12997,7 @@ func (obj *ToCltMoonParams) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -13010,7 +13010,7 @@ func (obj *ToCltMoonParams) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
        }
        {
                p := &(*(*(struct {
@@ -13230,7 +13230,7 @@ func (obj *AOCmdProps) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOProps", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOProps", err))
        }
 }
 
@@ -13243,7 +13243,7 @@ func (obj *AOCmdProps) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOProps", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOProps", err))
        }
 }
 
@@ -13256,7 +13256,7 @@ func (obj *AOCmdPos) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOPos", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOPos", err))
        }
 }
 
@@ -13269,7 +13269,7 @@ func (obj *AOCmdPos) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOPos", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOPos", err))
        }
 }
 
@@ -13282,7 +13282,7 @@ func (obj *AOCmdTextureMod) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
        }
 }
 
@@ -13295,7 +13295,7 @@ func (obj *AOCmdTextureMod) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
        }
 }
 
@@ -13308,7 +13308,7 @@ func (obj *AOCmdSprite) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOSprite", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOSprite", err))
        }
 }
 
@@ -13321,7 +13321,7 @@ func (obj *AOCmdSprite) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOSprite", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOSprite", err))
        }
 }
 
@@ -13366,7 +13366,7 @@ func (obj *AOCmdArmorGroups) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Group", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Group", err))
                }
        }
 }
@@ -13391,7 +13391,7 @@ func (obj *AOCmdArmorGroups) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Group", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Group", err))
                }
        }
 }
@@ -13405,7 +13405,7 @@ func (obj *AOCmdAnim) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOAnim", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOAnim", err))
        }
 }
 
@@ -13418,7 +13418,7 @@ func (obj *AOCmdAnim) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOAnim", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOAnim", err))
        }
 }
 
@@ -13452,7 +13452,7 @@ func (obj *AOCmdBonePos) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOBonePos", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOBonePos", err))
        }
 }
 
@@ -13481,7 +13481,7 @@ func (obj *AOCmdBonePos) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOBonePos", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOBonePos", err))
        }
 }
 
@@ -13494,7 +13494,7 @@ func (obj *AOCmdAttach) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOAttach", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOAttach", err))
        }
 }
 
@@ -13507,7 +13507,7 @@ func (obj *AOCmdAttach) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOAttach", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOAttach", err))
        }
 }
 
@@ -13520,7 +13520,7 @@ func (obj *AOCmdPhysOverride) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOPhysOverride", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOPhysOverride", err))
        }
 }
 
@@ -13533,7 +13533,7 @@ func (obj *AOCmdPhysOverride) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOPhysOverride", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOPhysOverride", err))
        }
 }
 
@@ -13546,7 +13546,7 @@ func (obj *AOCmdSpawnInfant) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOID", err))
        }
        {
                local230 := genericCAO
@@ -13556,7 +13556,7 @@ func (obj *AOCmdSpawnInfant) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.aoType", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.aoType", err))
                }
        }
 }
@@ -13570,7 +13570,7 @@ func (obj *AOCmdSpawnInfant) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOID", err))
        }
        {
                var local231 aoType
@@ -13581,7 +13581,7 @@ func (obj *AOCmdSpawnInfant) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.aoType", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.aoType", err))
                }
                if local231 != local232 {
                        chk(fmt.Errorf("const %v: %v", "genericCAO", local231))
@@ -13642,7 +13642,7 @@ func (obj *NodeMeta) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.NodeMetaField", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.NodeMetaField", err))
                }
        }
        chk(((*(*(struct {
@@ -13682,7 +13682,7 @@ func (obj *NodeMeta) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.NodeMetaField", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.NodeMetaField", err))
                }
        }
        chk(((*(*(struct {
@@ -13706,7 +13706,7 @@ func (obj *MinimapMode) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.MinimapType", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.MinimapType", err))
        }
        if len(([]byte((*(*(struct {
                Type  MinimapType
@@ -13759,7 +13759,7 @@ func (obj *MinimapMode) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
        }
        {
                x := (*(*(struct {
@@ -13786,7 +13786,7 @@ func (obj *MinimapMode) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.MinimapType", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.MinimapType", err))
        }
        var local236 []uint8
        var local237 uint16
@@ -13828,7 +13828,7 @@ func (obj *MinimapMode) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
        }
        {
                p := &(*(*(struct {
@@ -13911,7 +13911,7 @@ func (obj *NodeDef) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Content", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Content", err))
        }
        {
                ow := w
@@ -14382,7 +14382,7 @@ func (obj *NodeDef) serialize(w io.Writer) {
                                if err == io.EOF {
                                        chk(io.EOF)
                                }
-                               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Group", err))
+                               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Group", err))
                        }
                }
                if err := pcall(func() {
@@ -14453,7 +14453,7 @@ func (obj *NodeDef) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Param1Type", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Param1Type", err))
                }
                if err := pcall(func() {
                        ((*(*(struct {
@@ -14523,7 +14523,7 @@ func (obj *NodeDef) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Param2Type", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Param2Type", err))
                }
                if err := pcall(func() {
                        ((*(*(struct {
@@ -14593,7 +14593,7 @@ func (obj *NodeDef) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.DrawType", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.DrawType", err))
                }
                if len(([]byte((*(*(struct {
                        Param0 Content
@@ -14996,7 +14996,7 @@ func (obj *NodeDef) serialize(w io.Writer) {
                                if err == io.EOF {
                                        chk(io.EOF)
                                }
-                               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.TileDef", err))
+                               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.TileDef", err))
                        }
                }
                for local242 := range (*(*(struct {
@@ -15130,7 +15130,7 @@ func (obj *NodeDef) serialize(w io.Writer) {
                                if err == io.EOF {
                                        chk(io.EOF)
                                }
-                               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.TileDef", err))
+                               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.TileDef", err))
                        }
                }
                {
@@ -15271,7 +15271,7 @@ func (obj *NodeDef) serialize(w io.Writer) {
                                if err == io.EOF {
                                        chk(io.EOF)
                                }
-                               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.TileDef", err))
+                               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.TileDef", err))
                        }
                }
                {
@@ -15409,7 +15409,7 @@ func (obj *NodeDef) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
                }
                if err := pcall(func() {
                        ((*(*(struct {
@@ -15479,7 +15479,7 @@ func (obj *NodeDef) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.WaveType", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.WaveType", err))
                }
                {
                        x := (*(*(struct {
@@ -15809,7 +15809,7 @@ func (obj *NodeDef) serialize(w io.Writer) {
                                if err == io.EOF {
                                        chk(io.EOF)
                                }
-                               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Content", err))
+                               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Content", err))
                        }
                }
                {
@@ -16784,7 +16784,7 @@ func (obj *NodeDef) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.LiquidType", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.LiquidType", err))
                }
                if len(([]byte((*(*(struct {
                        Param0 Content
@@ -17588,7 +17588,7 @@ func (obj *NodeDef) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.NodeBox", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.NodeBox", err))
                }
                if err := pcall(func() {
                        ((*(*(struct {
@@ -17658,7 +17658,7 @@ func (obj *NodeDef) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.NodeBox", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.NodeBox", err))
                }
                if err := pcall(func() {
                        ((*(*(struct {
@@ -17728,7 +17728,7 @@ func (obj *NodeDef) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.NodeBox", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.NodeBox", err))
                }
                if err := pcall(func() {
                        ((*(*(struct {
@@ -17798,7 +17798,7 @@ func (obj *NodeDef) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.SoundDef", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.SoundDef", err))
                }
                if err := pcall(func() {
                        ((*(*(struct {
@@ -17868,7 +17868,7 @@ func (obj *NodeDef) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.SoundDef", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.SoundDef", err))
                }
                if err := pcall(func() {
                        ((*(*(struct {
@@ -17938,7 +17938,7 @@ func (obj *NodeDef) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.SoundDef", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.SoundDef", err))
                }
                {
                        x := (*(*(struct {
@@ -18413,7 +18413,7 @@ func (obj *NodeDef) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AlphaUse", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AlphaUse", err))
                }
                {
                        buf := w
@@ -18502,7 +18502,7 @@ func (obj *NodeDef) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Content", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Content", err))
        }
        {
                var n uint16
@@ -18795,7 +18795,7 @@ func (obj *NodeDef) deserialize(r io.Reader) {
                                if err == io.EOF {
                                        chk(io.EOF)
                                }
-                               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Group", err))
+                               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Group", err))
                        }
                }
                if err := pcall(func() {
@@ -18866,7 +18866,7 @@ func (obj *NodeDef) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Param1Type", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Param1Type", err))
                }
                if err := pcall(func() {
                        ((*(*(struct {
@@ -18936,7 +18936,7 @@ func (obj *NodeDef) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Param2Type", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Param2Type", err))
                }
                if err := pcall(func() {
                        ((*(*(struct {
@@ -19006,7 +19006,7 @@ func (obj *NodeDef) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.DrawType", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.DrawType", err))
                }
                var local252 []uint8
                var local253 uint16
@@ -19290,7 +19290,7 @@ func (obj *NodeDef) deserialize(r io.Reader) {
                                if err == io.EOF {
                                        chk(io.EOF)
                                }
-                               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.TileDef", err))
+                               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.TileDef", err))
                        }
                }
                for local257 := range (*(*(struct {
@@ -19424,7 +19424,7 @@ func (obj *NodeDef) deserialize(r io.Reader) {
                                if err == io.EOF {
                                        chk(io.EOF)
                                }
-                               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.TileDef", err))
+                               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.TileDef", err))
                        }
                }
                {
@@ -19569,7 +19569,7 @@ func (obj *NodeDef) deserialize(r io.Reader) {
                                if err == io.EOF {
                                        chk(io.EOF)
                                }
-                               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.TileDef", err))
+                               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.TileDef", err))
                        }
                }
                {
@@ -19707,7 +19707,7 @@ func (obj *NodeDef) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
                }
                if err := pcall(func() {
                        ((*(*(struct {
@@ -19777,7 +19777,7 @@ func (obj *NodeDef) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.WaveType", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.WaveType", err))
                }
                {
                        p := &(*(*(struct {
@@ -20044,7 +20044,7 @@ func (obj *NodeDef) deserialize(r io.Reader) {
                                if err == io.EOF {
                                        chk(io.EOF)
                                }
-                               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Content", err))
+                               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Content", err))
                        }
                }
                {
@@ -21046,7 +21046,7 @@ func (obj *NodeDef) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.LiquidType", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.LiquidType", err))
                }
                var local263 []uint8
                var local264 uint16
@@ -21610,7 +21610,7 @@ func (obj *NodeDef) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.NodeBox", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.NodeBox", err))
                }
                if err := pcall(func() {
                        ((*(*(struct {
@@ -21680,7 +21680,7 @@ func (obj *NodeDef) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.NodeBox", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.NodeBox", err))
                }
                if err := pcall(func() {
                        ((*(*(struct {
@@ -21750,7 +21750,7 @@ func (obj *NodeDef) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.NodeBox", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.NodeBox", err))
                }
                if err := pcall(func() {
                        ((*(*(struct {
@@ -21820,7 +21820,7 @@ func (obj *NodeDef) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.SoundDef", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.SoundDef", err))
                }
                if err := pcall(func() {
                        ((*(*(struct {
@@ -21890,7 +21890,7 @@ func (obj *NodeDef) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.SoundDef", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.SoundDef", err))
                }
                if err := pcall(func() {
                        ((*(*(struct {
@@ -21960,7 +21960,7 @@ func (obj *NodeDef) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.SoundDef", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.SoundDef", err))
                }
                {
                        p := &(*(*(struct {
@@ -22318,7 +22318,7 @@ func (obj *NodeDef) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AlphaUse", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AlphaUse", err))
                }
                if r.N > 0 {
                        chk(fmt.Errorf("%d bytes of trailing data", r.N))
@@ -22381,7 +22381,7 @@ func (obj *PointedAO) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOID", err))
        }
 }
 
@@ -22394,7 +22394,7 @@ func (obj *PointedAO) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOID", err))
        }
 }
 
@@ -22481,7 +22481,7 @@ func (obj *PlayerPos) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Keys", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Keys", err))
        }
        {
                x := (*(*(struct {
@@ -22574,7 +22574,7 @@ func (obj *PlayerPos) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Keys", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Keys", err))
        }
        {
                p := &(*(*(struct {
@@ -22739,7 +22739,7 @@ func (obj *Pos) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Vec", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Vec", err))
        }
 }
 
@@ -22750,7 +22750,7 @@ func (obj *Pos) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Vec", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Vec", err))
        }
 }
 
@@ -22785,7 +22785,7 @@ func (obj *MapBlk) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.MapBlkFlags", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.MapBlkFlags", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -22803,7 +22803,7 @@ func (obj *MapBlk) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.LitFromBlks", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.LitFromBlks", err))
        }
        {
                local281 := uint8(2) // Size of param0 in bytes.
@@ -22849,7 +22849,7 @@ func (obj *MapBlk) serialize(w io.Writer) {
                                if err == io.EOF {
                                        chk(io.EOF)
                                }
-                               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Content", err))
+                               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Content", err))
                        }
                }
                {
@@ -22961,7 +22961,7 @@ func (obj *MapBlk) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.MapBlkFlags", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.MapBlkFlags", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -22979,7 +22979,7 @@ func (obj *MapBlk) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.LitFromBlks", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.LitFromBlks", err))
        }
        {
                var local285 uint8
@@ -23033,7 +23033,7 @@ func (obj *MapBlk) deserialize(r io.Reader) {
                                if err == io.EOF {
                                        chk(io.EOF)
                                }
-                               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Content", err))
+                               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Content", err))
                        }
                }
                {
@@ -23125,7 +23125,7 @@ func (obj *Node) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Content", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Content", err))
        }
        {
                x := (*(*(struct {
@@ -23153,7 +23153,7 @@ func (obj *Node) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Content", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Content", err))
        }
        {
                p := &(*(*(struct {
@@ -23245,7 +23245,7 @@ func (obj *AOAdd) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOID", err))
        }
        {
                local294 := genericCAO
@@ -23255,7 +23255,7 @@ func (obj *AOAdd) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.aoType", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.aoType", err))
                }
        }
        {
@@ -23272,7 +23272,7 @@ func (obj *AOAdd) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOInitData", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOInitData", err))
                }
                {
                        buf := w
@@ -23304,7 +23304,7 @@ func (obj *AOAdd) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOID", err))
        }
        {
                var local295 aoType
@@ -23315,7 +23315,7 @@ func (obj *AOAdd) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.aoType", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.aoType", err))
                }
                if local295 != local296 {
                        chk(fmt.Errorf("const %v: %v", "genericCAO", local295))
@@ -23339,7 +23339,7 @@ func (obj *AOAdd) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOInitData", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOInitData", err))
                }
                if r.N > 0 {
                        chk(fmt.Errorf("%d bytes of trailing data", r.N))
@@ -23358,7 +23358,7 @@ func (obj *IDAOMsg) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOID", err))
        }
        {
                ow := w
@@ -23401,7 +23401,7 @@ func (obj *IDAOMsg) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOID", err))
        }
        {
                var n uint16
@@ -23478,7 +23478,7 @@ func (obj *ItemDef) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.ItemType", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.ItemType", err))
                }
                if len(([]byte((*(*(struct {
                        Type ItemType
@@ -23732,7 +23732,7 @@ func (obj *ItemDef) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
                }
                if err := pcall(func() {
                        ((*(*(struct {
@@ -23772,7 +23772,7 @@ func (obj *ItemDef) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
                }
                for local298 := range (*(*(struct {
                        Type ItemType
@@ -24000,7 +24000,7 @@ func (obj *ItemDef) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.ToolCaps", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.ToolCaps", err))
                }
                if len(((*(*(struct {
                        Type ItemType
@@ -24144,7 +24144,7 @@ func (obj *ItemDef) serialize(w io.Writer) {
                                if err == io.EOF {
                                        chk(io.EOF)
                                }
-                               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Group", err))
+                               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Group", err))
                        }
                }
                if len(([]byte((*(*(struct {
@@ -24292,7 +24292,7 @@ func (obj *ItemDef) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.SoundDef", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.SoundDef", err))
                }
                if err := pcall(func() {
                        ((*(*(struct {
@@ -24332,7 +24332,7 @@ func (obj *ItemDef) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.SoundDef", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.SoundDef", err))
                }
                {
                        x := (*(*(struct {
@@ -24408,7 +24408,7 @@ func (obj *ItemDef) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
                }
                {
                        x := (*(*(struct {
@@ -24485,7 +24485,7 @@ func (obj *ItemDef) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
                }
                if err := pcall(func() {
                        ((*(*(struct {
@@ -24525,7 +24525,7 @@ func (obj *ItemDef) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
                }
                if len(([]byte((*(*(struct {
                        Type ItemType
@@ -24709,7 +24709,7 @@ func (obj *ItemDef) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.ItemType", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.ItemType", err))
                }
                var local302 []uint8
                var local303 uint16
@@ -24837,7 +24837,7 @@ func (obj *ItemDef) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
                }
                if err := pcall(func() {
                        ((*(*(struct {
@@ -24877,7 +24877,7 @@ func (obj *ItemDef) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
                }
                for local306 := range (*(*(struct {
                        Type ItemType
@@ -25111,7 +25111,7 @@ func (obj *ItemDef) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.ToolCaps", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.ToolCaps", err))
                }
                var local307 uint16
                {
@@ -25222,7 +25222,7 @@ func (obj *ItemDef) deserialize(r io.Reader) {
                                if err == io.EOF {
                                        chk(io.EOF)
                                }
-                               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Group", err))
+                               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Group", err))
                        }
                }
                var local309 []uint8
@@ -25307,7 +25307,7 @@ func (obj *ItemDef) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.SoundDef", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.SoundDef", err))
                }
                if err := pcall(func() {
                        ((*(*(struct {
@@ -25347,7 +25347,7 @@ func (obj *ItemDef) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.SoundDef", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.SoundDef", err))
                }
                {
                        p := &(*(*(struct {
@@ -25423,7 +25423,7 @@ func (obj *ItemDef) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
                }
                {
                        p := &(*(*(struct {
@@ -25500,7 +25500,7 @@ func (obj *ItemDef) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
                }
                if err := pcall(func() {
                        ((*(*(struct {
@@ -25540,7 +25540,7 @@ func (obj *ItemDef) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
                }
                var local311 []uint8
                var local312 uint16
@@ -25625,7 +25625,7 @@ func (obj *TileAnim) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AnimType", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AnimType", err))
        }
        if !((*(*(struct {
                Type AnimType
@@ -25767,7 +25767,7 @@ func (obj *TileAnim) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AnimType", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AnimType", err))
        }
        if !((*(*(struct {
                Type AnimType
@@ -25955,7 +25955,7 @@ func (obj *HUD) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.HUDType", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.HUDType", err))
        }
        for local315 := range (*(*(struct {
                Type HUDType
@@ -26309,7 +26309,7 @@ func (obj *HUD) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Pos", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Pos", err))
        }
        for local319 := range (*(*(struct {
                Type HUDType
@@ -26453,7 +26453,7 @@ func (obj *HUD) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.HUDType", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.HUDType", err))
        }
        for local320 := range (*(*(struct {
                Type HUDType
@@ -26745,7 +26745,7 @@ func (obj *HUD) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Pos", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Pos", err))
        }
        for local328 := range (*(*(struct {
                Type HUDType
@@ -27105,7 +27105,7 @@ func (obj *AOProps) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Box", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Box", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -27148,7 +27148,7 @@ func (obj *AOProps) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Box", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Box", err))
        }
        {
                x := (*(*(struct {
@@ -27540,7 +27540,7 @@ func (obj *AOProps) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
                }
        }
        for local336 := range (*(*(struct {
@@ -28970,7 +28970,7 @@ func (obj *AOProps) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
        }
        {
                x := (*(*(struct {
@@ -29280,7 +29280,7 @@ func (obj *AOProps) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Box", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Box", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -29323,7 +29323,7 @@ func (obj *AOProps) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Box", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Box", err))
        }
        {
                p := &(*(*(struct {
@@ -29613,7 +29613,7 @@ func (obj *AOProps) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
                }
        }
        for local346 := range (*(*(struct {
@@ -30749,7 +30749,7 @@ func (obj *AOProps) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
        }
        {
                p := &(*(*(struct {
@@ -30902,7 +30902,7 @@ func (obj *AOPos) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Pos", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Pos", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -30918,7 +30918,7 @@ func (obj *AOPos) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Vec", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Vec", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -30934,7 +30934,7 @@ func (obj *AOPos) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Vec", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Vec", err))
        }
        for local358 := range (*(*(struct {
                Pos
@@ -31021,7 +31021,7 @@ func (obj *AOPos) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Pos", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Pos", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -31037,7 +31037,7 @@ func (obj *AOPos) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Vec", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Vec", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -31053,7 +31053,7 @@ func (obj *AOPos) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Vec", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Vec", err))
        }
        for local359 := range (*(*(struct {
                Pos
@@ -31406,7 +31406,7 @@ func (obj *AOBonePos) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Vec", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Vec", err))
        }
        for local366 := range (*(*(struct {
                Pos Vec
@@ -31432,7 +31432,7 @@ func (obj *AOBonePos) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Vec", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Vec", err))
        }
        for local367 := range (*(*(struct {
                Pos Vec
@@ -31461,7 +31461,7 @@ func (obj *AOAttach) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOID", err))
        }
        if len(([]byte((*(*(struct {
                ParentID     AOID
@@ -31504,7 +31504,7 @@ func (obj *AOAttach) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Vec", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Vec", err))
        }
        for local368 := range (*(*(struct {
                ParentID     AOID
@@ -31554,7 +31554,7 @@ func (obj *AOAttach) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOID", err))
        }
        var local369 []uint8
        var local370 uint16
@@ -31586,7 +31586,7 @@ func (obj *AOAttach) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Vec", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Vec", err))
        }
        for local371 := range (*(*(struct {
                ParentID     AOID
@@ -31803,7 +31803,7 @@ func (obj *NodeMetaField) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Field", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Field", err))
        }
        {
                x := (*(*(struct {
@@ -31829,7 +31829,7 @@ func (obj *NodeMetaField) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Field", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Field", err))
        }
        {
                p := &(*(*(struct {
@@ -31931,7 +31931,7 @@ func (obj *TileDef) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -31952,7 +31952,7 @@ func (obj *TileDef) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.TileAnim", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.TileAnim", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -31973,7 +31973,7 @@ func (obj *TileDef) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.TileFlags", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.TileFlags", err))
        }
        if (*(*(struct {
                Texture
@@ -32106,7 +32106,7 @@ func (obj *TileDef) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AlignType", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AlignType", err))
                }
        }
 }
@@ -32142,7 +32142,7 @@ func (obj *TileDef) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Texture", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Texture", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -32163,7 +32163,7 @@ func (obj *TileDef) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.TileAnim", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.TileAnim", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -32184,7 +32184,7 @@ func (obj *TileDef) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.TileFlags", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.TileFlags", err))
        }
        if (*(*(struct {
                Texture
@@ -32317,7 +32317,7 @@ func (obj *TileDef) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AlignType", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AlignType", err))
                }
        }
 }
@@ -32376,7 +32376,7 @@ func (obj *NodeBox) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.NodeBoxType", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.NodeBoxType", err))
        }
        if !((*(*(struct {
                Type NodeBoxType
@@ -32424,7 +32424,7 @@ func (obj *NodeBox) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Box", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Box", err))
                }
                if err := pcall(func() {
                        ((*(*(struct {
@@ -32444,7 +32444,7 @@ func (obj *NodeBox) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Box", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Box", err))
                }
                if err := pcall(func() {
                        ((*(*(struct {
@@ -32464,7 +32464,7 @@ func (obj *NodeBox) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Box", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Box", err))
                }
        }
        if t := (*(*(struct {
@@ -32542,7 +32542,7 @@ func (obj *NodeBox) serialize(w io.Writer) {
                                if err == io.EOF {
                                        chk(io.EOF)
                                }
-                               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Box", err))
+                               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Box", err))
                        }
                }
        }
@@ -32577,7 +32577,7 @@ func (obj *NodeBox) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.DirBoxes", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.DirBoxes", err))
                }
                if err := pcall(func() {
                        ((*(*(struct {
@@ -32597,7 +32597,7 @@ func (obj *NodeBox) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.DirBoxes", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.DirBoxes", err))
                }
                if len(((*(*(struct {
                        Type NodeBoxType
@@ -32661,7 +32661,7 @@ func (obj *NodeBox) serialize(w io.Writer) {
                                if err == io.EOF {
                                        chk(io.EOF)
                                }
-                               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Box", err))
+                               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Box", err))
                        }
                }
                if len(((*(*(struct {
@@ -32726,7 +32726,7 @@ func (obj *NodeBox) serialize(w io.Writer) {
                                if err == io.EOF {
                                        chk(io.EOF)
                                }
-                               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Box", err))
+                               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Box", err))
                        }
                }
        }
@@ -32762,7 +32762,7 @@ func (obj *NodeBox) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.NodeBoxType", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.NodeBoxType", err))
        }
        if !((*(*(struct {
                Type NodeBoxType
@@ -32810,7 +32810,7 @@ func (obj *NodeBox) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Box", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Box", err))
                }
                if err := pcall(func() {
                        ((*(*(struct {
@@ -32830,7 +32830,7 @@ func (obj *NodeBox) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Box", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Box", err))
                }
                if err := pcall(func() {
                        ((*(*(struct {
@@ -32850,7 +32850,7 @@ func (obj *NodeBox) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Box", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Box", err))
                }
        }
        if t := (*(*(struct {
@@ -32915,7 +32915,7 @@ func (obj *NodeBox) deserialize(r io.Reader) {
                                if err == io.EOF {
                                        chk(io.EOF)
                                }
-                               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Box", err))
+                               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Box", err))
                        }
                }
        }
@@ -32950,7 +32950,7 @@ func (obj *NodeBox) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.DirBoxes", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.DirBoxes", err))
                }
                if err := pcall(func() {
                        ((*(*(struct {
@@ -32970,7 +32970,7 @@ func (obj *NodeBox) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.DirBoxes", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.DirBoxes", err))
                }
                var local383 uint16
                {
@@ -33021,7 +33021,7 @@ func (obj *NodeBox) deserialize(r io.Reader) {
                                if err == io.EOF {
                                        chk(io.EOF)
                                }
-                               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Box", err))
+                               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Box", err))
                        }
                }
                var local385 uint16
@@ -33073,7 +33073,7 @@ func (obj *NodeBox) deserialize(r io.Reader) {
                                if err == io.EOF {
                                        chk(io.EOF)
                                }
-                               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Box", err))
+                               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Box", err))
                        }
                }
        }
@@ -33327,7 +33327,7 @@ func (obj *AOInitData) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOID", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -33350,7 +33350,7 @@ func (obj *AOInitData) serialize(w io.Writer) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Pos", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Pos", err))
        }
        for local390 := range (*(*(struct {
 
@@ -33531,7 +33531,7 @@ func (obj *AOInitData) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.AOID", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.AOID", err))
        }
        if err := pcall(func() {
                ((*(*(struct {
@@ -33554,7 +33554,7 @@ func (obj *AOInitData) deserialize(r io.Reader) {
                if err == io.EOF {
                        chk(io.EOF)
                }
-               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Pos", err))
+               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Pos", err))
        }
        for local395 := range (*(*(struct {
 
@@ -33855,7 +33855,7 @@ func (obj *ToolCaps) serialize(w io.Writer) {
                                                if err == io.EOF {
                                                        chk(io.EOF)
                                                }
-                                               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.ToolGroupCap", err))
+                                               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.ToolGroupCap", err))
                                        }
                                }
                                if len(((*(*(struct {
@@ -33932,7 +33932,7 @@ func (obj *ToolCaps) serialize(w io.Writer) {
                                                if err == io.EOF {
                                                        chk(io.EOF)
                                                }
-                                               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Group", err))
+                                               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Group", err))
                                        }
                                }
                                {
@@ -34168,7 +34168,7 @@ func (obj *ToolCaps) deserialize(r io.Reader) {
                                                if err == io.EOF {
                                                        chk(io.EOF)
                                                }
-                                               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.ToolGroupCap", err))
+                                               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.ToolGroupCap", err))
                                        }
                                }
                                var local403 uint32
@@ -34229,7 +34229,7 @@ func (obj *ToolCaps) deserialize(r io.Reader) {
                                                if err == io.EOF {
                                                        chk(io.EOF)
                                                }
-                                               chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Group", err))
+                                               chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Group", err))
                                        }
                                }
                                var local405 uint16
@@ -34297,7 +34297,7 @@ func (obj *Box) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Vec", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Vec", err))
                }
        }
 }
@@ -34310,7 +34310,7 @@ func (obj *Box) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Vec", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Vec", err))
                }
        }
 }
@@ -34384,7 +34384,7 @@ func (obj *DirBoxes) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Box", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Box", err))
                }
        }
        if len(((*(*(struct {
@@ -34413,7 +34413,7 @@ func (obj *DirBoxes) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Box", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Box", err))
                }
        }
        if len(((*(*(struct {
@@ -34442,7 +34442,7 @@ func (obj *DirBoxes) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Box", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Box", err))
                }
        }
        if len(((*(*(struct {
@@ -34471,7 +34471,7 @@ func (obj *DirBoxes) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Box", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Box", err))
                }
        }
        if len(((*(*(struct {
@@ -34500,7 +34500,7 @@ func (obj *DirBoxes) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Box", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Box", err))
                }
        }
        if len(((*(*(struct {
@@ -34529,7 +34529,7 @@ func (obj *DirBoxes) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Box", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Box", err))
                }
        }
 }
@@ -34557,7 +34557,7 @@ func (obj *DirBoxes) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Box", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Box", err))
                }
        }
        var local416 uint16
@@ -34582,7 +34582,7 @@ func (obj *DirBoxes) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Box", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Box", err))
                }
        }
        var local418 uint16
@@ -34607,7 +34607,7 @@ func (obj *DirBoxes) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Box", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Box", err))
                }
        }
        var local420 uint16
@@ -34632,7 +34632,7 @@ func (obj *DirBoxes) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Box", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Box", err))
                }
        }
        var local422 uint16
@@ -34657,7 +34657,7 @@ func (obj *DirBoxes) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Box", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Box", err))
                }
        }
        var local424 uint16
@@ -34682,7 +34682,7 @@ func (obj *DirBoxes) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.Box", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.Box", err))
                }
        }
 }
@@ -34811,7 +34811,7 @@ func (obj *ToolGroupCap) serialize(w io.Writer) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.DigTime", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.DigTime", err))
                }
        }
 }
@@ -34912,7 +34912,7 @@ func (obj *ToolGroupCap) deserialize(r io.Reader) {
                        if err == io.EOF {
                                chk(io.EOF)
                        }
-                       chk(fmt.Errorf("%s: %w", "github.com/anon55555/mt.DigTime", err))
+                       chk(fmt.Errorf("%s: %w", "github.com/Minetest-j45/mt.DigTime", err))
                }
        }
 }
index 3297f2fec99e71d41715eaf0efb57d0a231b99da..37d7bed084469ea4203f030d0a79bcf3bb7fa349 100644 (file)
@@ -6,7 +6,7 @@ import (
        "io"
        "math"
 
-       "github.com/anon55555/mt/rudp"
+       "github.com/Minetest-j45/mt/rudp"
 )
 
 type ToCltCmd interface {
index 5006ab8c560c25b45bd8480356b508638cd88520..63debb692627e2c0f2271a6b37c7b6f446b45c1c 100644 (file)
@@ -1,6 +1,6 @@
 package mt
 
-import "github.com/anon55555/mt/rudp"
+import "github.com/Minetest-j45/mt/rudp"
 
 type ToSrvCmd interface {
        Cmd
index 99bd0b7e81c8fc95830c06fcbca4cf7f9c11536b..357dbab19b13dc6620bba490a3ee5432e79d70dc 100644 (file)
@@ -10,8 +10,8 @@ func (*ToSrvLeaveModChan) toSrvCmdNo() uint16   { return 24 }
 func (*ToSrvMsgModChan) toSrvCmdNo() uint16     { return 25 }
 func (*ToSrvPlayerPos) toSrvCmdNo() uint16      { return 35 }
 func (*ToSrvGotBlks) toSrvCmdNo() uint16        { return 36 }
-func (*ToSrvHaveMedia) toSrvCmdNo() uint16      { return 41 }
 func (*ToSrvDeletedBlks) toSrvCmdNo() uint16    { return 37 }
+func (*ToSrvHaveMedia) toSrvCmdNo() uint16      { return 41 }
 func (*ToSrvInvAction) toSrvCmdNo() uint16      { return 49 }
 func (*ToSrvChatMsg) toSrvCmdNo() uint16        { return 50 }
 func (*ToSrvFallDmg) toSrvCmdNo() uint16        { return 53 }