Change wrench recipe

This commit is contained in:
Raoul Van den Berge
2016-11-01 16:21:12 +01:00
parent d051359539
commit f76e5bc917

View File

@@ -669,8 +669,8 @@ public class ProxyCommon {
// Wrench
GameRegistry.addShapedRecipe(new ItemStack(RSItems.WRENCH),
"E E",
" P ",
"EPE",
"EEE",
" E ",
'E', new ItemStack(RSItems.QUARTZ_ENRICHED_IRON),
'P', new ItemStack(RSItems.PROCESSOR, 1, ItemProcessor.TYPE_BASIC)