Skip to content

Commit

Permalink
Move part of book code to mantle
Browse files Browse the repository at this point in the history
  • Loading branch information
progwml6 committed Dec 14, 2013
1 parent f8450e4 commit 3e4302c
Show file tree
Hide file tree
Showing 18 changed files with 175 additions and 858 deletions.
2 changes: 1 addition & 1 deletion build.properties
@@ -1,6 +1,6 @@
minecraft_version=1.6.4
forge_version=9.11.1.964
mantle_version=caa5f6
mantle_version=05fabd
FMP_version=1.0.0.211
CCLIB_version=1.0.0.44
NEI_version=1.6.1.8
332 changes: 158 additions & 174 deletions src/main/java/tconstruct/client/TProxyClient.java

Large diffs are not rendered by default.

193 changes: 0 additions & 193 deletions src/main/java/tconstruct/client/gui/GuiManual.java

This file was deleted.

18 changes: 0 additions & 18 deletions src/main/java/tconstruct/client/pages/BlankPage.java

This file was deleted.

4 changes: 3 additions & 1 deletion src/main/java/tconstruct/client/pages/BlockCastPage.java
@@ -1,5 +1,7 @@
package tconstruct.client.pages;

import mantle.client.pages.BookPage;
import mantle.lib.client.MantleClientRegistry;
import net.minecraft.client.renderer.RenderHelper;
import net.minecraft.item.ItemStack;
import net.minecraft.util.ResourceLocation;
Expand All @@ -25,7 +27,7 @@ public void readPageFromXML (Element element)

nodes = element.getElementsByTagName("recipe");
if (nodes != null)
icons = TConstructClientRegistry.getRecipeIcons(nodes.item(0).getTextContent());
icons = MantleClientRegistry.getRecipeIcons(nodes.item(0).getTextContent());
}

@Override
Expand Down
25 changes: 0 additions & 25 deletions src/main/java/tconstruct/client/pages/BookPage.java

This file was deleted.

57 changes: 0 additions & 57 deletions src/main/java/tconstruct/client/pages/ContentsTablePage.java

This file was deleted.

0 comments on commit 3e4302c

Please sign in to comment.