Skip to content

Commit

Permalink
laser_cannon configs and new render while miss for #2433
Browse files Browse the repository at this point in the history
  • Loading branch information
Lothrazar committed Sep 17, 2024
1 parent 30dfe6d commit d612a50
Show file tree
Hide file tree
Showing 14 changed files with 489 additions and 459 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ dependencies {



implementation fg.deobf("curse.maven:jade-324717:5493390")
// implementation fg.deobf("curse.maven:jade-324717:5493390")
// Example mod dependency using a mod jar from ./libs with a flat dir repository
// This maps to ./libs/coolmod-${mc_version}-${coolmod_version}.jar
// The group id is ignored when searching -- in this case, it is "blank"
Expand Down
34 changes: 17 additions & 17 deletions examples/config/cyclic-client.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,29 @@
[cyclic.blocks]

[cyclic.blocks.text]
#True means this will hide the fluid contents chat message (right click) on relevant blocks (pylon, fluid generator, fluid hopper, solidifier, sprinkler, tank, cask)
# True means this will hide the fluid contents chat message (right click) on relevant blocks (pylon, fluid generator, fluid hopper, solidifier, sprinkler, tank, cask)
FluidContents = true

[cyclic.blocks.colors]
#Specify hex color of preview mode. default #00EE00
# Specify hex color of preview mode. default #00EE00
harvester = "#00EE00"
#Specify hex color of preview mode. default #11BB00
# Specify hex color of preview mode. default #11BB00
forester = "#11BB00"
#Specify hex color of preview mode. default #444044
# Specify hex color of preview mode. default #444044
collector_item = "#444044"
#Specify hex color of preview mode. default #AA0011
# Specify hex color of preview mode. default #AA0011
dropper = "#AA0011"
#Specify hex color of preview mode. default #00AA00
# Specify hex color of preview mode. default #00AA00
detector_item = "#00AA00"
#Specify hex color of preview mode. default #404040
# Specify hex color of preview mode. default #404040
peat_farm = "#404040"
#Specify hex color of preview mode. default #444044
# Specify hex color of preview mode. default #444044
collector_fluid = "#444044"
#Specify hex color of preview mode. default #0000AA
# Specify hex color of preview mode. default #0000AA
miner = "#0000AA"
#Specify hex color of preview mode. default #FF0000
# Specify hex color of preview mode. default #FF0000
structure = "#FF0000"
#Specify hex color of preview mode. default #00FF00
# Specify hex color of preview mode. default #00FF00
detector_entity = "#00FF00"

#####################################################################################
Expand All @@ -41,16 +41,16 @@
[cyclic.items]

[cyclic.items.colors]
#Specify hex color of preview mode. default #FFC800
# Specify hex color of preview mode. default #FFC800
shape_data = "#FFC800"
#Specify hex color of preview mode. default #0000FF
# Specify hex color of preview mode. default #0000FF
replace_scepter = "#FFFF00"
#Specify hex color of preview mode. default #0000FF
# Specify hex color of preview mode. default #0000FF
offset_scepter = "#00FF00"
#Specify hex color of preview mode. default #0000FF
# Specify hex color of preview mode. default #0000FF
build_scepter = "#0000FF"
#Specify hex color of preview mode for the GPS data card. default #0000FF
# Specify hex color of preview mode for the GPS data card. default #0000FF
location = "#0000FF"
#Specify hex color of preview mode. default #0000FF
# Specify hex color of preview mode. default #0000FF
randomize_scepter = "#00EE00"

Loading

0 comments on commit d612a50

Please sign in to comment.