add recipe for illuna_ethereal:douglasie_wood, closes #30

master
Milan 2021-02-13 19:29:55 +01:00
parent f032950bf5
commit b475bc29f1
2 changed files with 11 additions and 4 deletions

View File

@ -13,4 +13,15 @@ minetest.register_craft({
type = "shapeless",
output = "obsidianstuff:ingot 2",
recipe = {"default:diamond", "default:obsidian"}
})
minetest.register_craft({
type = "shapeless",
output = "illuna_ethereal:douglasie_wood 4",
recipe = {"illuna_ethereal:douglasie_trunk"}
})
minetest.register_craft({
output = "ethereal:redwood_wood 4",
recipe = {{"ethereal:redwood_trunk"}},
})

View File

@ -154,10 +154,6 @@ minetest.register_node(":ethereal:redwood_wood", {
sounds = default.node_sound_wood_defaults(),
})
minetest.register_craft({
output = "ethereal:redwood_wood 4",
recipe = {{"ethereal:redwood_trunk"}},
})
minetest.register_node(":ethereal:redwood_leaves", {
description = "Redwood Leaves",
tiles = {"redwood_leaves.png"},