This commit is contained in:
Ellpeck 2016-04-20 21:54:59 +02:00
parent 08ea43e70d
commit 3cd7512ed6
4 changed files with 11 additions and 2 deletions

View file

@ -12,7 +12,7 @@ buildscript {
}
apply plugin: 'net.minecraftforge.gradle.forge'
version = "1.8.9-r26"
version = "1.9-r27"
group = "de.ellpeck.actuallyadditions"
archivesBaseName = "ActuallyAdditions"
@ -42,7 +42,7 @@ dependencies {
//compile "codechicken:CodeChickenCore:1.8-1.0.5.36:dev"
//compile "codechicken:NotEnoughItems:1.8-1.0.5.104:dev"
//deobfCompile "mezz.jei:jei_1.8.9:2.28.6.173"
deobfCompile "mezz.jei:jei_1.9:3.2.11.186"
}
processResources {

View file

@ -43,6 +43,7 @@ public class HudEvent{
profiler.startSection(ModUtil.MOD_ID+"Hud");
//TODO Fix this not working because stack is always null for some reason
if(stack != null){
if(stack.getItem() instanceof IHudDisplay){
profiler.startSection("ItemHudDisplay");

View file

@ -1,3 +1,10 @@
# 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.
## If you encounter any bugs, please post them on the Issue Tracker here: https://github.com/Ellpeck/ActuallyAdditions/issues
* Updated the Mod to 1.9
* Did some other stuff
* All of the items, when holding them in your hands, also look like shields right now. I couldn't be bothered to change the JSONs yet, so you'll have to live with it.
# 1.8.9-r26
### This update was done by canitzp. As I started to work on another mod and I'm not really interested in Actually Additions anymore, this will now be a common feature. If something breaks with an update, call him. Not me. Thanks.
* Made the knife not repairable

View file

@ -1,2 +1,3 @@
1.7.10=21
1.8.9=26
1.9=27