32 lines
744 B
JSON
32 lines
744 B
JSON
|
{
|
||
|
"schemaVersion": 1,
|
||
|
"id": "animalrp",
|
||
|
"version": "${version}",
|
||
|
"name": "AnimalRP",
|
||
|
"description": "AnimalRP, an plugin for furry minecraft servers that mangles your text, adds specific types of animals that have different improvements and more!",
|
||
|
"authors": [
|
||
|
"@fucksophie"
|
||
|
],
|
||
|
"contact": {
|
||
|
"homepage": "https://sad.ovh",
|
||
|
"sources": "https://git.sad.ovh/sophie/animalrp2"
|
||
|
},
|
||
|
"license": "CC0-1.0",
|
||
|
"icon": "assets/animal-rp/icon.png",
|
||
|
"environment": "*",
|
||
|
"entrypoints": {
|
||
|
"server": [
|
||
|
"ovh.sad.animalrp.fabric.AnimalRPFabric"
|
||
|
]
|
||
|
},
|
||
|
"mixins": [
|
||
|
"animal-rp.mixins.json"
|
||
|
],
|
||
|
"depends": {
|
||
|
"fabricloader": ">=0.16.4",
|
||
|
"minecraft": "~1.21.1",
|
||
|
"java": ">=21",
|
||
|
"fabric-api": "*",
|
||
|
"placeholder-api": "*"
|
||
|
}
|
||
|
}
|