diff options
author | nielsbreu@gmail.com <nielsbreu@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-06-24 14:14:30 +0200 |
---|---|---|
committer | nielsbreu@gmail.com <nielsbreu@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-06-24 14:14:30 +0200 |
commit | 4212c4ba12aecf54e1be632af049b5867254a021 (patch) | |
tree | 4ed61a752e227e329a567b9562e473589857c9d6 /MCServer/crafting.txt | |
parent | Plugins can modify message in the OnChat() hook handler. (diff) | |
download | cuberite-4212c4ba12aecf54e1be632af049b5867254a021.tar cuberite-4212c4ba12aecf54e1be632af049b5867254a021.tar.gz cuberite-4212c4ba12aecf54e1be632af049b5867254a021.tar.bz2 cuberite-4212c4ba12aecf54e1be632af049b5867254a021.tar.lz cuberite-4212c4ba12aecf54e1be632af049b5867254a021.tar.xz cuberite-4212c4ba12aecf54e1be632af049b5867254a021.tar.zst cuberite-4212c4ba12aecf54e1be632af049b5867254a021.zip |
Diffstat (limited to '')
-rw-r--r-- | MCServer/crafting.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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
|