tweak candle recipe

master
kilbith 2015-06-10 09:22:52 +02:00
parent c35dbde0e2
commit 437eaa4343
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ minetest.register_craft({
minetest.register_craft({
type = "shapeless",
output = "xdecor:candle 2",
recipe = {"default:torch", "farming:string"}
recipe = {"default:torch"}
})
minetest.register_craft({