Change wrench recipe
This commit is contained in:
@@ -669,8 +669,8 @@ public class ProxyCommon {
|
|||||||
|
|
||||||
// Wrench
|
// Wrench
|
||||||
GameRegistry.addShapedRecipe(new ItemStack(RSItems.WRENCH),
|
GameRegistry.addShapedRecipe(new ItemStack(RSItems.WRENCH),
|
||||||
"E E",
|
"EPE",
|
||||||
" P ",
|
"EEE",
|
||||||
" E ",
|
" E ",
|
||||||
'E', new ItemStack(RSItems.QUARTZ_ENRICHED_IRON),
|
'E', new ItemStack(RSItems.QUARTZ_ENRICHED_IRON),
|
||||||
'P', new ItemStack(RSItems.PROCESSOR, 1, ItemProcessor.TYPE_BASIC)
|
'P', new ItemStack(RSItems.PROCESSOR, 1, ItemProcessor.TYPE_BASIC)
|
||||||
|
|||||||
Reference in New Issue
Block a user