mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
parent
1418d6fb7f
commit
bfac50b2cd
1 changed files with 1 additions and 5 deletions
|
@ -56,12 +56,8 @@ public final class InitOreDict{
|
|||
|
||||
//For Crafting
|
||||
addOre(InitItems.itemMisc, TheMiscItems.RICE_SLIME.ordinal(), "slimeball");
|
||||
|
||||
//For Crafting
|
||||
addOre(InitBlocks.blockMisc, TheMiscBlocks.CHARCOAL_BLOCK.ordinal(), "blockCharcoal");
|
||||
addOre(InitItems.itemMisc, TheMiscItems.BLACK_DYE.ordinal(), "dyeBlack");
|
||||
|
||||
//For Repairing
|
||||
addOre(InitItems.itemCrystal, TheCrystals.REDSTONE.ordinal(), "actAddCrystalRed");
|
||||
}
|
||||
|
||||
private static void addOre(Item item, int meta, String name){
|
||||
|
|
Loading…
Reference in a new issue