Skip to content

Commit 0603a87

Browse files
authored
use GTValues.LV etc. in all usages of GTValues.V* (GregTechCEu#2002)
1 parent 4507cd4 commit 0603a87

File tree

8 files changed

+64
-56
lines changed

8 files changed

+64
-56
lines changed

src/main/java/gregtech/api/items/toolitem/ToolHelper.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@
5858
import java.util.*;
5959
import java.util.function.Supplier;
6060

61+
import static gregtech.api.GTValues.LV;
62+
import static gregtech.api.GTValues.V;
63+
6164
/**
6265
* Collection of tool related helper methods
6366
*/
@@ -582,7 +585,7 @@ public static void applyHammerDropConversion(ItemStack tool, IBlockState state,
582585
// Stack lists can be immutable going into Recipe#matches barring no rewrites
583586
List<ItemStack> dropAsList = Collections.singletonList(silktouchDrop);
584587
// Search for forge hammer recipes from all drops individually (only LV or under)
585-
Recipe hammerRecipe = RecipeMaps.FORGE_HAMMER_RECIPES.findRecipe(GTValues.V[1], dropAsList, Collections.emptyList(), false);
588+
Recipe hammerRecipe = RecipeMaps.FORGE_HAMMER_RECIPES.findRecipe(V[LV], dropAsList, Collections.emptyList(), false);
586589
if (hammerRecipe != null && hammerRecipe.matches(true, dropAsList, Collections.emptyList())) {
587590
drops.clear();
588591
OrePrefix prefix = OreDictUnifier.getPrefix(silktouchDrop);

src/main/java/gregtech/api/unification/material/materials/ElementMaterials.java

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static void register() {
3030
.toolStats(ToolProperty.Builder.of(6.0F, 7.5F, 768, 2)
3131
.enchantability(14).build())
3232
.rotorStats(10.0f, 2.0f, 128)
33-
.cableProperties(GTValues.V[4], 1, 1)
33+
.cableProperties(V[EV], 1, 1)
3434
.fluidPipeProperties(1166, 100, true)
3535
.blastTemp(1700, GasTier.LOW)
3636
.fluidTemp(933)
@@ -171,7 +171,7 @@ public static void register() {
171171
.color(0x5050FA).iconSet(METALLIC)
172172
.flags(EXT_METAL, GENERATE_DOUBLE_PLATE, GENERATE_FINE_WIRE)
173173
.element(Elements.Co)
174-
.cableProperties(GTValues.V[1], 2, 2)
174+
.cableProperties(V[LV], 2, 2)
175175
.itemPipeProperties(2560, 2.0f)
176176
.fluidTemp(1768)
177177
.build();
@@ -187,7 +187,7 @@ public static void register() {
187187
.flags(EXT_METAL, MORTAR_GRINDABLE, GENERATE_SPRING, GENERATE_SPRING_SMALL, GENERATE_FINE_WIRE,
188188
GENERATE_DOUBLE_PLATE)
189189
.element(Elements.Cu)
190-
.cableProperties(GTValues.V[2], 1, 2)
190+
.cableProperties(V[MV], 1, 2)
191191
.fluidPipeProperties(1696, 6, true)
192192
.fluidTemp(1358)
193193
.build();
@@ -285,7 +285,7 @@ public static void register() {
285285
.flags(EXT2_METAL, GENERATE_RING, MORTAR_GRINDABLE, EXCLUDE_BLOCK_CRAFTING_BY_HAND_RECIPES,
286286
GENERATE_SPRING, GENERATE_SPRING_SMALL, GENERATE_FINE_WIRE, GENERATE_FOIL, GENERATE_DOUBLE_PLATE)
287287
.element(Elements.Au)
288-
.cableProperties(GTValues.V[3], 3, 2)
288+
.cableProperties(V[HV], 3, 2)
289289
.fluidPipeProperties(1671, 25, true, true, false, false)
290290
.fluidTemp(1337)
291291
.build();
@@ -352,7 +352,7 @@ public static void register() {
352352
.toolStats(ToolProperty.Builder.of(2.0F, 2.0F, 256, 2)
353353
.enchantability(14).build())
354354
.rotorStats(7.0f, 2.5f, 256)
355-
.cableProperties(GTValues.V[2], 2, 3)
355+
.cableProperties(V[MV], 2, 3)
356356
.fluidTemp(1811)
357357
.build();
358358

@@ -380,7 +380,7 @@ public static void register() {
380380
.flags(EXT2_METAL, MORTAR_GRINDABLE, GENERATE_ROTOR, GENERATE_SPRING, GENERATE_SPRING_SMALL,
381381
GENERATE_FINE_WIRE, GENERATE_DOUBLE_PLATE)
382382
.element(Elements.Pb)
383-
.cableProperties(GTValues.V[0], 2, 2)
383+
.cableProperties(V[ULV], 2, 2)
384384
.fluidPipeProperties(1200, 8, true)
385385
.fluidTemp(600)
386386
.build();
@@ -514,7 +514,7 @@ public static void register() {
514514
.flags(EXT2_METAL, GENERATE_FOIL, GENERATE_DOUBLE_PLATE)
515515
.element(Elements.Os)
516516
.rotorStats(16.0f, 4.0f, 1280)
517-
.cableProperties(GTValues.V[6], 4, 2)
517+
.cableProperties(V[LuV], 4, 2)
518518
.itemPipeProperties(256, 8.0f)
519519
.blastTemp(4500, GasTier.HIGH, VA[LuV], 1000)
520520
.fluidTemp(3306)
@@ -550,7 +550,7 @@ public static void register() {
550550
.color(0xFFFFC8).iconSet(SHINY)
551551
.flags(EXT2_METAL, GENERATE_FOIL, GENERATE_FINE_WIRE, GENERATE_RING, GENERATE_DOUBLE_PLATE)
552552
.element(Elements.Pt)
553-
.cableProperties(GTValues.V[5], 2, 1)
553+
.cableProperties(V[IV], 2, 1)
554554
.itemPipeProperties(512, 4.0f)
555555
.fluidTemp(2041)
556556
.build();
@@ -676,7 +676,7 @@ public static void register() {
676676
.color(0xDCDCFF).iconSet(SHINY)
677677
.flags(EXT2_METAL, GENERATE_DOUBLE_PLATE, MORTAR_GRINDABLE, GENERATE_FINE_WIRE, GENERATE_RING)
678678
.element(Elements.Ag)
679-
.cableProperties(GTValues.V[3], 1, 1)
679+
.cableProperties(V[HV], 1, 1)
680680
.fluidTemp(1235)
681681
.build();
682682

@@ -750,7 +750,7 @@ public static void register() {
750750
.flags(EXT2_METAL, MORTAR_GRINDABLE, GENERATE_ROTOR, GENERATE_SPRING, GENERATE_SPRING_SMALL,
751751
GENERATE_FINE_WIRE, GENERATE_DOUBLE_PLATE)
752752
.element(Elements.Sn)
753-
.cableProperties(GTValues.V[1], 1, 1)
753+
.cableProperties(V[LV], 1, 1)
754754
.itemPipeProperties(4096, 0.5f)
755755
.fluidTemp(505)
756756
.build();
@@ -779,7 +779,7 @@ public static void register() {
779779
.flags(EXT2_METAL, GENERATE_SPRING, GENERATE_SPRING_SMALL, GENERATE_FOIL, GENERATE_GEAR, GENERATE_DOUBLE_PLATE)
780780
.element(Elements.W)
781781
.rotorStats(7.0f, 3.0f, 2560)
782-
.cableProperties(GTValues.V[5], 2, 2)
782+
.cableProperties(V[IV], 2, 2)
783783
.fluidPipeProperties(4618, 50, true, true, false, true)
784784
.blastTemp(3600, GasTier.MID, VA[EV], 1800)
785785
.fluidTemp(3695)
@@ -845,7 +845,7 @@ public static void register() {
845845
.flags(EXT_METAL, GENERATE_FOIL, GENERATE_SPRING, GENERATE_FINE_WIRE, GENERATE_BOLT_SCREW, GENERATE_DOUBLE_PLATE)
846846
.element(Elements.Nq)
847847
.rotorStats(6.0f, 4.0f, 1280)
848-
.cableProperties(GTValues.V[7], 2, 2)
848+
.cableProperties(V[ZPM], 2, 2)
849849
.fluidPipeProperties(3776, 200, true, false, true, true)
850850
.blastTemp(5000, GasTier.HIGH, VA[IV], 600)
851851
.build();
@@ -883,7 +883,7 @@ public static void register() {
883883
.color(0x600000).iconSet(METALLIC)
884884
.flags(EXT2_METAL, GENERATE_FRAME, GENERATE_RING, GENERATE_SMALL_GEAR, GENERATE_ROUND, GENERATE_FOIL, GENERATE_FINE_WIRE, GENERATE_GEAR)
885885
.element(Elements.Tr)
886-
.cableProperties(GTValues.V[8], 1, 8)
886+
.cableProperties(V[UV], 1, 8)
887887
.rotorStats(20.0f, 6.0f, 10240)
888888
.fluidTemp(25000)
889889
.build();
@@ -904,7 +904,7 @@ public static void register() {
904904
.color(0x9973BD).iconSet(SHINY)
905905
.flags(GENERATE_FOIL, GENERATE_BOLT_SCREW, GENERATE_GEAR)
906906
.element(Elements.Ke)
907-
.cableProperties(GTValues.V[7], 6, 4)
907+
.cableProperties(V[ZPM], 6, 4)
908908
.blastTemp(7200, GasTier.HIGH, VA[LuV], 1500)
909909
.build();
910910

src/main/java/gregtech/api/unification/material/materials/FirstDegreeMaterials.java

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public static void register() {
3434
.color(0xFF8D3B).iconSet(BRIGHT)
3535
.flags(EXT2_METAL, MORTAR_GRINDABLE, GENERATE_FINE_WIRE)
3636
.components(Copper, 1)
37-
.cableProperties(GTValues.V[2], 1, 1)
37+
.cableProperties(V[MV], 1, 1)
3838
.fluidTemp(1358)
3939
.build();
4040
Copper.getProperty(PropertyKey.INGOT).setArcSmeltingInto(AnnealedCopper);
@@ -195,7 +195,7 @@ public static void register() {
195195
.flags(EXT_METAL, GENERATE_SPRING, GENERATE_FINE_WIRE, GENERATE_DOUBLE_PLATE)
196196
.components(Copper, 1, Nickel, 1)
197197
.itemPipeProperties(2048, 1)
198-
.cableProperties(GTValues.V[2], 1, 1)
198+
.cableProperties(V[MV], 1, 1)
199199
.fluidTemp(1542)
200200
.build();
201201

@@ -222,7 +222,7 @@ public static void register() {
222222
.flags(EXT2_METAL, MORTAR_GRINDABLE, GENERATE_FINE_WIRE, GENERATE_RING, GENERATE_DOUBLE_PLATE)
223223
.components(Silver, 1, Gold, 1)
224224
.itemPipeProperties(1024, 2)
225-
.cableProperties(GTValues.V[3], 2, 2)
225+
.cableProperties(V[HV], 2, 2)
226226
.fluidTemp(1285)
227227
.build();
228228

@@ -306,7 +306,7 @@ public static void register() {
306306
.color(0xC2D2DF).iconSet(METALLIC)
307307
.flags(EXT_METAL, GENERATE_SPRING)
308308
.components(Iron, 1, Aluminium, 1, Chrome, 1)
309-
.cableProperties(GTValues.V[3], 4, 3)
309+
.cableProperties(V[HV], 4, 3)
310310
.blastTemp(1800, GasTier.LOW, VA[HV], 900)
311311
.fluidTemp(1708)
312312
.build();
@@ -351,7 +351,7 @@ public static void register() {
351351
.color(0xCDCEF6).iconSet(METALLIC)
352352
.flags(EXT_METAL, GENERATE_SPRING)
353353
.components(Nickel, 4, Chrome, 1)
354-
.cableProperties(GTValues.V[4], 4, 4)
354+
.cableProperties(V[EV], 4, 4)
355355
.blastTemp(2700, GasTier.LOW, VA[HV], 1300)
356356
.fluidTemp(1818)
357357
.build();
@@ -361,7 +361,7 @@ public static void register() {
361361
.color(0x1D291D)
362362
.flags(EXT_METAL, GENERATE_FOIL)
363363
.components(Niobium, 1, Nitrogen, 1)
364-
.cableProperties(GTValues.V[6], 1, 1)
364+
.cableProperties(V[LuV], 1, 1)
365365
.blastTemp(2846, GasTier.MID)
366366
.build();
367367

@@ -372,7 +372,7 @@ public static void register() {
372372
GENERATE_DOUBLE_PLATE)
373373
.components(Niobium, 1, Titanium, 1)
374374
.fluidPipeProperties(5900, 175, true)
375-
.cableProperties(GTValues.V[6], 4, 2)
375+
.cableProperties(V[LuV], 4, 2)
376376
.blastTemp(4500, GasTier.HIGH, VA[HV], 1500)
377377
.fluidTemp(2345)
378378
.build();
@@ -600,7 +600,7 @@ public static void register() {
600600
.enchantability(14).build())
601601
.rotorStats(6.0f, 3.0f, 512)
602602
.fluidPipeProperties(1855, 75, true)
603-
.cableProperties(GTValues.V[4], 2, 2)
603+
.cableProperties(V[EV], 2, 2)
604604
.blastTemp(1000, null, VA[MV], 800) // no gas tier for steel
605605
.fluidTemp(2046)
606606
.build();
@@ -676,7 +676,7 @@ public static void register() {
676676
.color(0x80808C).iconSet(SHINY)
677677
.flags(STD_METAL, GENERATE_FOIL, GENERATE_SPRING, GENERATE_SPRING_SMALL)
678678
.components(Vanadium, 3, Gallium, 1)
679-
.cableProperties(GTValues.V[7], 4, 2)
679+
.cableProperties(V[ZPM], 4, 2)
680680
.blastTemp(4500, GasTier.HIGH, VA[EV], 1200)
681681
.fluidTemp(1712)
682682
.build();
@@ -713,7 +713,7 @@ public static void register() {
713713
.color(0x504046).iconSet(METALLIC)
714714
.flags(EXT_METAL, GENERATE_FINE_WIRE, GENERATE_SPRING, GENERATE_SPRING_SMALL, GENERATE_FOIL, GENERATE_BOLT_SCREW)
715715
.components(Yttrium, 1, Barium, 2, Copper, 3, Oxygen, 7)
716-
.cableProperties(GTValues.V[8], 4, 4)
716+
.cableProperties(V[UV], 4, 4)
717717
.blastTemp(4500, GasTier.HIGH) // todo redo this EBF process
718718
.fluidTemp(1799)
719719
.build();
@@ -751,7 +751,7 @@ public static void register() {
751751
.color(0x808080).iconSet(SHINY)
752752
.flags(DISABLE_DECOMPOSITION)
753753
.components(Carbon, 1)
754-
.cableProperties(GTValues.V[5], 1, 1)
754+
.cableProperties(V[IV], 1, 1)
755755
.build();
756756

757757
TungsticAcid = new Material.Builder(343, gregtechId("tungstic_acid"))

src/main/java/gregtech/api/unification/material/materials/HigherDegreeMaterials.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public static void register() {
8888
.flags(EXT2_METAL, GENERATE_SMALL_GEAR, GENERATE_FRAME, GENERATE_SPRING, GENERATE_FINE_WIRE, GENERATE_FOIL, GENERATE_GEAR)
8989
.components(TungstenSteel, 5, Chrome, 1, Molybdenum, 2, Vanadium, 1)
9090
.rotorStats(10.0f, 5.5f, 4000)
91-
.cableProperties(GTValues.V[6], 4, 2)
91+
.cableProperties(V[LuV], 4, 2)
9292
.blastTemp(4200, GasTier.MID, VA[EV], 1300)
9393
.build();
9494

@@ -97,7 +97,7 @@ public static void register() {
9797
.color(0xC80000)
9898
.flags(STD_METAL, GENERATE_FINE_WIRE, GENERATE_BOLT_SCREW, DISABLE_DECOMPOSITION)
9999
.components(Copper, 1, Redstone, 4)
100-
.cableProperties(GTValues.V[0], 1, 0)
100+
.cableProperties(V[ULV], 1, 0)
101101
.fluidTemp(1400)
102102
.build();
103103

src/main/java/gregtech/api/unification/material/materials/SecondDegreeMaterials.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public static void register() {
9696
.color(0x646464).iconSet(METALLIC)
9797
.flags(EXT_METAL, GENERATE_FINE_WIRE, GENERATE_GEAR, GENERATE_FRAME)
9898
.components(Nickel, 1, BlackBronze, 1, Steel, 3)
99-
.cableProperties(GTValues.V[4], 3, 2)
99+
.cableProperties(V[EV], 3, 2)
100100
.blastTemp(1200, GasTier.LOW)
101101
.build();
102102

@@ -122,7 +122,7 @@ public static void register() {
122122
.enchantability(14).build())
123123
.rotorStats(8.0f, 4.0f, 2560)
124124
.fluidPipeProperties(3587, 225, true)
125-
.cableProperties(GTValues.V[5], 3, 2)
125+
.cableProperties(V[IV], 3, 2)
126126
.blastTemp(3000, GasTier.MID, GTValues.VA[EV], 1000)
127127
.build();
128128

@@ -327,7 +327,7 @@ public static void register() {
327327
.toolStats(ToolProperty.Builder.of(40.0F, 12.0F, 3072, 5)
328328
.attackSpeed(0.3F).enchantability(33).magnetic().build())
329329
.rotorStats(8.0f, 5.0f, 5120)
330-
.cableProperties(GTValues.V[8], 2, 4)
330+
.cableProperties(V[UV], 2, 4)
331331
.blastTemp(7200, GasTier.HIGH, VA[LuV], 1000)
332332
.build();
333333

src/main/java/gregtech/common/blocks/BlockMachineCasing.java

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
import javax.annotation.ParametersAreNonnullByDefault;
2020
import java.util.Locale;
2121

22+
import static gregtech.api.GTValues.VOLTAGE_NAMES;
23+
2224
@ParametersAreNonnullByDefault
2325
public class BlockMachineCasing extends VariantBlock<BlockMachineCasing.MachineCasingType> {
2426

@@ -49,21 +51,21 @@ public void getSubBlocks(CreativeTabs tab, NonNullList<ItemStack> list) {
4951
public enum MachineCasingType implements IStringSerializable {
5052

5153
//Voltage-tiered casings
52-
ULV(makeName(GTValues.VOLTAGE_NAMES[0])),
53-
LV(makeName(GTValues.VOLTAGE_NAMES[1])),
54-
MV(makeName(GTValues.VOLTAGE_NAMES[2])),
55-
HV(makeName(GTValues.VOLTAGE_NAMES[3])),
56-
EV(makeName(GTValues.VOLTAGE_NAMES[4])),
57-
IV(makeName(GTValues.VOLTAGE_NAMES[5])),
58-
LuV(makeName(GTValues.VOLTAGE_NAMES[6])),
59-
ZPM(makeName(GTValues.VOLTAGE_NAMES[7])),
60-
UV(makeName(GTValues.VOLTAGE_NAMES[8])),
61-
UHV(makeName(GTValues.VOLTAGE_NAMES[9])),
62-
UEV(makeName(GTValues.VOLTAGE_NAMES[10])),
63-
UIV(makeName(GTValues.VOLTAGE_NAMES[11])),
64-
UXV(makeName(GTValues.VOLTAGE_NAMES[12])),
65-
OpV(makeName(GTValues.VOLTAGE_NAMES[13])),
66-
MAX(makeName(GTValues.VOLTAGE_NAMES[14]));
54+
ULV(makeName(VOLTAGE_NAMES[GTValues.ULV])),
55+
LV(makeName(VOLTAGE_NAMES[GTValues.LV])),
56+
MV(makeName(VOLTAGE_NAMES[GTValues.MV])),
57+
HV(makeName(VOLTAGE_NAMES[GTValues.HV])),
58+
EV(makeName(VOLTAGE_NAMES[GTValues.EV])),
59+
IV(makeName(VOLTAGE_NAMES[GTValues.IV])),
60+
LuV(makeName(VOLTAGE_NAMES[GTValues.LuV])),
61+
ZPM(makeName(VOLTAGE_NAMES[GTValues.ZPM])),
62+
UV(makeName(VOLTAGE_NAMES[GTValues.UV])),
63+
UHV(makeName(VOLTAGE_NAMES[GTValues.UHV])),
64+
UEV(makeName(VOLTAGE_NAMES[GTValues.UEV])),
65+
UIV(makeName(VOLTAGE_NAMES[GTValues.UIV])),
66+
UXV(makeName(VOLTAGE_NAMES[GTValues.UXV])),
67+
OpV(makeName(VOLTAGE_NAMES[GTValues.OpV])),
68+
MAX(makeName(VOLTAGE_NAMES[GTValues.MAX]));
6769

6870
private final String name;
6971

src/main/java/gregtech/common/covers/CoverBehaviors.java

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
import javax.annotation.Nonnull;
2424
import java.util.function.BiFunction;
2525

26+
import static gregtech.api.GTValues.*;
2627
import static gregtech.api.util.GTUtility.gregtechId;
2728

2829
public class CoverBehaviors {
@@ -55,15 +56,15 @@ public static void init() {
5556
registerBehavior(gregtechId("shutter"), MetaItems.COVER_SHUTTER, CoverShutter::new);
5657

5758
registerBehavior(gregtechId("solar_panel.basic"), MetaItems.COVER_SOLAR_PANEL, (tile, side) -> new CoverSolarPanel(tile, side, 1));
58-
registerBehavior(gregtechId("solar_panel.ulv"), MetaItems.COVER_SOLAR_PANEL_ULV, (tile, side) -> new CoverSolarPanel(tile, side, GTValues.V[0]));
59-
registerBehavior(gregtechId("solar_panel.lv"), MetaItems.COVER_SOLAR_PANEL_LV, (tile, side) -> new CoverSolarPanel(tile, side, GTValues.V[1]));
60-
registerBehavior(gregtechId("solar_panel.mv"), MetaItems.COVER_SOLAR_PANEL_MV, (tile, side) -> new CoverSolarPanel(tile, side, GTValues.V[2]));
61-
registerBehavior(gregtechId("solar_panel.hv"), MetaItems.COVER_SOLAR_PANEL_HV, (tile, side) -> new CoverSolarPanel(tile, side, GTValues.V[3]));
62-
registerBehavior(gregtechId("solar_panel.ev"), MetaItems.COVER_SOLAR_PANEL_EV, (tile, side) -> new CoverSolarPanel(tile, side, GTValues.V[4]));
63-
registerBehavior(gregtechId("solar_panel.iv"), MetaItems.COVER_SOLAR_PANEL_IV, (tile, side) -> new CoverSolarPanel(tile, side, GTValues.V[5]));
64-
registerBehavior(gregtechId("solar_panel.luv"), MetaItems.COVER_SOLAR_PANEL_LUV, (tile, side) -> new CoverSolarPanel(tile, side, GTValues.V[6]));
65-
registerBehavior(gregtechId("solar_panel.zpm"), MetaItems.COVER_SOLAR_PANEL_ZPM, (tile, side) -> new CoverSolarPanel(tile, side, GTValues.V[7]));
66-
registerBehavior(gregtechId("solar_panel.uv"), MetaItems.COVER_SOLAR_PANEL_UV, (tile, side) -> new CoverSolarPanel(tile, side, GTValues.V[8]));
59+
registerBehavior(gregtechId("solar_panel.ulv"), MetaItems.COVER_SOLAR_PANEL_ULV, (tile, side) -> new CoverSolarPanel(tile, side, V[ULV]));
60+
registerBehavior(gregtechId("solar_panel.lv"), MetaItems.COVER_SOLAR_PANEL_LV, (tile, side) -> new CoverSolarPanel(tile, side, V[LV]));
61+
registerBehavior(gregtechId("solar_panel.mv"), MetaItems.COVER_SOLAR_PANEL_MV, (tile, side) -> new CoverSolarPanel(tile, side, V[MV]));
62+
registerBehavior(gregtechId("solar_panel.hv"), MetaItems.COVER_SOLAR_PANEL_HV, (tile, side) -> new CoverSolarPanel(tile, side, V[HV]));
63+
registerBehavior(gregtechId("solar_panel.ev"), MetaItems.COVER_SOLAR_PANEL_EV, (tile, side) -> new CoverSolarPanel(tile, side, V[EV]));
64+
registerBehavior(gregtechId("solar_panel.iv"), MetaItems.COVER_SOLAR_PANEL_IV, (tile, side) -> new CoverSolarPanel(tile, side, V[IV]));
65+
registerBehavior(gregtechId("solar_panel.luv"), MetaItems.COVER_SOLAR_PANEL_LUV, (tile, side) -> new CoverSolarPanel(tile, side, V[LuV]));
66+
registerBehavior(gregtechId("solar_panel.zpm"), MetaItems.COVER_SOLAR_PANEL_ZPM, (tile, side) -> new CoverSolarPanel(tile, side, V[ZPM]));
67+
registerBehavior(gregtechId("solar_panel.uv"), MetaItems.COVER_SOLAR_PANEL_UV, (tile, side) -> new CoverSolarPanel(tile, side, V[UV]));
6768

6869
registerBehavior(gregtechId("machine_controller"), MetaItems.COVER_MACHINE_CONTROLLER, CoverMachineController::new);
6970
registerBehavior(gregtechId("smart_filter"), MetaItems.SMART_FILTER, (tile, side) -> new CoverItemFilter(tile, side, "cover.smart_item_filter.title", Textures.SMART_FILTER_FILTER_OVERLAY, new SmartItemFilter()));

0 commit comments

Comments
 (0)