Add salt ore

This commit is contained in:
pjht 2018-04-07 10:41:10 -05:00
parent 1631f5538a
commit 7eff30312e
2 changed files with 6 additions and 1 deletions

View File

@ -19,6 +19,10 @@ public class ModBlocks {
public static void init() {
registerOre("ore_copper","oreCopper");
registerTileEntity("pedestal", new BlockPedestal());
registerOre("salt_ore","saltOre");
//NEXT BLOCK HERE
//NEXT BLOCK HERE
//NEXT BLOCK HERE
}
public static void register(IForgeRegistry<Block> registry) {
@ -60,4 +64,4 @@ public class ModBlocks {
}
}
}
}
}

View File

@ -21,3 +21,4 @@ item.clorine_bottle.name=Clorine Bottle
item.hydrocloric_acid.name=Hydrocloric Acid Bottle
item.boric_acid.name=Boric Acid
item.ferric_acid.name=Ferric Acid Bottle
tile.salt_ore.name=Salt Ore