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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"},
}
})