mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-28 10:58:15 -05:00
Made future ECR diff commits even more preview friendly
This commit is contained in:
@ -9,11 +9,11 @@
|
||||
|
||||
~
|
||||
|
||||
> CHANGE 18 : 19 @ 18 : 20
|
||||
> CHANGE 17 : 18 @ 17 : 19
|
||||
|
||||
~ public static PropertyEnum<BlockDirt.DirtType> VARIANT;
|
||||
|
||||
> INSERT 10 : 14 @ 11
|
||||
> INSERT 9 : 13 @ 9
|
||||
|
||||
+ public static void bootstrapStates() {
|
||||
+ VARIANT = PropertyEnum.<BlockDirt.DirtType>create("variant", BlockDirt.DirtType.class);
|
||||
|
Reference in New Issue
Block a user