33 lines
665 B
JSON
33 lines
665 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "beem",
|
|
"version": "${version}",
|
|
|
|
"name": "Beem",
|
|
"description": "A mod that displays light beams to help finding bee nests.",
|
|
"authors": [
|
|
"doctor4t",
|
|
"Yuuki2012"
|
|
],
|
|
"contact": {
|
|
"sources": "https://github.com/Yuuki2012/Beem",
|
|
"issues": "https://github.com/Yuuki2012/Beem/issues",
|
|
"discord": "https://raiza.dev/invite"
|
|
},
|
|
"license": "CC-BY-NC-SA 4.0",
|
|
"icon": "assets/beem/icon.png",
|
|
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"client": [
|
|
"ladysnake.beem.Beem"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"beem.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.14.3",
|
|
"fabric": "*"
|
|
}
|
|
}
|