1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-28 04:40:22 +02:00

map: Use wood group crafting recipe

This commit is contained in:
SmallJoker
2018-09-24 21:13:01 +02:00
committed by GitHub
parent e10e0f94d6
commit f42deb4026

View File

@ -67,7 +67,7 @@ minetest.register_craft({
recipe = {
{"default:glass", "default:paper", "default:stick"},
{"default:steel_ingot", "default:paper", "default:steel_ingot"},
{"default:wood", "default:paper", "dye:black"},
{"group:wood", "default:paper", "dye:black"},
}
})