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
+33-30Lines changed: 33 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ apply plugin: 'eclipse'
14
14
apply plugin: 'maven-publish'
15
15
16
16
version ="${minecraft_version}-${mod_version}"
17
-
group ='com.robotgryphon.examplemod'// http://maven.apache.org/guides/mini/guide-naming-conventions.html
18
-
archivesBaseName ='examplemod'
17
+
group ='com.robotgryphon.compactcrafting'// http://maven.apache.org/guides/mini/guide-naming-conventions.html
18
+
archivesBaseName ='compactcrafting'
19
19
20
20
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility ='1.8'// Need this here so eclipse task generates correctly.
21
21
@@ -26,7 +26,7 @@ minecraft {
26
26
// stable_# Stables are built at the discretion of the MCP team.
27
27
// Use non-default mappings at your own risk. they may not always work.
28
28
// Simply re-run your setup task after changing the mappings to update your workspace.
# A URL to query for updates for this mod. See the JSON update specification <here>
24
-
updateJSONURL="http://myurl.me/"#optional
25
+
#updateJSONURL="http://myurl.me/" #optional
25
26
# A URL for the "homepage" for this mod, displayed in the mod UI
26
-
displayURL="http://example.com/"#optional
27
+
#displayURL="http://example.com/" #optional
27
28
# A file name (in the root of the mod JAR) containing a logo for display
28
-
logoFile="examplemod.png"#optional
29
+
#logoFile="examplemod.png" #optional
29
30
# A text field displayed in the mod UI
30
-
credits="Thanks for this example mod goes to Java"#optional
31
-
# A text field displayed in the mod UI
32
-
authors="Love, Cheese and small house plants"#optional
33
-
# The description text for the mod (multi line!) (#mandatory)
34
-
description='''
35
-
This is a long form description of the mod. You can write whatever you want here
31
+
# credits="Thanks for this example mod goes to Java" #optional
32
+
36
33
37
-
Have some lorem ipsum.
38
34
39
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed mollis lacinia magna. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed sagittis luctus odio eu tempus. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque volutpat ligula eget lacus auctor sagittis. In hac habitasse platea dictumst. Nunc gravida elit vitae sem vehicula efficitur. Donec mattis ipsum et arcu lobortis, eleifend sagittis sem rutrum. Cras pharetra quam eget posuere fermentum. Sed id tincidunt justo. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
40
-
'''
41
35
# A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional.
42
-
[[dependencies.examplemod]] #optional
36
+
[[dependencies.compactcrafting]] #optional
43
37
# the modid of the dependency
44
38
modId="forge"#mandatory
45
39
# Does this dependency have to exist - if not, ordering below must be specified
@@ -50,8 +44,9 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed mollis lacinia magn
50
44
ordering="NONE"
51
45
# Side this dependency is applied on - BOTH, CLIENT or SERVER
0 commit comments