Running with Redirects

This commit is contained in:
skippyall
2026-05-16 22:06:40 +02:00
parent f01f8ba570
commit 8423d9c7cd
37 changed files with 1586 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"schemaVersion": 1,
"id": "ruler",
"version": "${version}",
"name": "Ruler",
"description": "",
"authors": [
"skippyall"
],
"contact": {},
"license": "MIT",
"environment": "*",
"entrypoints": {
"main": [
"io.github.skippyall.ruler.fabric.RulerFabric"
]
},
"depends": {
"fabricloader": ">=${loader_version}",
"fabric": "*",
"minecraft": "${minecraft_version}"
}
}