Made future ECR diff commits even more preview friendly

This commit is contained in:
LAX1DUDE
2022-12-30 03:58:10 -08:00
parent 2f42cc9fb6
commit 7759d27cc2
699 changed files with 3755 additions and 3753 deletions

View File

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