Update AlchemicalWizardry.java
This commit is contained in:
parent
72b1904f6b
commit
50d8827e3b
|
@ -1130,7 +1130,7 @@ public class AlchemicalWizardry
|
||||||
Item itemThaumBoots = GameRegistry.findItem("Thaumcraft", "ItemBootsThaumium");
|
Item itemThaumBoots = GameRegistry.findItem("Thaumcraft", "ItemBootsThaumium");
|
||||||
|
|
||||||
AspectList aspectList = new AspectList();
|
AspectList aspectList = new AspectList();
|
||||||
// aspectList.add(Aspect.ARMOR, 5).add(Aspect.MAGIC, 5);
|
aspectList.add(Aspect.ARMOR, 5).add(Aspect.MAGIC, 5);
|
||||||
|
|
||||||
ThaumcraftApi.registerObjectTag(new ItemStack(ModItems.sanguineHelmet), aspectList);
|
ThaumcraftApi.registerObjectTag(new ItemStack(ModItems.sanguineHelmet), aspectList);
|
||||||
ThaumcraftApi.registerObjectTag(new ItemStack(ModItems.sanguineRobe), aspectList);
|
ThaumcraftApi.registerObjectTag(new ItemStack(ModItems.sanguineRobe), aspectList);
|
||||||
|
@ -1685,7 +1685,7 @@ public class AlchemicalWizardry
|
||||||
// continue;
|
// continue;
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// strLine = strLine.replace('”', '"').replace('“','"').replace("…", "...").replace('’', '\'').replace('–', '-');
|
// strLine = strLine.replace('', '"').replace('','"').replace("
", "...").replace('', '\'').replace('', '-');
|
||||||
//
|
//
|
||||||
// if(Minecraft.getMinecraft() != null && Minecraft.getMinecraft().fontRenderer != null)
|
// if(Minecraft.getMinecraft() != null && Minecraft.getMinecraft().fontRenderer != null)
|
||||||
// {
|
// {
|
||||||
|
|
Loading…
Reference in a new issue