Initial commit

This commit is contained in:
2025-09-30 15:56:27 +02:00
commit f67c0fe3af
13 changed files with 660 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"schemaVersion": 1,
"id": "stasisrods",
"version": "${version}",
"name": "UnbreakableFishingRods",
"description": "",
"authors": [],
"contact": {},
"license": "MIT",
"environment": "server",
"mixins": [
"stasisrods.mixins.json"
],
"depends": {
"fabricloader": ">=${loader_version}",
"fabric": "*",
"minecraft": "${minecraft_version}"
}
}