diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-11-17 10:27:27 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-11-17 10:27:27 +0100 |
commit | 18b73e471fdf2ffab1198a46986f6c118af65a32 (patch) | |
tree | 7aba5ecf67cd08b3febad37421874027d72bf233 /MCServer/crafting.txt | |
parent | Android: Added an installer class that lets the user select default plugins to install and it will install the example.ini files. (diff) | |
download | cuberite-18b73e471fdf2ffab1198a46986f6c118af65a32.tar cuberite-18b73e471fdf2ffab1198a46986f6c118af65a32.tar.gz cuberite-18b73e471fdf2ffab1198a46986f6c118af65a32.tar.bz2 cuberite-18b73e471fdf2ffab1198a46986f6c118af65a32.tar.lz cuberite-18b73e471fdf2ffab1198a46986f6c118af65a32.tar.xz cuberite-18b73e471fdf2ffab1198a46986f6c118af65a32.tar.zst cuberite-18b73e471fdf2ffab1198a46986f6c118af65a32.zip |
Diffstat (limited to 'MCServer/crafting.txt')
-rw-r--r-- | MCServer/crafting.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/MCServer/crafting.txt b/MCServer/crafting.txt index 55bd19156..559b6aced 100644 --- a/MCServer/crafting.txt +++ b/MCServer/crafting.txt @@ -210,6 +210,7 @@ DiamondBoots = Diamond, 1:1, 3:1, 1:2, 3:2 #******************************************************#
# Transportation
#
+CarrotOnAStick = FishingRod, 1:2 | Carrot, 2:3
Minecart = IronIngot, 1:1, 3:1, 1:2, 2:2, 3:2
PoweredMinecart = Minecart, * | Furnace, *
StorageMinecart = Minecart, * | Chest, *
@@ -230,7 +231,8 @@ IronDoor = IronIngot, 1:1, 1:2, 1:3, 2:1, 2:2, 2:3 TrapDoor, 2 = Planks, 1:1, 2:1, 3:1, 1:2, 2:2, 3:2
WoodPlate = Planks, 1:1, 2:1
StonePlate = Stone, 1:1, 2:1
-Button = Stone, 1:1, 1:2
+StoneButton = Stone, 1:1
+WoodenButton = Planks, 1:1
RedstoneTorchOn = Stick, 1:2 | RedstoneDust, 1:1
Lever = Cobblestone, 1:2 | Stick, 1:1
NoteBlock = Planks, 1:1, 1:2, 1:3, 2:1, 2:3, 3:1, 3:2, 3:3 | RedstoneDust, 2:2
@@ -260,6 +262,7 @@ EnchantedGoldenApple = RedApple, 2:2 | GoldBlock, 1:1, 1:2, 1:3, 2:1, 2:3, 3:1, Melon = MelonSlice, 1:1, 1:2, 1:3, 2:1, 2:2, 2:3, 3:1, 3:2, 3:3
MelonSeeds = MelonSlice, *
PumpkinSeeds, 4 = Pumpkin, *
+PumpkinPie = Pumpkin, * | Suger, * | egg, *
@@ -289,6 +292,9 @@ FenceGate = Stick, 1:1, 1:2, 3:1, 3:2 | Planks, 2:1, 2:2 Bed = Planks, 1:2, 2:2, 3:2 | Wool, 1:1, 2:1, 3:1
GoldIngot = GoldNugget, 1:1, 1:2, 1:3, 2:1, 2:2, 2:3, 3:1, 3:2, 3:3
EyeOfEnder = EnderPearl, * | BlazePowder, *
+BeaconBlock = Glass, 1:1, 1:2, 2:1, 3:1, 3:2 | Obsidian, 1:3, 2:3, 3:3 | NetherStar, 2:2
+Anvil = IronBlock, 1:1, 2:1, 3:1 | IronIngot, 2:2, 1:3, 2:3, 3:3
+FlowerPot = Brick, 1:2, 2:3, 3:2
|