Pineapple Psychic
📖 About the Modification 📖
Pineapple Psychic is a collection of specialized utilities and shared code that the developer uses when creating modifications for Minecraft version 1.7.10. This project includes programming libraries such as AmarokJson4J and PineappleCookie, as well as other tools useful for Minecraft mod development.
🔧 Main Features 🔧
- Support for JSON and Json5 formats through the AJ4J library (AmarokJson4J)
- Automatic configuration setup and hotfix capabilities
- Input and output of data in NBT file format
- Capability system with automatic synchronization
- Automatic TileEntity registration using annotations
- Automatic loading and saving of data in TileEntity through annotations
- Abstract classes, pitch settings, and other useful programming tools
🍍 Usage 🍍
To connect, use the GithubPackage repository or add the following settings to your project:
repositories {
maven {
name "Amarok Maven"
url "http://maven.snowlyicewolf.club/"
allowInsecureProtocol = true
}
}
dependencies {
includeCompile 'club.someoneice.pineapplepsychic:pineapple-psychic:1.9'
}