39 lines
715 B
JSON
39 lines
715 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "repeating-mod",
|
|
"version": "${version}",
|
|
|
|
"name": "Repeating Mod",
|
|
"description": "Mod that repeats your actions. ",
|
|
"authors": [
|
|
"TheMixRay"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://modrinth.com/mod/repeating-mod",
|
|
"sources": "https://github.com/MeexReay/repeating-mod"
|
|
},
|
|
|
|
"license": "CC0-1.0",
|
|
"icon": "icon.png",
|
|
|
|
"environment": "client",
|
|
"entrypoints": {
|
|
"client": [
|
|
"themixray.repeating.mod.RepeatingMod"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"repeating-mod.mixins.json"
|
|
],
|
|
|
|
"depends": {
|
|
"fabricloader": ">=0.14.14",
|
|
"fabric-api": "*",
|
|
"minecraft": "~1.19.3",
|
|
"java": ">=17"
|
|
},
|
|
"suggests": {
|
|
"another-mod": "*"
|
|
}
|
|
}
|