File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
java/org/polyfrost/colorsaturation Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1717public class ColorSaturation {
1818
1919 // Sets the variables from `gradle.properties`. See the `blossom` config in `build.gradle.kts`.
20- public static final String MODID = "@ID @" ;
21- public static final String NAME = "@NAME @" ;
22- public static final String VERSION = "@VER @" ;
20+ public static final String MODID = "@MOD_ID @" ;
21+ public static final String NAME = "@MOD_NAME @" ;
22+ public static final String VERSION = "@MOD_VERSION @" ;
2323 public static SaturationConfig config ;
2424
2525 // Register the config and commands.
Original file line number Diff line number Diff line change 11[
22 {
3- "modid" : " ${id }" ,
4- "name" : " ${name }" ,
3+ "modid" : " ${mod_id }" ,
4+ "name" : " ${mod_name }" ,
55 "description" : " " ,
6- "version" : " ${version }" ,
7- "mcversion" : " ${mcVersionStr }" ,
6+ "version" : " ${mod_version }" ,
7+ "mcversion" : " ${mc_version }" ,
88 "url" : " " ,
99 "updateUrl" : " " ,
1010 "authorList" : [
Original file line number Diff line number Diff line change 22 "compatibilityLevel" : " JAVA_8" ,
33 "minVersion" : " 0.7" ,
44 "package" : " org.polyfrost.colorsaturation.mixin" ,
5- "refmap" : " mixins.${id }.refmap.json" ,
5+ "refmap" : " mixins.${mod_id }.refmap.json" ,
66 "injectors" : {
77 "maxShiftBy" : 5
88 },
You can’t perform that action at this time.
0 commit comments