Added Woven World Thread Armor Recipes
This commit is contained in:
parent
7748818ef3
commit
2ebe7491d7
1 changed files with 12 additions and 0 deletions
|
@ -94,5 +94,17 @@ public final class CraftingManager {
|
|||
|
||||
event.getRegistry().register(makeShapedRecipe(new ItemStack(ModItems.STABILIZED_RIFT_SIGNATURE),
|
||||
" x ", "xyx", "xxx", 'x', ModItems.STABLE_FABRIC, 'y', ModItems.RIFT_SIGNATURE));
|
||||
|
||||
event.getRegistry().register(makeShapedRecipe(new ItemStack(ModItems.HELMET_WOVEN_WORLD_THREAD),
|
||||
"xxx", "x x", 'x', ModItems.WORLD_THREAD));
|
||||
|
||||
event.getRegistry().register(makeShapedRecipe(new ItemStack(ModItems.CHESTPLATE_WOVEN_WORLD_THREAD),
|
||||
"x x", "xxx", "xxx", 'x', ModItems.WORLD_THREAD));
|
||||
|
||||
event.getRegistry().register(makeShapedRecipe(new ItemStack(ModItems.LEGGINGS_WOVEN_WORLD_THREAD),
|
||||
"xxx", "x x", "x x", 'x', ModItems.WORLD_THREAD));
|
||||
|
||||
event.getRegistry().register(makeShapedRecipe(new ItemStack(ModItems.BOOTS_WOVEN_WORLD_THREAD),
|
||||
"x x", "x x", 'x', ModItems.WORLD_THREAD));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue