@@ -1132,14 +1132,24 @@ object Config : Vigilant(
11321132
11331133 @Property(
11341134 type = PropertyType .SWITCH , name = " Boulder Solver" ,
1135- description = " §b[WIP] §rShow which boxes to move on the Boulder puzzle." ,
1135+ description = " Show which boxes to move on the Boulder puzzle." ,
11361136 category = " Dungeons" , subcategory = " Solvers" ,
11371137 i18nName = " skytils.config.dungeons.solvers.boulder_solver" ,
11381138 i18nCategory = " skytils.config.dungeons" ,
11391139 i18nSubcategory = " skytils.config.dungeons.solvers"
11401140 )
11411141 var boulderSolver = false
11421142
1143+ @Property(
1144+ type = PropertyType .COLOR , name = " Boulder Solver Color" ,
1145+ description = " Color of the box that shows which button to click in the Boulder puzzle." ,
1146+ category = " Dungeons" , subcategory = " Solvers" ,
1147+ i18nName = " skytils.config.dungeons.solvers.boulder_solver_color" ,
1148+ i18nCategory = " skytils.config.dungeons" ,
1149+ i18nSubcategory = " skytils.config.dungeons.solvers"
1150+ )
1151+ var boulderSolverColor = Color (255 , 0 , 0 , 255 )
1152+
11431153 @Property(
11441154 type = PropertyType .SWITCH , name = " Creeper Beams Solver" ,
11451155 description = " Shows pairs on the Creeper Beams puzzle." ,
@@ -1182,7 +1192,7 @@ object Config : Vigilant(
11821192
11831193 @Property(
11841194 type = PropertyType .COLOR , name = " Teleport Maze Solver Color" ,
1185- description = " Color of the thing that shows which pads you've stepped on in the Teleport Maze puzzle." ,
1195+ description = " Color of the box that shows which pads you've stepped on in the Teleport Maze puzzle." ,
11861196 category = " Dungeons" , subcategory = " Solvers" ,
11871197 i18nName = " skytils.config.dungeons.solvers.teleport_maze_solver_color" ,
11881198 i18nCategory = " skytils.config.dungeons" ,
@@ -1200,9 +1210,19 @@ object Config : Vigilant(
12001210 )
12011211 var threeWeirdosSolver = false
12021212
1213+ @Property(
1214+ type = PropertyType .COLOR , name = " Three Weirdos Solver Color" ,
1215+ description = " Color of the chest to click on the Three Weirdos puzzle." ,
1216+ category = " Dungeons" , subcategory = " Solvers" ,
1217+ i18nName = " skytils.config.dungeons.solvers.three_weirdos_solver_color" ,
1218+ i18nCategory = " skytils.config.dungeons" ,
1219+ i18nSubcategory = " skytils.config.dungeons.solvers"
1220+ )
1221+ var threeWeirdosSolverColor = Color (255 , 0 , 0 , 255 )
1222+
12031223 @Property(
12041224 type = PropertyType .SWITCH , name = " Tic Tac Toe Solver" ,
1205- description = " §b[WIP] §rDisplays the best move on the Tic Tac Toe puzzle." ,
1225+ description = " Displays the best move on the Tic Tac Toe puzzle." ,
12061226 category = " Dungeons" , subcategory = " Solvers" ,
12071227 i18nName = " skytils.config.dungeons.solvers.tic_tac_toe_solver" ,
12081228 i18nCategory = " skytils.config.dungeons" ,
@@ -1212,7 +1232,7 @@ object Config : Vigilant(
12121232
12131233 @Property(
12141234 type = PropertyType .COLOR , name = " Tic Tac Toe Solver Color" ,
1215- description = " Color of the thing that displays the best move on the Tic Tac Toe puzzle." ,
1235+ description = " Color of the outline that displays the best move on the Tic Tac Toe puzzle." ,
12161236 category = " Dungeons" , subcategory = " Solvers" ,
12171237 i18nName = " skytils.config.dungeons.solvers.tic_tac_toe_solver_color" ,
12181238 i18nCategory = " skytils.config.dungeons" ,
0 commit comments