mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r28!
This commit is contained in:
parent
e267d0110d
commit
9696897c7b
3 changed files with 6 additions and 2 deletions
|
@ -12,7 +12,7 @@ buildscript {
|
||||||
}
|
}
|
||||||
apply plugin: 'net.minecraftforge.gradle.forge'
|
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||||
|
|
||||||
version = "1.9-r27"
|
version = "1.9-r28"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
# 1.9-r28
|
||||||
|
* Fixed a crash when trying to fill a bucket
|
||||||
|
##### Because it was pretty much gamebreaking.
|
||||||
|
|
||||||
# 1.9-r27
|
# 1.9-r27
|
||||||
### Yes, really. This update pushes the mod's version to 1.9, however it probably is very unstable. There is a few notable bugs and things missing, but I wanted to push this version because a lot of people wanted it.
|
### Yes, really. This update pushes the mod's version to 1.9, however it probably is very unstable. There is a few notable bugs and things missing, but I wanted to push this version because a lot of people wanted it.
|
||||||
## If you encounter any bugs, please post them on the Issue Tracker here: https://github.com/Ellpeck/ActuallyAdditions/issues
|
## If you encounter any bugs, please post them on the Issue Tracker here: https://github.com/Ellpeck/ActuallyAdditions/issues
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
1.7.10=21
|
1.7.10=21
|
||||||
1.8.9=26
|
1.8.9=26
|
||||||
1.9=27
|
1.9=28
|
Loading…
Reference in a new issue