Commit graph

8 commits

Author SHA1 Message Date
oldkingOK
e569ffe0cc fix: IndexOutOfRange on packet reading (Forge)
Add two missing forge Command Packet Parsers, which won't affect the vanilla parsers.
The ids of the two Command Packet Parsers `forge:enum` and `forge:modid` [Forge once added in order](19f8d2a793/src/main/java/net/minecraftforge/common/ForgeMod.java (L175)) are the maximum value of the Vanilla Parser id plus 1 or plus 2. `forge:enum` has a [String Type argument](https://wiki.vg/Command_Data#forge:enum).
The specific id is from [wiki.vg](https://wiki.vg/Command_Data) or Forge-generated minecraft source code.
2024-02-20 15:37:57 +08:00
ReinforceZwei
949c1f6b67 DeclareCommand: Fix 1.19.3 crash 2023-04-09 12:01:09 +08:00
ReinforceZwei
09b3ec1a81
DeclareCommand: Fix 1.19.4 crash (#2474) 2023-04-08 21:24:00 +08:00
BruceChen
30e95f2d23 Bug fix 2023-01-16 04:04:56 +08:00
BruceChen
950d9bcfdc Fix entity handle & Try fix message singing again 2023-01-16 03:00:37 +08:00
BruceChen
d4b3c42d8c Update DeclareCommands for 1.19.3 2023-01-14 20:43:32 +08:00
BruceChen
84cf749344 Implement command completion suggestions. 2022-12-06 15:50:17 +08:00
BruceChen
01802dfcff Fix sign command 2022-10-14 20:34:45 +08:00