Skip to content

Commit

Permalink
Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
maxanier committed Jun 13, 2019
1 parent 04ba4a0 commit 0496a9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ major_version=1
minor_version=0
minecraft_version=1.12.2
forge_version=14.23.5.2768
vampirism_version=1.5.0-beta.1
vampirism_version=1.5.0

mca_version=5.3.1
radix_core_version=2.2.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.potion.PotionEffect;
import net.minecraft.util.math.MathHelper;
import net.minecraft.util.text.ITextComponent;
import net.minecraft.world.World;

import javax.annotation.Nonnull;
Expand Down Expand Up @@ -91,7 +92,6 @@ public void readEntityFromNBT(NBTTagCompound nbt) {

}


@Nonnull
@Override
public EnumStrength isGettingGarlicDamage(boolean forceRefresh) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public String getModID() {
@Nullable
@Override
public String getAcceptedVersionRange() {
return "[1.12.2-5.2.0,6.0.0)";
return "[1.12.2-5.2.0,1.12.2-5.4.0)";
}

@Override
Expand Down

0 comments on commit 0496a9b

Please sign in to comment.