mirror of
https://github.com/GeyserMC/Rainbow.git
synced 2025-12-19 14:59:16 +00:00
33 lines
810 B
JSON
33 lines
810 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "rainbow",
|
|
"version": "${version}",
|
|
"name": "Rainbow",
|
|
"description": "Rainbow is a mod to generate Geyser item mappings and bedrock resourcepacks for use with Geyser's custom item API (v2)",
|
|
"authors": [
|
|
"GeyserMC contributors"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://github.com/GeyserMC/rainbow",
|
|
"issues": "https://github.com/GeyserMC/rainbow/issues",
|
|
"sources": "https://github.com/GeyserMC/rainbow"
|
|
},
|
|
"license": "MIT",
|
|
"environment": "client",
|
|
"mixins": [
|
|
"rainbow.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=${loader_version}",
|
|
"fabric-api": "*",
|
|
"minecraft": "${supported_versions}"
|
|
},
|
|
"custom": {
|
|
"modmenu": {
|
|
"links": {
|
|
"modmenu.discord": "https://discord.gg/GeyserMC"
|
|
}
|
|
}
|
|
}
|
|
}
|