aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
new file mode 100644
index 0000000..9cf295e
--- /dev/null
+++ b/src/main/resources/fabric.mod.json
@@ -0,0 +1,31 @@
+{
+ "schemaVersion": 1,
+ "id": "eye_of_nether",
+ "version": "${version}",
+ "name": "Eye of Nether",
+ "description": "Add eyes of nether for locating nether fortresses",
+ "authors": [
+ {
+ "name": "Tomasz Kramkowski",
+ "contact": {
+ "email": "tomasz@kramkow.ski"
+ }
+ }
+ ],
+ "contact": {
+ "sources": "https://the-tk.com/cgit/eye-of-nether"
+ },
+ "license": "LGPL-3.0-or-later",
+ "environment": "*",
+ "entrypoints": {
+ "main": [
+ "ski.kramkow.mcmod.eyeofnether.EyeOfNether"
+ ]
+ },
+ "depends": {
+ "fabricloader": ">=0.16.3",
+ "minecraft": "~1.20.1",
+ "java": ">=17",
+ "fabric-api": "*"
+ }
+}