diff options
author | mathiascode <mathiascode@users.noreply.github.com> | 2016-12-30 00:02:28 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2016-12-30 00:02:28 +0100 |
commit | 61760199117d284fed0723d2ae57b4acf59bb52c (patch) | |
tree | 78e94f87f9f8cbc7b0b8d1cb3fc64ef2771c4f33 /Server/furnace.txt | |
parent | Fixed entity effect ticking (#3497) (diff) | |
download | cuberite-61760199117d284fed0723d2ae57b4acf59bb52c.tar cuberite-61760199117d284fed0723d2ae57b4acf59bb52c.tar.gz cuberite-61760199117d284fed0723d2ae57b4acf59bb52c.tar.bz2 cuberite-61760199117d284fed0723d2ae57b4acf59bb52c.tar.lz cuberite-61760199117d284fed0723d2ae57b4acf59bb52c.tar.xz cuberite-61760199117d284fed0723d2ae57b4acf59bb52c.tar.zst cuberite-61760199117d284fed0723d2ae57b4acf59bb52c.zip |
Diffstat (limited to 'Server/furnace.txt')
-rw-r--r-- | Server/furnace.txt | 73 |
1 files changed, 51 insertions, 22 deletions
diff --git a/Server/furnace.txt b/Server/furnace.txt index 96304b666..c98fb3526 100644 --- a/Server/furnace.txt +++ b/Server/furnace.txt @@ -42,28 +42,57 @@ #-------------------------- # Smelting recipes -Cactus = GreenDye -ChorusFruit = PoppedChorusFruit -Clay = Brick -ClayBlock = HardenedClay -Cobble = Stone -DarkOakLog = CharCoal -GoldOre = GoldIngot -IronOre = IronIngot -Log = CharCoal -NetherQuartzOre = NetherQuartz -Netherrack = NetherBrick -Pork = CookedPork -Potato = BakedPotato -RawBeef = Steak -RawChicken = CookedChicken -RawFish = CookedFish -RawMutton = CookedMutton -RawRabbit = CookedRabbit -RawSalmon = CookedSalmon -Sand = Glass -Stonebrick = CrackedStonebrick -WetSponge = Sponge +Cactus = GreenDye +ChainmailBoots = IronNugget +ChainmailChestplate = IronNugget +ChainmailHelmet = IronNugget +ChainmailLeggings = IronNugget +ChorusFruit = PoppedChorusFruit +Clay = Brick +ClayBlock = HardenedClay +CoalOre = Coal +Cobble = Stone +CrackedStonebrick = Stonebrick +DarkOakLog = CharCoal +DiamondOre = Diamond +EmeraldOre = Emerald +GoldOre = GoldIngot +GoldAxe = GoldNugget +GoldBoots = GoldNugget +GoldChestplate = GoldNugget +GoldHorseArmor = GoldNugget +GoldHelmet = GoldNugget +GoldHoe = GoldNugget +GoldLeggings = GoldNugget +GoldPickaxe = GoldNugget +GoldShovel = GoldNugget +GoldSword = GoldNugget +IronOre = IronIngot +IronAxe = IronNugget +IronBoots = IronNugget +IronChestplate = IronNugget +IronHorseArmor = IronNugget +IronHelmet = IronNugget +IronHoe = IronNugget +IronLeggings = IronNugget +IronPickaxe = IronNugget +IronShovel = IronNugget +IronSword = IronNugget +LapisOre = LapisLazuli +Log = CharCoal +NetherQuartzOre = NetherQuartz +Netherrack = NetherBrick +Pork = CookedPork +Potato = BakedPotato +RawBeef = Steak +RawChicken = CookedChicken +RawFish = CookedFish +RawMutton = CookedMutton +RawRabbit = CookedRabbit +RawSalmon = CookedSalmon +RedstoneOre = Redstone +Sand = Glass +WetSponge = Sponge |