valaphee / mcrputil

Minecraft Resource Pack Util for encrypting and decrypting resource packs.
https://valaphee.com/article/1-minecraft-resource-pack-util/
Apache License 2.0
108 stars 14 forks source link

Encryption problems #7

Closed stevei5mc closed 1 year ago

stevei5mc commented 1 year ago

Found a problem Encrypting problems occur when the resource pack reaches a certain number of files This problem leads to the application of the encrypted packet to the server, and the content cannot be fully displayed to the player

stevei5mc commented 1 year ago

test pack Encryption:

https://user-images.githubusercontent.com/82391055/208422209-0e66c759-9e20-4a39-a57c-3609e37d1db8.mp4

No encryption:

https://user-images.githubusercontent.com/82391055/208423325-5be8c17f-a4b9-4d1b-8237-412d9c4668b6.mp4

valaphee commented 1 year ago

Had to do with comments, is fixed with 1.1.4. Now comments should also be stripped from json files when encrypting.