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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 = {