Modify recipe for candle

axinite
Peppy 2018-05-25 17:58:38 +02:00
parent 58adaaab15
commit cda854a53a
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ minetest.register_craft({
minetest.register_craft({
output = "xdecor:candle",
recipe = {
{"default:torch"}
{"", "default:torch", "" },
{"", "default:copper_ingot", "" }
}
})