1
0
mirror of https://github.com/mt-mods/moretrees.git synced 2025-06-30 23:20:45 +02:00

added wood planks for fir trees.

This commit is contained in:
Vanessa Ezekowitz
2013-01-22 12:58:16 -05:00
parent 44a79f96a2
commit 6dc817acb0
3 changed files with 10 additions and 2 deletions

View File

@ -81,14 +81,14 @@ minetest.register_craft({
})
minetest.register_craft({
output = "default:wood 4",
output = "moretrees:fir_planks 4",
recipe = {
{"moretrees:fir_trunk"}
}
})
minetest.register_craft({
output = "default:wood 4",
output = "moretrees:fir_planks 4",
recipe = {
{"moretrees:fir_trunk_sideways"}
}