Skip to content

Commit

Permalink
Add style to command param type enum in pc 1.20.3 protocol (#850)
Browse files Browse the repository at this point in the history
* add minecraft:style to command param type enum
  • Loading branch information
extremeheat committed Feb 22, 2024
1 parent 918a97b commit 4acaa9b
Showing 1 changed file with 33 additions and 32 deletions.
65 changes: 33 additions & 32 deletions data/pc/1.20.3/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -834,37 +834,38 @@
"15": "minecraft:item_predicate",
"16": "minecraft:color",
"17": "minecraft:component",
"18": "minecraft:message",
"19": "minecraft:nbt",
"20": "minecraft:nbt_tag",
"21": "minecraft:nbt_path",
"22": "minecraft:objective",
"23": "minecraft:objective_criteria",
"24": "minecraft:operation",
"25": "minecraft:particle",
"26": "minecraft:angle",
"27": "minecraft:rotation",
"28": "minecraft:scoreboard_slot",
"29": "minecraft:score_holder",
"30": "minecraft:swizzle",
"31": "minecraft:team",
"32": "minecraft:item_slot",
"33": "minecraft:resource_location",
"34": "minecraft:function",
"35": "minecraft:entity_anchor",
"36": "minecraft:int_range",
"37": "minecraft:float_range",
"38": "minecraft:dimension",
"39": "minecraft:gamemode",
"40": "minecraft:time",
"41": "minecraft:resource_or_tag",
"42": "minecraft:resource_or_tag_key",
"43": "minecraft:resource",
"44": "minecraft:resource_key",
"45": "minecraft:template_mirror",
"46": "minecraft:template_rotation",
"47": "minecraft:heightmap",
"48": "minecraft:uuid"
"18": "minecraft:style",
"19": "minecraft:message",
"20": "minecraft:nbt",
"21": "minecraft:nbt_tag",
"22": "minecraft:nbt_path",
"23": "minecraft:objective",
"24": "minecraft:objective_criteria",
"25": "minecraft:operation",
"26": "minecraft:particle",
"27": "minecraft:angle",
"28": "minecraft:rotation",
"29": "minecraft:scoreboard_slot",
"30": "minecraft:score_holder",
"31": "minecraft:swizzle",
"32": "minecraft:team",
"33": "minecraft:item_slot",
"34": "minecraft:resource_location",
"35": "minecraft:function",
"36": "minecraft:entity_anchor",
"37": "minecraft:int_range",
"38": "minecraft:float_range",
"39": "minecraft:dimension",
"40": "minecraft:gamemode",
"41": "minecraft:time",
"42": "minecraft:resource_or_tag",
"43": "minecraft:resource_or_tag_key",
"44": "minecraft:resource",
"45": "minecraft:resource_key",
"46": "minecraft:template_mirror",
"47": "minecraft:template_rotation",
"48": "minecraft:heightmap",
"49": "minecraft:uuid"
}
}
]
Expand Down Expand Up @@ -7322,4 +7323,4 @@
}
}
}
}
}

0 comments on commit 4acaa9b

Please sign in to comment.