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

@ -7,20 +7,20 @@
> DELETE 2 @ 2 : 4
> INSERT 5 : 9 @ 7
> INSERT 3 : 7 @ 5
+
+ import com.google.common.collect.Lists;
+ import com.google.common.collect.Maps;
+
> DELETE 12 @ 10 : 11
> DELETE 7 @ 3 : 4
> CHANGE 27 : 28 @ 26 : 27
> CHANGE 15 : 16 @ 16 : 17
~ LinkedHashMap<IProperty, Comparable> linkedhashmap = Maps.newLinkedHashMap(iblockstate.getProperties());
> CHANGE 32 : 33 @ 31 : 32
> CHANGE 5 : 6 @ 5 : 6
~ s = this.name.getName(linkedhashmap.remove(this.name));