Skip to content
Snippets Groups Projects
Commit 4b562182 authored by Milan's avatar Milan
Browse files

Revert "move wool recipe out of this mod"

This reverts commit fecd65b5.
parent 3d7c3eb3
Branches master
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ minetest.register_craft({
}
})
minetest.register_craft({output = "default:flint",recipe = {{"default:gravel"},}})
minetest.register_craft({output = "farming:cotton 4",recipe = {{"group:wool"},}})
bows.register_bow("bow_wood",{
description="Wooden bow",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment