Files
Eaglercraft-1.8/patches/minecraft/net/minecraft/stats/StatList.edit.java

25 lines
411 B
Java

# Eagler Context Redacted Diff
# Copyright (c) 2024 lax1dude. All rights reserved.
# Version: 1.0
# Author: lax1dude
> DELETE 2 @ 2 : 5
> INSERT 3 : 8 @ 3
+
+ import com.google.common.collect.Lists;
+ import com.google.common.collect.Maps;
+ import com.google.common.collect.Sets;
+
> DELETE 9 @ 9 : 13
> CHANGE 146 : 147 @ 146 : 147
~ for (Item item : (HashSet<Item>) hashset) {
> EOF