From 4212c4ba12aecf54e1be632af049b5867254a021 Mon Sep 17 00:00:00 2001 From: "nielsbreu@gmail.com" Date: Mon, 24 Jun 2013 12:14:30 +0000 Subject: Fixed piston crafting and redstone blocks can be crafted. (Patch by tonibm19) git-svn-id: http://mc-server.googlecode.com/svn/trunk@1623 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- MCServer/crafting.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MCServer/crafting.txt b/MCServer/crafting.txt index 30f13f087..a4aff6458 100644 --- a/MCServer/crafting.txt +++ b/MCServer/crafting.txt @@ -253,7 +253,7 @@ Repeater = Stone, 1:2, 2:2, 3:2 | RedstoneTorchOn, 1:1, 3:1 Comparator = RedstoneTorchOn, 2:1, 1:2, 3:2 | NetherQuartz, 2:2 | Stone, 1:3, 2:3, 3:3 DaylightSensor = Glass, 1:1, 2:1, 3:1 | NetherQuartz, 1:2, 2:2, 3:2 | Woodslab, 1:3, 2:3, 3:3 Hopper = Ironbars, 1:1, 3:1, 1:2, 3:2, 2:3 | Chest, 2:2 -Piston = Planks, 1:1, 2:1, 3:1 | RedstoneDust, 2:2 | Cobblestone, 1:2, 3:2, 1:3, 2:3, 3:3 +Piston = Planks, 1:1, 2:1, 3:1 | RedstoneDust, 2:3 | Cobblestone, 1:2, 3:2, 1:3, 3:3 | IronIngot, 2:2 StickyPiston = Piston, * | SlimeBall, * RedstoneLamp = RedstoneDust, 2:1, 1:2, 3:2, 2:3 | Glowstone, 2:2 tripwirehook, 2 = planks, 2:3 | stick, 2:2 | ironbar, 2:1 @@ -292,6 +292,7 @@ GoldIngot, 9 = GoldBlock, * Diamond, 9 = DiamondBlock, * LapisLazuli, 9 = LapisBlock, * Emerald, 9 = EmeraldBlock, * +RedstoneDust, 9 = RedstoneBlock, * Painting = Stick, 1:1, 1:2, 1:3, 2:1, 2:3, 3:1, 3:2, 3:3 | Wool, 2:2 ItemFrame = Stick, 1:1, 1:2, 1:3, 2:1, 2:3, 3:1, 3:2, 3:3 | Leather, 2:2 -- cgit v1.2.3