Merge branch 'add_silicon' of https://github.com/pjht/SSSP-Core into add_silicon
This commit is contained in:
commit
20c9b501e7
@ -3,11 +3,13 @@ package com.pjht.ssspcore;
|
||||
import com.pjht.ssspcore.block.ModBlocks;
|
||||
import com.pjht.ssspcore.item.ModItems;
|
||||
|
||||
import net.minecraft.init.Blocks;
|
||||
import net.minecraft.item.ItemStack;
|
||||
import net.minecraftforge.fml.common.registry.GameRegistry;
|
||||
|
||||
public class ModRecipes {
|
||||
public static void init() {
|
||||
GameRegistry.addSmelting(ModBlocks.oreCopper, new ItemStack(ModItems.ingotCopper), 0.7f);
|
||||
GameRegistry.addSmelting(Blocks.SAND, new ItemStack(ModItems.silicon), 0.7f);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user