Skip to content

Commit

Permalink
Add mcmod.info
Browse files Browse the repository at this point in the history
  • Loading branch information
mDiyo committed Sep 1, 2013
1 parent 0b92625 commit aa8ea3a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions 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": [
]
}
]
1 change: 1 addition & 0 deletions tconstruct/client/TClientTickHandler.java
Expand Up @@ -26,6 +26,7 @@ public void tickEnd (EnumSet<TickType> type, Object... tickData)
TContent.oreBerry.setGraphicsLevel(Block.leaves.graphicsLevel);
TContent.oreBerrySecond.setGraphicsLevel(Block.leaves.graphicsLevel);
TContent.slimeLeaves.setGraphicsLevel(Block.leaves.graphicsLevel);


/*if (PHConstruct.alphaHunger)
{
Expand Down

0 comments on commit aa8ea3a

Please sign in to comment.