mirror of
https://gitflic.ru/project/lax1dude/eaglercraft-1_8.git
synced 2025-07-20 04:21:15 -09:00
24 lines
421 B
Java
24 lines
421 B
Java
|
|
# Eagler Context Redacted Diff
|
|
# Copyright (c) 2022 lax1dude. All rights reserved.
|
|
|
|
# Version: 1.0
|
|
# Author: lax1dude
|
|
|
|
> CHANGE 3 : 4 @ 3 : 4
|
|
|
|
~
|
|
|
|
> CHANGE 12 : 13 @ 12 : 14
|
|
|
|
~ public static PropertyEnum<BlockSandStone.EnumType> TYPE;
|
|
|
|
> INSERT 7 : 11 @ 7
|
|
|
|
+ public static void bootstrapStates() {
|
|
+ TYPE = PropertyEnum.<BlockSandStone.EnumType>create("type", BlockSandStone.EnumType.class);
|
|
+ }
|
|
+
|
|
|
|
> EOF
|