LH 3 rokov pred
rodič
commit
f217e354ba

+ 0 - 9
F3Enabler/build.gradle

@@ -25,15 +25,6 @@ dependencies {
 
 processResources {
     inputs.property "version", project.version
-
-    from(sourceSets.main.resources.srcDirs) {
-        include "fabric.mod.json"
-        expand "version": project.version
-    }
-
-    from(sourceSets.main.resources.srcDirs) {
-        exclude "fabric.mod.json"
-    }
 }
 
 // ensure that the encoding is set to UTF-8, no matter what the system default is

+ 2 - 3
F3Enabler/src/main/resources/fabric.mod.json

@@ -1,7 +1,7 @@
 {
   "schemaVersion": 1,
   "id": "fthreenabler",
-  "version": "${version}",
+  "version": "1.0.0",
   "name": "FThreeNabler",
   "description": "",
   "authors": [],
@@ -20,7 +20,6 @@
     "FThreeNabler.mixins.json"
   ],
   "depends": {
-    "fabricloader": ">=0.10.8",
-    "minecraft": ">=1.16"
+    "fabricloader": ">=0.10.8"
   }
 }