Clean
New achievements Renamed Manuel to PDA Moved PDA class's to PDA package
This commit is contained in:
parent
787df47cfa
commit
1a68b5c7c6
10 changed files with 38 additions and 24 deletions
|
@ -12,13 +12,13 @@ import techreborn.items.ItemDustsSmall;
|
|||
import techreborn.items.ItemGems;
|
||||
import techreborn.items.ItemIngots;
|
||||
import techreborn.items.ItemParts;
|
||||
import techreborn.items.ItemTechManuel;
|
||||
import techreborn.items.armor.ItemGravityChest;
|
||||
import techreborn.items.armor.ItemLapotronPack;
|
||||
import techreborn.items.armor.ItemLithiumBatpack;
|
||||
import techreborn.items.tools.ItemAdvancedDrill;
|
||||
import techreborn.items.tools.ItemOmniTool;
|
||||
import techreborn.items.tools.ItemRockCutter;
|
||||
import techreborn.items.tools.ItemTechPda;
|
||||
import techreborn.util.LogHelper;
|
||||
|
||||
public class ModItems {
|
||||
|
@ -62,7 +62,7 @@ public class ModItems {
|
|||
GameRegistry.registerItem(advancedDrill, "advancedDrill");
|
||||
gravityChest = new ItemGravityChest(ArmorMaterial.DIAMOND, 7, 1);
|
||||
GameRegistry.registerItem(gravityChest, "gravitychestplate");
|
||||
manuel = new ItemTechManuel();
|
||||
manuel = new ItemTechPda();
|
||||
GameRegistry.registerItem(manuel, "techmanuel");
|
||||
|
||||
LogHelper.info("TechReborns Items Loaded");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue