Turtle library 0.0.502
on Jun 24, 2025bugfix: crash due to missing mixin
Turtle library 0.0.501
on Jun 24, 2025fixed @param
Turtle library 0.0.5
on Jun 24, 2025Added CreateNewWindow class, call CreateNewWindow.execute(int sizex, int sizey, String windowTitle, boolean resizable, Consumer<JFrame> contentSetup) make sure to import com.mods.turtle_lib.CreateNewWindow!
Added ClientSoundNoLimit, call ClientSoundNoLimit.execute(Class sourceClass, String url, boolean loop) new audio engine with no limit to how many sounds playing. make sure to import com.mods.turtle_lib.ClientSoundNoLimit.
Added a example screen : JoiningWorldBridgeScreen, screen for world loading.
Added RenameEveryItemInsInventory(level, entity, string), renames every item in the entitys inventory to the string provided
Turtle library 0.0.4
on Jun 23, 2025Cnanged playeranimator class to now get 4 doubles after the player, right arm xrot right arm yrot left arm xrot and left arm yrot. also added new method resetPlayersAnimation(Player);, it resets the arm movements;
Turtle library 0.0.3
on Jun 23, 2025Bugfix: fixed not loading correctly from 0.0.2 Cleanup: made client-only features not crash the server when called. New feature: added a player animator class, Import com.mods.turtle_lib.PlayerAnimator, call PlayerAnimator.storeModel(Player, PlayerModel) then PlayerAnimator.animatePlayer(player), it makes the player point
Turtle library 0.0.2
on Jun 23, 2025Improovement: cleared up encoder and decoder
Turtle library 0.0.1
on Jun 22, 2025This is the first version! It is alpha because it doesn't have much yet, but is still totally stable, so far, incompatable with no mods.