mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-15 11:53:43 +01:00
parent
fb46a8b59a
commit
730078f76a
1 changed files with 2 additions and 2 deletions
|
@ -562,8 +562,8 @@ public class AllBlocks {
|
||||||
.transform(BuilderTransformers.valveHandle(null))
|
.transform(BuilderTransformers.valveHandle(null))
|
||||||
.register();
|
.register();
|
||||||
|
|
||||||
public static final BlockEntry<?>[] DYED_VALVE_HANDLES = new BlockEntry<?>[DyeColor.values().length];
|
public static final BlockEntry<ValveHandleBlock>[] DYED_VALVE_HANDLES = new BlockEntry[DyeColor.values().length];
|
||||||
|
|
||||||
static {
|
static {
|
||||||
for (DyeColor colour : DyeColor.values()) {
|
for (DyeColor colour : DyeColor.values()) {
|
||||||
String colourName = colour.getName();
|
String colourName = colour.getName();
|
||||||
|
|
Loading…
Reference in a new issue