Start work on json exporter

This commit is contained in:
modmuss50 2016-04-24 17:24:30 +01:00
parent 92741698f4
commit f33f98690d
5 changed files with 195 additions and 6 deletions

View file

@ -14,6 +14,7 @@ import techreborn.init.ModBlocks;
import techreborn.init.ModItems;
import techreborn.items.ItemParts;
import techreborn.items.ItemPlates;
import techreborn.manual.loader.ManualLoader;
import techreborn.manual.pages.*;
import java.io.IOException;
@ -33,7 +34,8 @@ public class GuiManual extends GuiScreen
{
this.xSize = 200;
this.ySize = 180;
root = createRoot();
// root = createRoot();
root = ManualLoader.getPages();
}
protected PageCollection createRoot()