updated to support 1.19.3
fixed networking issues
changed_script no longer resets entitydata on the server
changed_script no longer resets entitydata on the server
Forge Port
remove_script no longer calls reset_script on server
angle no longer converts degress to radians
ServerNetwork now runs on Singleplayer
joining a world now requests all entity scripts
changed how request_entitys works
fixed changed_script using senderplayer's uuid instead of the entity's uuid
fixed angle
added ROTATE LineMode
now uses CopyOnWriteArrayList instead of ArrayList
added player connection packet
some entity's that don't use AnimalModel now work
added comments to PlatformUtils
added getHeadParts and getBodyParts to PlatformUtils
changed functions to use EntityModel<?> instead of AnimalModel<?>
renamed AnimalModelExtras to EntityModelExtras
particle position and velocity follows the player rotation
renamed FabricFunctions to PlatformFunctions
renamed FabricUtils to PlatformUtils
network script compression
added "define"
added functions to decompile a line/script
added "angle <pitch> <yaw> <roll>" for modelparts
add Quilt support
added maximum script length for servers
moved Test GUI and Keybindings into an Example mod
updated API
added ClientHelper
added networking
updated icon to 256x256
fix modelparts failing to run scripts after leaving then entering a world


