summaryrefslogtreecommitdiffstats
path: root/furnace.txt
diff options
context:
space:
mode:
authorfaketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-20 14:20:20 +0200
committerfaketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-20 14:20:20 +0200
commit12906c026d414c752d3c0ba9481f425b24b29c67 (patch)
treed64298334a68275e0d7c22c9dfb0e82c95654f83 /furnace.txt
parentWindow, Chest, Furnace and Pawn are not using cPackets at all (diff)
downloadcuberite-12906c026d414c752d3c0ba9481f425b24b29c67.tar
cuberite-12906c026d414c752d3c0ba9481f425b24b29c67.tar.gz
cuberite-12906c026d414c752d3c0ba9481f425b24b29c67.tar.bz2
cuberite-12906c026d414c752d3c0ba9481f425b24b29c67.tar.lz
cuberite-12906c026d414c752d3c0ba9481f425b24b29c67.tar.xz
cuberite-12906c026d414c752d3c0ba9481f425b24b29c67.tar.zst
cuberite-12906c026d414c752d3c0ba9481f425b24b29c67.zip
Diffstat (limited to 'furnace.txt')
-rw-r--r--furnace.txt64
1 files changed, 0 insertions, 64 deletions
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