Made ECR diffs more preview-friendly in future commits

This commit is contained in:
LAX1DUDE
2022-12-29 22:10:05 -08:00
parent 3d6bbb672c
commit 67a922d528
701 changed files with 3835 additions and 3747 deletions

View File

@ -10,18 +10,18 @@
~ import net.lax1dude.eaglercraft.v1_8.EaglercraftRandom;
~
> CHANGE 23 : 24 @ 24 : 26
> CHANGE 20 : 21 @ 21 : 23
~ public static PropertyEnum<BlockStoneSlabNew.EnumType> VARIANT;
> INSERT 38 : 42 @ 40
> INSERT 15 : 19 @ 16
+ public static void bootstrapStates() {
+ VARIANT = PropertyEnum.<BlockStoneSlabNew.EnumType>create("variant", BlockStoneSlabNew.EnumType.class);
+ }
+
> CHANGE 46 : 47 @ 44 : 45
> CHANGE 8 : 9 @ 4 : 5
~ public Item getItemDropped(IBlockState var1, EaglercraftRandom var2, int var3) {