repeating_mod/src/main/resources/fabric.mod.json
MeexReay 06634a8704
Some checks failed
Build fabric mod / build (push) Has been cancelled
set license wtfpl in mod
2025-06-15 19:59:29 +03:00

39 lines
754 B
JSON

{
"schemaVersion": 1,
"id": "repeating-mod",
"version": "${version}",
"name": "Repeating Mod",
"description": "Mod that repeats your recorded actions. ",
"authors": [
"TheMixRay"
],
"contact": {
"homepage": "https://modrinth.com/mod/repeating-mod",
"sources": "https://github.com/MeexReay/repeating-mod"
},
"license": "WTFPL",
"icon": "icon.png",
"environment": "client",
"entrypoints": {
"client": [
"ru.themixray.repeating_mod.Main"
]
},
"mixins": [
"repeating-mod.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.14",
"fabric-api": "*",
"minecraft": ">=1.20",
"java": ">=17"
},
"suggests": {
"another-mod": "*"
}
}