mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r27!
This commit is contained in:
parent
08ea43e70d
commit
3cd7512ed6
4 changed files with 11 additions and 2 deletions
|
@ -12,7 +12,7 @@ buildscript {
|
||||||
}
|
}
|
||||||
apply plugin: 'net.minecraftforge.gradle.forge'
|
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||||
|
|
||||||
version = "1.8.9-r26"
|
version = "1.9-r27"
|
||||||
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.28.6.173"
|
deobfCompile "mezz.jei:jei_1.9:3.2.11.186"
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
|
|
|
@ -43,6 +43,7 @@ public class HudEvent{
|
||||||
|
|
||||||
profiler.startSection(ModUtil.MOD_ID+"Hud");
|
profiler.startSection(ModUtil.MOD_ID+"Hud");
|
||||||
|
|
||||||
|
//TODO Fix this not working because stack is always null for some reason
|
||||||
if(stack != null){
|
if(stack != null){
|
||||||
if(stack.getItem() instanceof IHudDisplay){
|
if(stack.getItem() instanceof IHudDisplay){
|
||||||
profiler.startSection("ItemHudDisplay");
|
profiler.startSection("ItemHudDisplay");
|
||||||
|
|
|
@ -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
|
# 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.
|
### 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
|
* Made the knife not repairable
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
1.7.10=21
|
1.7.10=21
|
||||||
1.8.9=26
|
1.8.9=26
|
||||||
|
1.9=27
|
Loading…
Reference in a new issue