mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 23:28:35 +01:00
Fixed the Knife Recipe
This commit is contained in:
parent
41fe04df95
commit
d58f50b971
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ public class ItemCrafting{
|
||||||
if(ConfigCrafting.KNIFE.isEnabled())
|
if(ConfigCrafting.KNIFE.isEnabled())
|
||||||
GameRegistry.addRecipe(new ShapelessOreRecipe(new ItemStack(InitItems.itemKnife),
|
GameRegistry.addRecipe(new ShapelessOreRecipe(new ItemStack(InitItems.itemKnife),
|
||||||
new ItemStack(InitItems.itemMisc, 1, TheMiscItems.KNIFE_BLADE.ordinal()),
|
new ItemStack(InitItems.itemMisc, 1, TheMiscItems.KNIFE_BLADE.ordinal()),
|
||||||
new ItemStack(InitItems.itemMisc, 1, TheMiscItems.KNIFE_BLADE.ordinal())));
|
new ItemStack(InitItems.itemMisc, 1, TheMiscItems.KNIFE_HANDLE.ordinal())));
|
||||||
|
|
||||||
//Crafter on a Stick
|
//Crafter on a Stick
|
||||||
if(ConfigCrafting.STICK_CRAFTER.isEnabled())
|
if(ConfigCrafting.STICK_CRAFTER.isEnabled())
|
||||||
|
|
Loading…
Reference in a new issue