Turtle library

Quick rating

Turtle library

No reviews yet

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

API/Library
Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Either Side

Install on the client or the server — either alone gives full functionality.

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
0.0.502
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

This mod adds many diffent simple, but useful classes to make modders have an easyer life. This was created with MCreators custom element code editor, I mainly did that because I liked the editor, it automaticly came with the correct dependencies, and I used it as a template. Requires no other mods. First version has 0 mixins, but I'm planning on adding a little.

Features:

 1.Encryptor : 
  1. Import com.mods.turtle_lib.EnCryptor
  2. Call EnCryptor.execute(String in, SecretKey key)
  3. It returns a string, enjoy your new encrypted text!
 2. Decryptor:
  1. Import com.mods.turtle_lib.DeCryptor
  2. Call DeCryptor.execute(String in, SecretKey key)
  3. It returns a string, enjoy your new decrypted text!
 3.Structure/feature placer : 
  1. Import com.mods.turtle_lib.PlaceStructure
  2. call PlaceStructure.execute(LevelAccessor world, double x, double y, double z, String mod_id, String structureTp, String featureTp, boolean structurePlace, boolean featurePlace)
  3. you need the world, the coords, the mod id of the structure, the structure location and feature location, and two bools, one to tell the function to place the structure or not and one to place the feature or not
  4. Returns nothing, enjoy your new structure!
 4.Encoder:
  1. Import com.mods.turtle_lib.Base64Encoder
  3.call base64Encoder.execute(String)
  2. give it a string and it'll give you a string, and there, you got some encoded text!
 5.Decoder
  1.Import com.mods.turtle_lib.Base64Decoder
  2.call Base64Decoder.execute(String)
  3.give it a string and it'll give you a string, and there, you got some decoded text!
 6.TurtleIfy
  1. Import com.mods.turtle_lib.TurtleIfy
  2.call TurtleIfy.execute(String Boolean)
  3. Returns a string containg your inputed string but every character has "urtle" shoved in it or if the boolean is true it will put "urtle "
 7.Better random
  1.Import com.mods.turtle_lib.RandomWMinMax
  2.call RandomWMinMax.execute(int, int)
  3. int 1 is the "from" value and int 2 is the "to" value returns an integer.

Warning: not all features included in documentaion Warning: I could have made mistakes in the documentation You can use this mod in your modpack as long as you give some form of credit.

Will it support forge?

Most likely not unless somebody else offers to do It because I'm not a good forge dev and that would take too long

Will it support fabric or babric

Most likely not babric because I've never used fabric or babric and I dont think I can handle that old of minecraft versions, I tend to stick to modern-ish features. And fabric... Mayybee.

Will it support vanilla

Uhh... maybe in the far future

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works