Files
Cave_Dust_Reforged/src/main/resources/fabric.mod.json
2022-03-03 03:26:30 +00:00

47 lines
879 B
JSON

{
"schemaVersion": 1,
"id": "dust",
"version": "${version}",
"name": "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.fabricmc.example.Dust"
],
"modmenu": [
"net.fabricmc.example.DustModMenuFactory"
]
},
"depends": {
"fabricloader": ">=0.12.11",
"fabric": "*",
"minecraft": "1.18.x",
"java": ">=17"
},
"suggests": {
"clothconfig": ">=6.1.48",
"modmenu": ">=3.0.1"
},
"custom": {
"modmenu": {
"links": {
"modmenu.discord": "https://discord.gg/AgBfPFMJgX"
}
}
}
}