File tree Expand file tree Collapse file tree 5 files changed +13
-11
lines changed
Expand file tree Collapse file tree 5 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ org.gradle.jvmargs=-Xmx4G
33# org.gradle.parallel=true
44org.gradle.caching =false
55org.gradle.caching.debug =false
6- org.gradle.parallel =true
6+ org.gradle.parallel =false
77# org.gradle.configureondemand=true
88
99# Mod properties
10- mod.version =2.0.0-beta
10+ mod.version =2.0.0-beta2
1111mod.group =io.github.jumperonjava
1212mod.id =customcursor
1313mod.name =Custom cursor
Original file line number Diff line number Diff line change 11modLoader = " javafml"
22loaderVersion = " *"
33license = " LGPLv3"
4+ issueTrackerURL =" https://JavaJumper/CustomCursor/issues"
45
56[[mods ]]
67modId = " customcursor"
78version = " ${version}"
89displayName = " ${name}"
9- authors = " Me "
10- description = " This is an example description! Tell everyone what your mod is about! "
11- logoFile = " assets/${id} /icon.png"
10+ authors = " JavaJumper "
11+ description = " "
12+ logoFile = " assets/customcursor /icon.png"
1213logoBlur = false
1314
1415[[mixins ]]
Original file line number Diff line number Diff line change 11modLoader = " javafml"
22loaderVersion = " *"
33license = " LGPLv3"
4+ issueTrackerURL =" https://JavaJumper/CustomCursor/issues"
45
56[[mods ]]
67modId = " customcursor"
78version = " ${version}"
89displayName = " ${name}"
9- authors = " Me "
10- description = " This is an example description! Tell everyone what your mod is about! "
11- logoFile = " assets/${id} /icon.png"
10+ authors = " JavaJumper "
11+ description = " "
12+ logoFile = " assets/customcursor /icon.png"
1213logoBlur = false
1314
1415[[mixins ]]
Original file line number Diff line number Diff line change 33 "id" : " ${id}" ,
44 "version" : " ${version}" ,
55 "name" : " ${name}" ,
6- "description" : " This is an example description! Tell everyone what your mod is about! " ,
6+ "description" : " " ,
77 "authors" : [
8- " Me! "
8+ " JavaJumper "
99 ],
1010 "contact" : {
1111 },
12- "license" : " CC0-1.0 " ,
12+ "license" : " LGPLv3 " ,
1313 "icon" : " assets/${id}/icon.png" ,
1414 "environment" : " *" ,
1515 "entrypoints" : {
You can’t perform that action at this time.
0 commit comments