You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build.gradle
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,6 @@ def out = services.get(StyledTextOutputFactory).create('an-output')
43
43
checkPropertyExists("modName")
44
44
checkPropertyExists("modId")
45
45
checkPropertyExists("modGroup")
46
-
checkPropertyExists("modVersion")
47
46
checkPropertyExists("minecraftVersion") // hard-coding this makes it harder to immediately tell what version a mod is in (even though this only really supports 1.12.2)
0 commit comments