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

Add different woods to mese posts (#2599)

This commit is contained in:
An0n3m0us
2020-08-16 12:21:22 +01:00
committed by GitHub
parent 0a96bac46d
commit 686fdb5c06
6 changed files with 77 additions and 28 deletions

View File

@ -300,15 +300,6 @@ 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",
recipe = {