EaglerForge/patches/minecraft/net/minecraft/potion/Potion.edit.java

28 lines
531 B
Java

# Eagler Context Redacted Diff
# Copyright (c) 2024 lax1dude. All rights reserved.
# Version: 1.0
# Author: lax1dude
> DELETE 2 @ 2 : 3
> DELETE 1 @ 1 : 3
> INSERT 1 : 6 @ 1
+ import java.util.Set;
+ import net.lax1dude.eaglercraft.v1_8.EaglercraftUUID;
+
+ import com.google.common.collect.Maps;
+
> DELETE 8 @ 8 : 13
> CHANGE 227 : 229 @ 227 : 229
~ AttributeModifier attributemodifier = new AttributeModifier(EaglercraftUUID.fromString(parString1),
~ this.getName(), parDouble1, parInt1);
> EOF