mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-12-14 04:58:46 +01:00
53 lines
1.2 KiB
Java
53 lines
1.2 KiB
Java
|
|
# Eagler Context Redacted Diff
|
|
# Copyright (c) 2025 lax1dude. All rights reserved.
|
|
|
|
# Version: 1.0
|
|
# Author: lax1dude
|
|
|
|
> DELETE 2 @ 2 : 3
|
|
|
|
> INSERT 3 : 7 @ 3
|
|
|
|
+
|
|
+ import com.google.common.collect.Maps;
|
|
+
|
|
+ import net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite;
|
|
|
|
> DELETE 45 @ 45 : 46
|
|
|
|
> CHANGE 21 : 22 @ 21 : 22
|
|
|
|
~ public EaglerTextureAtlasSprite getTexture(IBlockState state) {
|
|
|
|
> CHANGE 54 : 55 @ 54 : 55
|
|
|
|
~ this.bakedModelStore.put((IBlockState) entry.getKey(),
|
|
|
|
> CHANGE 157 : 158 @ 157 : 158
|
|
|
|
~ getPropertyString(linkedhashmap));
|
|
|
|
> CHANGE 11 : 12 @ 11 : 12
|
|
|
|
~ getPropertyString(linkedhashmap));
|
|
|
|
> CHANGE 5 : 6 @ 5 : 6
|
|
|
|
~ String s = BlockDirt.VARIANT.getName((BlockDirt.DirtType) linkedhashmap.remove(BlockDirt.VARIANT));
|
|
|
|
> CHANGE 4 : 5 @ 4 : 5
|
|
|
|
~ return new ModelResourceLocation(s, getPropertyString(linkedhashmap));
|
|
|
|
> CHANGE 5 : 7 @ 5 : 6
|
|
|
|
~ String s = BlockStoneSlab.VARIANT
|
|
~ .getName((BlockStoneSlab.EnumType) linkedhashmap.remove(BlockStoneSlab.VARIANT));
|
|
|
|
> CHANGE 9 : 10 @ 9 : 10
|
|
|
|
~ .getName((BlockStoneSlabNew.EnumType) linkedhashmap.remove(BlockStoneSlabNew.VARIANT));
|
|
|
|
> EOF
|