From 3cd7512ed6df4391e13a5521602fe9b28d8a2020 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 20 Apr 2016 21:54:59 +0200 Subject: [PATCH] r27! --- build.gradle | 4 ++-- .../de/ellpeck/actuallyadditions/mod/event/HudEvent.java | 1 + update/changelog.md | 7 +++++++ update/updateVersions.properties | 1 + 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 57680b5c2..882e7317c 100644 --- a/build.gradle +++ b/build.gradle @@ -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 { diff --git a/src/main/java/de/ellpeck/actuallyadditions/mod/event/HudEvent.java b/src/main/java/de/ellpeck/actuallyadditions/mod/event/HudEvent.java index 508a709f1..4173ddbb8 100644 --- a/src/main/java/de/ellpeck/actuallyadditions/mod/event/HudEvent.java +++ b/src/main/java/de/ellpeck/actuallyadditions/mod/event/HudEvent.java @@ -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"); diff --git a/update/changelog.md b/update/changelog.md index 0d20ad61b..57cec9ea0 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -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 diff --git a/update/updateVersions.properties b/update/updateVersions.properties index aa1671fde..c67d1bf1e 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -1,2 +1,3 @@ 1.7.10=21 1.8.9=26 +1.9=27 \ No newline at end of file