Skip to content

Commit

Permalink
map: Use wood group crafting recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallJoker committed Sep 24, 2018
1 parent e10e0f9 commit f42deb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/map/init.lua
Expand Up @@ -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"},
}
})

Expand Down

0 comments on commit f42deb4

Please sign in to comment.