Turtle library
No reviews yet
It adds various simple, but very useful classes for modders to enjoy.
Provides a framework or library for other mods to use.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Install on the client or the server — either alone gives full functionality.
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
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
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources