Skip to content

Commit

Permalink
fix command_node (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickid2018 committed Jul 22, 2023
1 parent 787107d commit 099a80d
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 22 deletions.
8 changes: 4 additions & 4 deletions data/pc/1.19.2/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand Down Expand Up @@ -969,8 +969,8 @@
}
]
],
"template_mirror": "void",
"template_rotation": "void",
"minecraft:template_mirror": "void",
"minecraft:template_rotation": "void",
"minecraft:uuid": "void"
}
}
Expand Down
9 changes: 5 additions & 4 deletions data/pc/1.19.3/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -1088,8 +1089,8 @@
}
]
],
"template_mirror": "void",
"template_rotation": "void",
"minecraft:template_mirror": "void",
"minecraft:template_rotation": "void",
"minecraft:uuid": "void"
}
}
Expand Down
13 changes: 8 additions & 5 deletions data/pc/1.19.4/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
]
Expand Down Expand Up @@ -1137,6 +1138,7 @@
"minecraft:int_range": "void",
"minecraft:float_range": "void",
"minecraft:dimension": "void",
"minecraft:gamemode": "void",
"minecraft:time": [
"container",
[
Expand Down Expand Up @@ -1182,8 +1184,9 @@
}
]
],
"template_mirror": "void",
"template_rotation": "void",
"minecraft:template_mirror": "void",
"minecraft:template_rotation": "void",
"minecraft:heightmap": "void",
"minecraft:uuid": "void"
}
}
Expand Down
8 changes: 4 additions & 4 deletions data/pc/1.19/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand Down Expand Up @@ -938,8 +938,8 @@
}
]
],
"template_mirror": "void",
"template_rotation": "void",
"minecraft:template_mirror": "void",
"minecraft:template_rotation": "void",
"minecraft:uuid": "void"
}
}
Expand Down
13 changes: 8 additions & 5 deletions data/pc/1.20/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
]
Expand Down Expand Up @@ -1137,6 +1138,7 @@
"minecraft:int_range": "void",
"minecraft:float_range": "void",
"minecraft:dimension": "void",
"minecraft:gamemode": "void",
"minecraft:time": [
"container",
[
Expand Down Expand Up @@ -1182,8 +1184,9 @@
}
]
],
"template_mirror": "void",
"template_rotation": "void",
"minecraft:template_mirror": "void",
"minecraft:template_rotation": "void",
"minecraft:heightmap": "void",
"minecraft:uuid": "void"
}
}
Expand Down

0 comments on commit 099a80d

Please sign in to comment.