Skip to content

Commit

Permalink
apply 1.6 fix to smeltery book page overrun
Browse files Browse the repository at this point in the history
  • Loading branch information
progwml6 committed Mar 15, 2014
1 parent 92576f9 commit aa8d70d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions resources/assets/tinker/manuals/smeltery.xml
Expand Up @@ -52,9 +52,11 @@ The main structure for melting metals is called the Smeltery. It is larger than

* Drains function as input/output for the tank. If you need to get liquids back into the structure, simply pour them into a drain.

* Ores naturally have more material than processed versions, such as ingots. The Smeltery will preserve the full value of the ores - roughly twice as much as a regular furnace would provide.
* Ores naturally have more material than processed versions, such as ingots. The Smeltery will preserve the full value of the ores - roughly twice as much as a regular furnace would provide.</text>
</page>

* Mixing two or more metals in the Smeltery may result in an alloy. The process happens automatically.
<page type="text">
<text>* Mixing two or more metals in the Smeltery may result in an alloy. The process happens automatically.

* If you need more space to process metal, add more layers.

Expand Down Expand Up @@ -291,4 +293,4 @@ Part casts must be created by pouring metal around existing parts, like a pickax
</page>


</book>
</book>
Expand Up @@ -23,6 +23,7 @@ private PropertyManager()
{
} // Singleton

//TODO 1.8 rename to TCorestruct.cfg
public static final String propFileName = "TConPreloader.cfg";

private static String[] vars = new String[] { "preloaderContainer_verboseLog", "asmInterfaceRepair_verboseLog" };
Expand Down

0 comments on commit aa8d70d

Please sign in to comment.