feat(global): downgrade project to jre1.8 for compatibility reasons
also fixed the impossibility to compile 1.13 to 1.16 because the PlayerInfoData class is NOT static toying with NMS is not recommended and i can see why but this is on another level
This commit is contained in:
parent
5fa12e0ef7
commit
2bba64e521
31 changed files with 337 additions and 142 deletions
|
@ -79,7 +79,7 @@ public class v1_18_R1 implements Internals {
|
|||
final MojangSkin skin = skinFetch.getResult();
|
||||
final PropertyMap properties = gameProfile.getProperties();
|
||||
properties.removeAll("textures");
|
||||
properties.put("textures", new Property("textures", skin.value(), skin.signature()));
|
||||
properties.put("textures", new Property("textures", skin.getValue(), skin.getSignature()));
|
||||
updateSelf(player);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue