Advertisement
Guest User

ThaumCraft zPages

a guest
Sep 22nd, 2014
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. //Redone Research Pages
  2. mods.thaumcraft.Research.clearPages("GOLEMIRON");
  3. mods.thaumcraft.Research.addPage("GOLEMIRON", "gp.research_page.GOLEMIRON");
  4. mods.modtweaker.setLocalization("en_US", "gp.research_page.GOLEMIRON", "Iron golems are tough and strong little constructs, capable of holding a single upgrade.<BR>Letting the magic do its work, combining memory, processing and materials end up creating a versatile construct, capable of many a task.<BR>Their weight causes them to sink in water, and they move quite slowly.");
  5.  
  6. mods.thaumcraft.Research.clearPages("GOLEMTHAUMIUM");
  7. mods.thaumcraft.Research.addPage("GOLEMTHAUMIUM", "gp.research_page.GOLEMTHAUMIUM");
  8. mods.modtweaker.setLocalization("en_US", "gp.research_page.GOLEMTHAUMIUM", "Thaumium golems are tougher than their iron counterpart, and is capable of getting 2 upgrades.<BR>They are highly resistant to magic damage.<BR>Their weight causes them to sink in water, and they move quite slowly.");
  9.  
  10.  
  11. //Extra Pages for research
  12. mods.thaumcraft.Research.addInfusionPage("GOLEMIRON", <Thaumcraft:ItemGolemPlacer:6>);
  13. mods.thaumcraft.Research.addInfusionPage("GOLEMTHAUMIUM", <Thaumcraft:ItemGolemPlacer:7>);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement