eaglercraft-1.8/patches/minecraft/net/minecraft/potion/Potion.edit.java

32 lines
592 B
Java
Raw Normal View History

2022-12-25 11:12:28 +02:00
# Eagler Context Redacted Diff
2023-01-04 08:25:02 +02:00
# Copyright (c) 2023 lax1dude. All rights reserved.
2022-12-25 11:12:28 +02:00
# Version: 1.0
# Author: lax1dude
> DELETE 2 @ 2 : 3
> DELETE 1 @ 1 : 3
2022-12-25 11:12:28 +02:00
> INSERT 1 : 6 @ 1
2022-12-25 11:12:28 +02:00
+ import java.util.Set;
+ import net.lax1dude.eaglercraft.v1_8.EaglercraftUUID;
+
+ import com.google.common.collect.Maps;
+
> DELETE 8 @ 8 : 13
2022-12-25 11:12:28 +02:00
> CHANGE 123 : 124 @ 123 : 126
2022-12-25 11:12:28 +02:00
~ // multiplayer only
> CHANGE 101 : 103 @ 101 : 103
2022-12-25 11:12:28 +02:00
~ AttributeModifier attributemodifier = new AttributeModifier(EaglercraftUUID.fromString(parString1),
~ this.getName(), parDouble1, parInt1);
> EOF