From 12906c026d414c752d3c0ba9481f425b24b29c67 Mon Sep 17 00:00:00 2001 From: faketruth Date: Mon, 20 Aug 2012 12:20:20 +0000 Subject: Moved files used by MCServer to a special MCServer folder git-svn-id: http://mc-server.googlecode.com/svn/trunk@763 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- furnace.txt | 64 ------------------------------------------------------------- 1 file changed, 64 deletions(-) delete mode 100644 furnace.txt (limited to 'furnace.txt') diff --git a/furnace.txt b/furnace.txt deleted file mode 100644 index c8e3cd0c7..000000000 --- a/furnace.txt +++ /dev/null @@ -1,64 +0,0 @@ -#************************** -# Default Furnace Recipes # -#*************************# -# -# -#******************************************************# -# Basic Notation Help -#******************************************************# -# -# **** Item Definition **** -# An Item is defined by an Item ID, an amount (and health) -# The health is optional, and if not specified it's -# assumed to be 0 -# -# -Cactus Green: -# 351 : 1 ( : 2 ) -# ItemID : Amount ( : Health ) -# -# -# **** Recipe and result **** -# -# 4:1@10000=1:1 -> Produces 1 smooth stone from -# 1 cobblestone in 10 second -# -# 4 : 1 @ 10000 = 1 : 1 -# ItemID : Amount @ milliseconds = ItemID : Amount -# -# **** Burnable Materials / Fuel **** -# -# !17:1=15000 -> 1 Wood burns for 15000 milliseconds -# (15 s) -# -# ! 17 : 1 = 15000 -# Fuel ItemID : Amount = milliseconds -# -#******************************************************# - -#-------------------------- -# Let's get cookin' :D - -4:1 @10000=1:1 #-> 1 Cobblestone -> 1 Rock -15:1 @10000=265:1 #-> 1 Iron Ore -> 1 Iron Ingot -14:1 @10000=266:1 #-> 1 Gold Ore -> 1 Gold Ingot -12:1 @10000=20:1 #-> 1 Sand -> 1 Glass -319:1@10000=320:1 #-> 1 Raw Pork -> 1 Cooked Pork -337:1@10000=336:1 #-> 1 Clay -> 1 Clay Brick -349:1@10000=350:1 #-> 1 Raw Fish -> 1 Cooked Fish -17:1 @10000=263:1 #-> 1 Wood -> 1 Charcoal -81:1 @10000=351:1:2 #-> 1 Cactus -> 1 Dye - -#-------------------------- -# Burn baby! Buuurn! - -!263:1 = 80000 #-> 1 Charcoal -> 80 sec -!5:1 = 15000 #-> 1 Planks -> 15 sec -!280:1 = 5000 #-> 1 Stick -> 5 sec -!85:1 = 15000 #-> 1 Fence -> 15 sec -!53:1 = 15000 #-> 1 Wooden Stairs -> 15 sec -!58:1 = 15000 #-> 1 Crafting Table -> 15 sec -!47:1 = 15000 #-> 1 Bookshelf -> 15 sec -!54:1 = 15000 #-> 1 Chest -> 15 sec -!84:1 = 15000 #-> 1 Jukebox -> 15 sec -!327:1 = 1000000 #-> 1 Lava Bucket -> 1000 sec -!17:1 = 15000 #-> 1 Wood -> 15 sec \ No newline at end of file -- cgit v1.2.3