master
Victor Hackeridze 2012-04-05 15:49:18 +06:00
parent 6020961e5b
commit 039f470bb4
1 changed files with 11 additions and 1 deletions

View File

@ -40,7 +40,17 @@ minetest.register_craft({
minetest.register_craft({
type = "cooking",
output = "moarcraft_rtmmp:char_coal",
recipe = "default:wood",
recipe = "default:tree",
})
minetest.register_craft({
type = "cooking",
output = "moarcraft_rtmmp:char_coal",
recipe = "conifers:trunk",
})
minetest.register_craft({
type = "cooking",
output = "moarcraft_rtmmp:char_coal",
recipe = "conifers:trunk_reversed",
})
minetest.register_craft({
output = 'default:torch 4',