Skip to content

Commit

Permalink
Build #10
Browse files Browse the repository at this point in the history
added lang support
  • Loading branch information
knoxhack committed Mar 25, 2016
1 parent 10ff714 commit 3e5f613
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
Binary file modified bin/com/knoxhack/nethermetals/Main.class
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/java/com/knoxhack/nethermetals/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import net.minecraftforge.fml.common.event.FMLPostInitializationEvent;
import net.minecraftforge.fml.common.event.FMLPreInitializationEvent;

@Mod(modid = Main.MODID, name = Main.MODNAME, version = Main.VERSION, dependencies = "required-after:Base Metals")
@Mod(modid = Main.MODID, name = Main.MODNAME, version = Main.VERSION, dependencies = "required-after:basemetals")
public class Main {

public static final String MODID = "nethermetals";
Expand Down
30 changes: 15 additions & 15 deletions src/main/resources/assets/nethermetals/lang/en_US.lang
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<en_US.lang - English localization file for the mod "Tutorial">

item.nether_copper_ore.name=Nether Copper Ore
item.nether_tin_ore.name=Nether Tin Ore
item.nether_lead_ore.name=Nether Lead Ore
item.nether_silver_ore.name=Nether Silver Ore
item.nether_zinc_ore.name=Nether Zinc Ore
item.nether_nickel_ore.name=Nether Nickel Ore
tile.nether_sword.name=Nether Sword
tile.nether_pickaxe.name=Nether Pickaxe
tile.nether_axe.name=Nether Axe
tile.nether_hoe.name=Nether How
tile.nether_spade.name=Nether Shovel
tile.nether_helmet.name=Nether Helmet
tile.nether_chestplate.name=Nether Chestplate
tile.nether_leggings.name=Nether Leggings
tile.nether_boots.name=Nether Boots
tile.nether_copper_ore.name=Nether Copper Ore
tile.nether_tin_ore.name=Nether Tin Ore
tile.nether_lead_ore.name=Nether Lead Ore
tile.nether_silver_ore.name=Nether Silver Ore
tile.nether_zinc_ore.name=Nether Zinc Ore
tile.nether_nickel_ore.name=Nether Nickel Ore
item.nether_sword.name=Nether Sword
item.nether_pickaxe.name=Nether Pickaxe
item.nether_axe.name=Nether Axe
item.nether_hoe.name=Nether How
item.nether_spade.name=Nether Shovel
item.nether_helmet.name=Nether Helmet
item.nether_chestplate.name=Nether Chestplate
item.nether_leggings.name=Nether Leggings
item.nether_boots.name=Nether Boots

0 comments on commit 3e5f613

Please sign in to comment.