Skip to content

Conversation

@berry64
Copy link

@berry64 berry64 commented Jul 19, 2018

e.g. v1_12_R2, using .split("_")[1] to get 12 instead of charAt(3) which gets only 1

e.g.  v1_12_R2, using .split("_")[1] to get 12 instead of charAt(3) which gets only 1
@Fejm
Copy link

Fejm commented Jul 23, 2018

It will not work on 1.13

@TiffApps
Copy link

enumParticle = PackageType.MINECRAFT_SERVER.getClass("EnumParticle");

This class got renamed "Particle" in 1.13+, won't work at all if u don't add an if statement about 1.13+

The packetInitializer also needs to be updated about 1.13+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants