Files
Eaglercraft-1.8/patches/minecraft/net/minecraft/client/renderer/block/statemap/StateMap.edit.java
2025-01-24 20:38:54 -08:00

32 lines
622 B
Java

# Eagler Context Redacted Diff
# Copyright (c) 2025 lax1dude. All rights reserved.
# Version: 1.0
# Author: lax1dude
> DELETE 2 @ 2 : 4
> INSERT 3 : 7 @ 3
+
+ import com.google.common.collect.Lists;
+ import com.google.common.collect.Maps;
+
> DELETE 3 @ 3 : 4
> CHANGE 15 : 16 @ 15 : 16
~ LinkedHashMap<IProperty, Comparable> linkedhashmap = Maps.newLinkedHashMap(iblockstate.getProperties());
> CHANGE 4 : 5 @ 4 : 5
~ s = this.name.getName(linkedhashmap.remove(this.name));
> CHANGE 10 : 11 @ 10 : 11
~ return new ModelResourceLocation(s, getPropertyString(linkedhashmap));
> EOF