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,13 +10,13 @@
~ import net.lax1dude.eaglercraft.v1_8.EaglercraftRandom;
~
> DELETE 11 @ 13 : 14
> DELETE 8 @ 10 : 11
> CHANGE 19 : 20 @ 22 : 24
> CHANGE 8 : 9 @ 9 : 11
~ public static PropertyEnum<BlockSilverfish.EnumType> VARIANT;
> CHANGE 28 : 33 @ 32 : 33
> CHANGE 9 : 14 @ 10 : 11
~ public static void bootstrapStates() {
~ VARIANT = PropertyEnum.<BlockSilverfish.EnumType>create("variant", BlockSilverfish.EnumType.class);
@ -24,6 +24,6 @@
~
~ public int quantityDropped(EaglercraftRandom var1) {
> DELETE 59 @ 59 : 70
> DELETE 31 @ 27 : 38
> EOF