1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-29 21:30:26 +02:00

Default: Add nodebox mese post light usable as a growlamp (#1480)

Light level 14 to be able to grow plants.
3 returned from crafting with 1 glass node, 3 mese crystals and 1
wood plank.
Seamlessly placable on appletree wood fence posts.
This commit is contained in:
Paramat
2017-02-09 00:01:30 +00:00
committed by Auke Kok
parent c88c0a98fd
commit 86849d9eec
6 changed files with 34 additions and 0 deletions

View File

@ -639,6 +639,15 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "default:mese_post_light 3",
recipe = {
{"", "default:glass", ""},
{"default:mese_crystal", "default:mese_crystal", "default:mese_crystal"},
{"", "group:wood", ""},
}
})
minetest.register_craft({
output = 'default:obsidian_shard 9',
recipe = {