Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
Client and server
Creators
Details
Licensed MIT
Published last month
PRE - ALPHA - ARTISTS LITERALLY HAVEN'T MADE THE MOD ICON YET
Hibiscus API
A FabricMC 1.21.1 primarily rendering API with many fully modular features.
This mod is an API! This means that by default, it does not add anything!
All current features
Simple overveiw of what each "module" does. Visit the Wiki for more informationCompat
Adds a new Java Annotation @RequiresMod. This allows for easy to use compatibility between mods as code will only run when the mod is installedGUI
Implementing `VariableModel` or `VariableTexture` allows you to change model and texture at any point, through the implemented methodsPrefab
Not complete. These are item classes that automatically generate their item statsRendering
World Rendering allows for you to use any of the default rendering classes to quickly create in world render options, using any of the options from `WorldRenderOptions`These include
1. Shape Renderer
2. Chain Renderer
3. Spotlight Beam Renderer
4. Sky Beam Renderer
5. Symbol Renderer
Util
Math and Colour helpers.Installation
In build.gradle, add the Modrinth maven to your dependencies
repositories {
maven { url = "https://api.modrinth.com/maven" }
}
Then, in the dependencies block of build.gradle add
dependencies {
modImplementation "maven.modrinth:hibiscus:${project.hibiscus_version}"
}
Then add the hibiscus_version object in gradle.properties corresponding to the Hibiscus version you want to use
Need a server?
The official lag-free server host that we use here at Aconite Studios!
Visithttps://wepwawet.net/p/aconiteand use codeaconitefor 20% off your first invoice!Wepwawet. Quality over Quantity


