Closed oldkingOK closed 8 months ago
It is ready for review or merge, thanks.
Hi @ReinforceZwei , I put the forge parsers into the existing switch block, with extra version check in 1.19.4+ branch. It is ready for review.
Is this ready for merging?
It is ready for merging, thanks.
Merged. thanks for your contribution
Fix #2652
Add two missing forge Command Packet Parsers, which won't affect the vanilla parsers. The ids of the two Command Packet Parsers
forge:enum
andforge:modid
Forge once added in order are the maximum value of the Vanilla Parser id plus 1 or plus 2.forge:enum
has a String Type argument. The specific id is from wiki.vg or Forge-generated minecraft source codenet.minecraft.commands.synchronization.ArgumentTypeInfos
(Thanks to @kitUIN).The table of version and id correspondences is shown below.
forge:enum
id