gavui.0.0.10.source-code.fabric.mod.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gavui Show documentation
Show all versions of gavui Show documentation
A UI library for Minecraft aimed for developers.
The newest version!
{
"schemaVersion": 1,
"id": "gavui",
"version": "${version}",
"name": "gavui",
"description": "A simple mod ui",
"authors": [
"GT3CH1"
],
"contact": {
"homepage": "https://github.com/gt3ch1/gavui",
"sources": "https://github.com/gt3ch1/gavui"
},
"license": "MIT",
"environment": "*",
"entrypoints": {},
"mixins": [],
"depends": {
"fabricloader": ">=0.13.3",
"fabric": "*",
"minecraft": ">=1.19",
"java": ">=17"
}
}