Recipe for claycrafter

Recipe for claycrafter and minor corrections
This commit is contained in:
Dragonop 2016-01-18 02:43:07 -03:00
parent 680ecf0fb1
commit d39cb0e4e6
1 changed files with 10 additions and 1 deletions

View File

@ -44,7 +44,16 @@ minetest.register_craft({
}
})
--Craft the claya
minetest.register_craft({
output = "claycrafter:claycrafter",
recipe = {
{"group:wood", "default:steel_ingot", "group:wood"},
{"group:wood", "default:glass", "group:wood"},
{"default:stick", "bucket:bucket_water", "default:stick"},
}
})
--Craft the clay
--[[
minetest.register_craft({
type = "shapeless",