From aa8ea3a9691af8a8542b141080ae7e557cb708cb Mon Sep 17 00:00:00 2001 From: mDiyo Date: Sun, 1 Sep 2013 03:40:08 -0700 Subject: [PATCH] Add mcmod.info --- mcmod.info | 20 ++++++++++++++++++++ tconstruct/client/TClientTickHandler.java | 1 + 2 files changed, 21 insertions(+) create mode 100644 mcmod.info diff --git a/mcmod.info b/mcmod.info new file mode 100644 index 00000000000..43ec2214c06 --- /dev/null +++ b/mcmod.info @@ -0,0 +1,20 @@ +[ +{ + "modid": "TConstruct", + "name": "Tinkers' Construct", + "description": "A little of this, a little of that, a lot of tinkering, and a lot of tools", + "version": "1.4", + "mcversion": "1.6.2", + "url": "http://www.minecraftforum.net/topic/1659892-tinkers-construct", + "updateUrl": "", + "authors": [ + "mDiyo", "fuj1n" + ], + "logoFile": "", + "screenshots": [ + ], + "parent":"", + "dependencies": [ + ] +} +] diff --git a/tconstruct/client/TClientTickHandler.java b/tconstruct/client/TClientTickHandler.java index ca48390b7ba..e86793b57cf 100644 --- a/tconstruct/client/TClientTickHandler.java +++ b/tconstruct/client/TClientTickHandler.java @@ -26,6 +26,7 @@ public void tickEnd (EnumSet type, Object... tickData) TContent.oreBerry.setGraphicsLevel(Block.leaves.graphicsLevel); TContent.oreBerrySecond.setGraphicsLevel(Block.leaves.graphicsLevel); TContent.slimeLeaves.setGraphicsLevel(Block.leaves.graphicsLevel); + /*if (PHConstruct.alphaHunger) {