Revert "move wool recipe out of this mod"

This reverts commit fecd65b534.
master
tchncs 2018-10-25 15:03:10 +02:00
parent 3d7c3eb3a1
commit 4b5621823f
1 changed files with 1 additions and 0 deletions

View File

@ -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",