Skip to content

Commit

Permalink
fix: planet selection button colors
Browse files Browse the repository at this point in the history
  • Loading branch information
screret committed Jan 8, 2024
1 parent 99828d3 commit 4721985
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"temperature": 293,
"solar_power": 13,
"has_oxygen": true,
"button_color": 4278229248
"button_color": 893717
}
2 changes: 1 addition & 1 deletion common/src/main/resources/data/gcyr/gcyr/planets/luna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"temperature": 113,
"solar_power": 15,
"has_oxygen": false,
"button_color": 4289243304
"button_color": 9868950
}
2 changes: 1 addition & 1 deletion common/src/main/resources/data/gcyr/gcyr/planets/mars.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"solar_power": 11,
"orbit_solar_power": 13,
"has_oxygen": false,
"button_color": 4289243304
"button_color": 12550436
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"solar_power": 19,
"orbit_solar_power": 21,
"has_oxygen": false,
"button_color": 4289243304
"button_color": 8203025
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"solar_power": 6,
"orbit_solar_power": 18,
"has_oxygen": false,
"button_color": 4289243304
"button_color": 12550436
}
12 changes: 6 additions & 6 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ dependencyResolutionManagement {

// Mod Dependencies Versions
// Common
def reiVersion = "12.0.625"
def kjsVersion = "2001.6.3-build.37"
def reiVersion = "12.0.684"
def kjsVersion = "2001.6.4-build.120"

// Fabric
def fabricLoaderVersion = "0.14.21" // https://fabricmc.net/develop/
def fabricApiVersion = "0.83.0" // https://fabricmc.net/develop/
def fabricLoaderVersion = "0.15.3" // https://fabricmc.net/develop/
def fabricApiVersion = "0.91.0" // https://fabricmc.net/develop/
//def topFabricVersion = "1.19-6.0.0"
def registrateFabricVersion = "1.3.59-MC1.20"

Expand All @@ -41,8 +41,8 @@ dependencyResolutionManagement {
def vineFlowerVersion = "1.+"
def macheteVersion = "1.+"
def configurationVersion = "2.2.0"
def gtCeuVersion = "1.0.18.a"
def ldLibVersion = "1.0.22"
def gtCeuVersion = "1.0.20"
def ldLibVersion = "1.0.22.a"
def mixinExtrasVersion = "0.2.0"

fabric {
Expand Down

0 comments on commit 4721985

Please sign in to comment.