diff options
author | Maciej Kasatkin <mk@realbadangel.pl> | 2012-10-14 23:36:34 +0200 |
---|---|---|
committer | Maciej Kasatkin <mk@realbadangel.pl> | 2012-10-14 23:36:34 +0200 |
commit | a1fa7c2c36cf09dea805e444b3c2734cc1e32c1e (patch) | |
tree | b464162c3aaab37ed4dfe67f40a46e1bf73899bd /dyes.lua | |
parent | 3f61321cbecdc43737bd27994427b953086bd033 (diff) |
Added Flashlight
Diffstat (limited to 'dyes.lua')
-rw-r--r-- | dyes.lua | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/dyes.lua b/dyes.lua deleted file mode 100644 index a81988e..0000000 --- a/dyes.lua +++ /dev/null @@ -1,40 +0,0 @@ -minetest.register_craft({ - type = "cooking", - output = "dye:black 2", - recipe = "default:coal_lump", -}) -minetest.register_craft({ - type = "cooking", - output = "dye:green 2", - recipe = "default:cactus", -}) -minetest.register_craft({ - type = "cooking", - output = "dye:red 2", - recipe = "flowers:flower_rose", -}) -minetest.register_craft({ - type = "cooking", - output = "dye:blue 2", - recipe = "flowers:flower_viola", -}) -minetest.register_craft({ - type = "cooking", - output = "dye:white 2", - recipe = "flowers:flower_dandelion_white", -}) -minetest.register_craft({ - type = "cooking", - output = "dye:yellow 2", - recipe = "flowers:flower_dandelion_yellow", -}) -minetest.register_craft({ - type = "cooking", - output = "dye:orange 2", - recipe = "flowers:flower_tulip", -}) -minetest.register_craft({ - type = "cooking", - output = "dye:brown 2", - recipe = "default:dry_shrub", -})
\ No newline at end of file |