EnumGamemode problem
aarowye opened this issue ยท 2 comments
- This issue is not solved in a development build
Describe the bug
net.minecraft.world.level.EnumGamemode.NOT_SET method doesn't exist is an error i used EnumWrapper.EnumGamemode.NOT_SET, but the problem is the nms's EnumGamemode is just a bunch of letters due to obfuscation
Expected behavior
That this doesn't happen
Version Info
Latest Dev Build
Additional context
Just change the code so instead of using old enum values, use the new, which are now letters