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.
afloydironchest/src/main/resources/fabric.mod.json

34 lines
508 B
JSON

{
"schemaVersion": 1,
"id": "examplemod",
"version": "${version}",
"name": "Example Mod",
"description": "This mod aims to help new BTA modders.",
"authors": [
"azurelmao"
],
"contact": {
"homepage": "",
"sources": ""
},
"license": "CC0-1.0",
"environment": "*",
"entrypoints": {
"main": [
"azurelmao.examplemod.ExampleMod"
]
},
"mixins": [
"examplemod.mixins.json"
],
"depends": {
"fabricloader": ">=0.13.3"
},
"suggests": {
}
}