mirror of
https://github.com/minetest/minetest_game.git
synced 2024-11-05 23:33:51 +01:00
map: Use wood group crafting recipe
This commit is contained in:
parent
e10e0f94d6
commit
f42deb4026
@ -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"},
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user