Fix rift signature recipes
This commit is contained in:
parent
bbfd3bc2c6
commit
a03a87ea09
1 changed files with 2 additions and 2 deletions
|
@ -87,10 +87,10 @@ public final class CraftingManager {
|
|||
"xxx", "xyx", "xxx", 'x', Items.GOLD_INGOT, 'y', ModItems.STABLE_FABRIC));
|
||||
|
||||
event.getRegistry().register(makeShapedRecipe(new ItemStack(ModItems.RIFT_SIGNATURE),
|
||||
" x ", "xyx", " x ", 'x', Items.GOLD_INGOT, 'y', Items.ENDER_PEARL));
|
||||
" x ", "xyx", " x ", 'x', Items.IRON_INGOT, 'y', Items.ENDER_PEARL));
|
||||
|
||||
event.getRegistry().register(makeShapedRecipe(new ItemStack(ModItems.RIFT_SIGNATURE),
|
||||
" x ", "xyx", "xxx", 'x', Items.GOLD_INGOT, 'y', ModItems.STABLE_FABRIC));
|
||||
" x ", "xyx", "xxx", 'x', Items.IRON_INGOT, 'y', ModItems.STABLE_FABRIC));
|
||||
|
||||
event.getRegistry().register(makeShapedRecipe(new ItemStack(ModItems.STABILIZED_RIFT_SIGNATURE),
|
||||
" x ", "xyx", "xxx", 'x', ModItems.STABLE_FABRIC, 'y', ModItems.RIFT_SIGNATURE));
|
||||
|
|
Loading…
Add table
Reference in a new issue