Skip to content

Commit ef1dbd1

Browse files
Release version v1.1.0
1 parent 6e4890b commit ef1dbd1

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

CHANGELOG.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v1.1.0
2+
* Reduce milk flask drink time from 16 ticks to 12
3+
14
# v1.0.1
25
* Fix algorithm choosing the random potion effect being completely wrong
36
* Change mod logo margins to look better on most resolution

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle'
1313
apply plugin: 'eclipse'
1414
apply plugin: 'maven-publish'
1515

16-
version = '1.0.1'
16+
version = '1.1.0'
1717
group = 'coffeenotfound.milkflasks' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1818
archivesBaseName = 'milkflasks'
1919

dist/1.14.4/milkflasks-1.1.0.jar

171 KB
Binary file not shown.

src/main/resources/META-INF/mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ loaderVersion = "[28,)" #mandatory (28 is current forge version)
1616
modId = "milkflasks" #mandatory
1717

1818
# The version number of the mod - there's a few well known ${} variables useable here or just hardcode it
19-
version = "1.0.1" #mandatory
19+
version = "1.1.0" #mandatory
2020

2121
# A display name for the mod
2222
displayName = "Milk Flasks" #mandatory

0 commit comments

Comments
 (0)