diff --git a/data/pc/1.19.2/protocol.json b/data/pc/1.19.2/protocol.json index 9663e9967..a98101922 100644 --- a/data/pc/1.19.2/protocol.json +++ b/data/pc/1.19.2/protocol.json @@ -640,8 +640,8 @@ "42": "minecraft:time", "43": "minecraft:resource_or_tag", "44": "minecraft:resource", - "45": "template_mirror", - "46": "template_rotation", + "45": "minecraft:template_mirror", + "46": "minecraft:template_rotation", "47": "minecraft:uuid" } } @@ -969,8 +969,8 @@ } ] ], - "template_mirror": "void", - "template_rotation": "void", + "minecraft:template_mirror": "void", + "minecraft:template_rotation": "void", "minecraft:uuid": "void" } } diff --git a/data/pc/1.19.3/protocol.json b/data/pc/1.19.3/protocol.json index cbc572061..77ba04dbc 100644 --- a/data/pc/1.19.3/protocol.json +++ b/data/pc/1.19.3/protocol.json @@ -744,8 +744,8 @@ "42": "minecraft:resource_or_tag_key", "43": "minecraft:resource", "44": "minecraft:resource_key", - "45": "template_mirror", - "46": "template_rotation", + "45": "minecraft:template_mirror", + "46": "minecraft:template_rotation", "47": "minecraft:uuid" } } @@ -1051,6 +1051,7 @@ "minecraft:int_range": "void", "minecraft:float_range": "void", "minecraft:dimension": "void", + "minecraft:gamemode": "void", "minecraft:time": "void", "minecraft:resource_or_tag": [ "container", @@ -1088,8 +1089,8 @@ } ] ], - "template_mirror": "void", - "template_rotation": "void", + "minecraft:template_mirror": "void", + "minecraft:template_rotation": "void", "minecraft:uuid": "void" } } diff --git a/data/pc/1.19.4/protocol.json b/data/pc/1.19.4/protocol.json index ad231cd11..e0a760937 100644 --- a/data/pc/1.19.4/protocol.json +++ b/data/pc/1.19.4/protocol.json @@ -830,9 +830,10 @@ "42": "minecraft:resource_or_tag_key", "43": "minecraft:resource", "44": "minecraft:resource_key", - "45": "template_mirror", - "46": "template_rotation", - "47": "minecraft:uuid" + "45": "minecraft:template_mirror", + "46": "minecraft:template_rotation", + "47": "minecraft:heightmap", + "48": "minecraft:uuid" } } ] @@ -1137,6 +1138,7 @@ "minecraft:int_range": "void", "minecraft:float_range": "void", "minecraft:dimension": "void", + "minecraft:gamemode": "void", "minecraft:time": [ "container", [ @@ -1182,8 +1184,9 @@ } ] ], - "template_mirror": "void", - "template_rotation": "void", + "minecraft:template_mirror": "void", + "minecraft:template_rotation": "void", + "minecraft:heightmap": "void", "minecraft:uuid": "void" } } diff --git a/data/pc/1.19/protocol.json b/data/pc/1.19/protocol.json index 47cd74579..419da92a4 100644 --- a/data/pc/1.19/protocol.json +++ b/data/pc/1.19/protocol.json @@ -609,8 +609,8 @@ "42": "minecraft:time", "43": "minecraft:resource_or_tag", "44": "minecraft:resource", - "45": "template_mirror", - "46": "template_rotation", + "45": "minecraft:template_mirror", + "46": "minecraft:template_rotation", "47": "minecraft:uuid" } } @@ -938,8 +938,8 @@ } ] ], - "template_mirror": "void", - "template_rotation": "void", + "minecraft:template_mirror": "void", + "minecraft:template_rotation": "void", "minecraft:uuid": "void" } } diff --git a/data/pc/1.20/protocol.json b/data/pc/1.20/protocol.json index c78339087..fa6e2bfc7 100644 --- a/data/pc/1.20/protocol.json +++ b/data/pc/1.20/protocol.json @@ -830,9 +830,10 @@ "42": "minecraft:resource_or_tag_key", "43": "minecraft:resource", "44": "minecraft:resource_key", - "45": "template_mirror", - "46": "template_rotation", - "47": "minecraft:uuid" + "45": "minecraft:template_mirror", + "46": "minecraft:template_rotation", + "47": "minecraft:heightmap", + "48": "minecraft:uuid" } } ] @@ -1137,6 +1138,7 @@ "minecraft:int_range": "void", "minecraft:float_range": "void", "minecraft:dimension": "void", + "minecraft:gamemode": "void", "minecraft:time": [ "container", [ @@ -1182,8 +1184,9 @@ } ] ], - "template_mirror": "void", - "template_rotation": "void", + "minecraft:template_mirror": "void", + "minecraft:template_rotation": "void", + "minecraft:heightmap": "void", "minecraft:uuid": "void" } }