Turtle library

Turtle library

Mod

It adds various simple, but very useful classes for modders to enjoy.

Client or server LibraryManagementTechnology

65 downloads
0 followers
Follow Save
Filter channels...

bugfix: crash due to missing mixin

fixed @param

Added 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

Cnanged 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;

Bugfix: 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

Improovement: cleared up encoder and decoder

This 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.


Project members

The turtles

Organization

Details

Licensed ARR
Published 2 months ago
Updated 2 months ago