Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
- Added Potion extensions (Thanks zabi94 for letting me use your code)
- Added Enchantment extensions (Again, thanks zabi94 for helping me with the ASM I needed to accomplish this without ripping hair out)
- Updated mappings to stable_39
- Idk, that's about it really
  • Loading branch information
ZombieHDGaming committed Oct 7, 2018
1 parent f400c9a commit c206093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
def travisBuildNumber = System.getenv("TRAVIS_BUILD_NUMBER")
def versionSuffix = travisBuildNumber != null ? travisBuildNumber : "SNAPSHOT"

version "1.0.1-$versionSuffix"
version "1.0.2-$versionSuffix"
group "org.dimdev.jeid"
archivesBaseName = "JustEnoughIDs"

Expand Down
4 changes: 1 addition & 3 deletions src/main/resources/META-INF/jeid_at.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
# Enchantment IDs
public net.minecraft.enchantment.EnchantmentHelper$IModifier
public net.minecraft.item.Item field_111210_e #ATTACK_DAMAGE_MODIFIER
public net.minecraft.item.Item field_185050_h #ATTACK_SPEED_MODIFIER
public net.minecraft.enchantment.EnchantmentHelper$IModifier

0 comments on commit c206093

Please sign in to comment.