Add salt ore
This commit is contained in:
parent
1631f5538a
commit
7eff30312e
@ -19,6 +19,10 @@ public class ModBlocks {
|
|||||||
public static void init() {
|
public static void init() {
|
||||||
registerOre("ore_copper","oreCopper");
|
registerOre("ore_copper","oreCopper");
|
||||||
registerTileEntity("pedestal", new BlockPedestal());
|
registerTileEntity("pedestal", new BlockPedestal());
|
||||||
|
registerOre("salt_ore","saltOre");
|
||||||
|
//NEXT BLOCK HERE
|
||||||
|
//NEXT BLOCK HERE
|
||||||
|
//NEXT BLOCK HERE
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void register(IForgeRegistry<Block> registry) {
|
public static void register(IForgeRegistry<Block> registry) {
|
||||||
@ -60,4 +64,4 @@ public class ModBlocks {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -21,3 +21,4 @@ item.clorine_bottle.name=Clorine Bottle
|
|||||||
item.hydrocloric_acid.name=Hydrocloric Acid Bottle
|
item.hydrocloric_acid.name=Hydrocloric Acid Bottle
|
||||||
item.boric_acid.name=Boric Acid
|
item.boric_acid.name=Boric Acid
|
||||||
item.ferric_acid.name=Ferric Acid Bottle
|
item.ferric_acid.name=Ferric Acid Bottle
|
||||||
|
tile.salt_ore.name=Salt Ore
|
||||||
|
Loading…
x
Reference in New Issue
Block a user