You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
736 B
JSON

{
"schemaVersion": 1,
"id": "modid",
"version": "${version}",
"name": "Example Mod",
"description": "This is an example description! Tell everyone what your mod is about!",
"authors": [
"Me!"
],
"contact": {
"issues": "https://github.com/minecraft-cursed-legacy/Example-Mod/issues",
"sources": "https://github.com/minecraft-cursed-legacy/Example-Mod"
},
"license": "CC0-1.0",
"icon": "assets/modid/icon.png",
"environment": "*",
"entrypoints": {
"init": [
"io.github.minecraftcursedlegacy.example.ExampleMod"
]
},
"mixins": [
"modid.mixins.json"
],
"depends": {
"fabricloader": "*",
"minecraft": "1.0.0-beta.7.3"
},
"suggests": {
"flamingo": "*"
}
}