mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-15 23:13:40 +01:00
parent
fb46a8b59a
commit
730078f76a
1 changed files with 2 additions and 2 deletions
|
@ -562,7 +562,7 @@ public class AllBlocks {
|
|||
.transform(BuilderTransformers.valveHandle(null))
|
||||
.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 {
|
||||
for (DyeColor colour : DyeColor.values()) {
|
||||
|
|
Loading…
Reference in a new issue