Skip to content

Commit

Permalink
Fix a few advancements
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan19 committed Nov 28, 2019
1 parent 16d97e2 commit 679d56d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'

version = '0.4.3'
version = '0.4.4'
group = 'com.alan199921.astral' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'astral'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"brew_strong_astral_potion": {
"trigger": "minecraft:brewed_potion",
"conditions": {
"potion": "astral:strong_astral_travel"
"potion": "astral:strong_astral_travel_potion"
}
}
},
Expand All @@ -18,5 +18,8 @@
"item": "minecraft:potion"
}
},
"parent": "astral:craft_travelling_medicine"
"parent": "astral:craft_travelling_medicine",
"rewards": {
"function": "astral:give_key"
}
}

0 comments on commit 679d56d

Please sign in to comment.