File Details
extendedscripts-v1.0.7.jar
- R
- Sep 27, 2025
- 424.37 KB
- 94
- 1.7.10
- Forge
File Name
extendedscripts-v1.0.7.jar
Supported Versions
- 1.7.10
Curse Maven Snippet
- Added getNewResolution() to ResolutionChangedEvent so scripters can act based on the new resolution. Previously the player would not have access to the new resolution until a few ticks later because a packet needed to be sent to update it.
- Fixed some issues with /inspect self.
- To see the NBT keys from the /inspect command instead of adding KEYS as the third argument add -k anywhere in the command after the second argument. Additionally, now only 10 keys will display at a time so scripters can add -p to see more pages.
- Added getSkinType() and setSkinType() to ICustomNpc.
- Added SkinType enum.
- Fixed several issues related to the javadocs.