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.

41 lines
834 B
JSON

{
"schemaVersion": 1,
"id": "afloydwiremod",
"version": "${version}",
"name": "afloydwiremod",
"description": "This is an example description! Tell everyone what your mod is about!",
"authors": [
"Me!"
],
"contact": {
"homepage": "https://fabricmc.net/",
"sources": "https://github.com/FabricMC/fabric-example-mod"
},
"license": "CC0-1.0",
"icon": "assets/afloydwiremod/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"net.brokenmoon.Afloydwiremod"
],
"client": [
"net.brokenmoon.AfloydwiremodClient"
]
},
"mixins": [
"afloydwiremod.mixins.json",
{
"config": "afloydwiremod.client.mixins.json",
"environment": "client"
}
],
"depends": {
"fabricloader": ">=0.15.7",
"minecraft": "~1.20.1",
"java": ">=17",
"fabric-api": "*"
},
"suggests": {
"another-mod": "*"
}
}