45 lines
909 B
JSON
45 lines
909 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "cavedust",
|
|
"version": "${version}",
|
|
"name": "Cave Dust",
|
|
"description": "Makes dust underground that scales with depth!",
|
|
"authors": [
|
|
"LizIsTired"
|
|
],
|
|
"contact": {
|
|
"issues": "https://github.com/LizIsTired/dust/issues",
|
|
"sources": "https://github.com/LizIsTired/dust"
|
|
},
|
|
"license": "CC0-1.0",
|
|
"icon": "assets/modid/icon.png",
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"client": [
|
|
"net.lizistired.cavedust.CaveDust"
|
|
],
|
|
"modmenu": [
|
|
"net.lizistired.cavedust.CaveDustModMenuFactory"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"dust.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.12.11",
|
|
"fabric": "*",
|
|
"minecraft": "1.18.x",
|
|
"java": ">=17"
|
|
},
|
|
"suggests": {
|
|
"modmenu": ">=3.0.1"
|
|
},
|
|
"custom": {
|
|
"modmenu": {
|
|
"links": {
|
|
"modmenu.discord": "https://discord.gg/AgBfPFMJgX"
|
|
}
|
|
}
|
|
}
|
|
}
|