mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r24!
This commit is contained in:
parent
5ca0fd53d3
commit
8990e8cb70
3 changed files with 16 additions and 3 deletions
|
@ -12,7 +12,7 @@ buildscript {
|
||||||
}
|
}
|
||||||
apply plugin: 'net.minecraftforge.gradle.forge'
|
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||||
|
|
||||||
version = "1.8.9-r23"
|
version = "1.8.9-r24"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ dependencies {
|
||||||
compile "codechicken:CodeChickenCore:1.8-1.0.5.36:dev"
|
compile "codechicken:CodeChickenCore:1.8-1.0.5.36:dev"
|
||||||
compile "codechicken:NotEnoughItems:1.8-1.0.5.104:dev"
|
compile "codechicken:NotEnoughItems:1.8-1.0.5.104:dev"
|
||||||
|
|
||||||
deobfCompile "mezz.jei:jei_1.8.9:2.18.1.88"
|
deobfCompile "mezz.jei:jei_1.8.9:2.19.0.93"
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
|
|
|
@ -1,3 +1,16 @@
|
||||||
|
# 1.8.9-r24
|
||||||
|
* Fixed texture names of quartz tools (ssblur)
|
||||||
|
* Added right-click harvest functionality to all crops. (ssblur)
|
||||||
|
* Made word count reload when reloading resources
|
||||||
|
* Fixed Lenses not syncing correctly on the server when converting items
|
||||||
|
* JEI Implementation for booklet, crusher, coffee machine and reconstructor
|
||||||
|
* Fixed the drill's 3x3 and 5x5 ming acting weird on servers
|
||||||
|
* red mushroom -> nether wart in Reconstructor
|
||||||
|
* Custom packet handler for 98.7% less stack traces when joining worlds
|
||||||
|
* [API] Removed INEIRecipeHandler
|
||||||
|
* [API] Removed IHudDisplay
|
||||||
|
* [API] Removed IEnergyDisplay
|
||||||
|
|
||||||
# 1.8.9-r23
|
# 1.8.9-r23
|
||||||
* Fixed a ginormous bug that screwed over crafting
|
* Fixed a ginormous bug that screwed over crafting
|
||||||
#### DON'T EXPECT EVERYTHING TO WORK PERFECTLY. Seriously, I break lots of stuff probably.
|
#### DON'T EXPECT EVERYTHING TO WORK PERFECTLY. Seriously, I break lots of stuff probably.
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
1.7.10=21
|
1.7.10=21
|
||||||
1.8.9=23
|
1.8.9=24
|
||||||
|
|
Loading…
Reference in a new issue