Skip to content

Commit

Permalink
Another positioning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaxbeard committed Jan 6, 2014
1 parent 59731a3 commit 00b75e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public static void initResearch() {

//Misc
if (Loader.isModLoaded("ThaumicTinkerer")) {
research = new TXResearchItem("URN", "ARTIFICE", new AspectList().add(Aspect.MAGIC, 1).add(Aspect.VOID, 1).add(Aspect.WATER, 2), -6,3 , 7, new ItemStack(ThaumicExploration.everfullUrn)).setParents("INFUSION").setParentsHidden("ARCANEEAR").setConcealed().registerResearchItem();
research = new TXResearchItem("URN", "ARTIFICE", new AspectList().add(Aspect.MAGIC, 1).add(Aspect.VOID, 1).add(Aspect.WATER, 2), -7,9 , 7, new ItemStack(ThaumicExploration.everfullUrn)).setParents("INFUSION").setParentsHidden("ARCANEEAR").setConcealed().registerResearchItem();
research.setPages(new ResearchPage("1"), infusionPage("URN") );
}
else
Expand Down

0 comments on commit 00b75e2

Please sign in to comment.