aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main/resources/fabric.mod.json34
1 files changed, 34 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..eb3e4f6
--- /dev/null
+++ b/src/main/resources/fabric.mod.json
@@ -0,0 +1,34 @@
+{
+ "schemaVersion": 1,
+ "id": "lnm",
+ "version": "${version}",
+ "name": "LNM",
+ "description": "This is an example description! Tell everyone what your mod is about!",
+ "authors": [
+ "Me!"
+ ],
+ "contact": {
+ "homepage": "https://fabricmc.net/",
+ "sources": "https://github.com/FabricMC/fabric-example-mod"
+ },
+ "license": "CC0-1.0",
+ "icon": "assets/lnm/icon.png",
+ "environment": "*",
+ "entrypoints": {
+ "main": [
+ "los.numeros.LNM"
+ ]
+ },
+ "mixins": [
+ "lnm.mixins.json"
+ ],
+ "depends": {
+ "fabricloader": ">=0.15.11",
+ "minecraft": "~1.16.5",
+ "java": ">=8",
+ "fabric": "*"
+ },
+ "suggests": {
+ "another-mod": "*"
+ }
+} \ No newline at end of file