first commit
This commit is contained in:
commit
2f5a4bc647
74 changed files with 2126 additions and 0 deletions
13
animalrp-fabric/bin/main/animalrp.mixins.json
Normal file
13
animalrp-fabric/bin/main/animalrp.mixins.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "ovh.sad.animalrp.fabric.mixin",
|
||||
"compatibilityLevel": "JAVA_21",
|
||||
"server": [
|
||||
"DecoratedMessage",
|
||||
"FoodEating",
|
||||
"Sneaking"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
||||
32
animalrp-fabric/bin/main/fabric.mod.json
Normal file
32
animalrp-fabric/bin/main/fabric.mod.json
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"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": "*"
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue