Crafting clay now retrieves the drinking glass

This commit is contained in:
Dragonop 2016-01-13 05:29:55 -03:00
parent bb524f8f29
commit 450cf37f11
1 changed files with 3 additions and 0 deletions

View File

@ -53,4 +53,7 @@ minetest.register_craft({
type = "shapeless",
output = "default:clay 4",
recipe = {"claycrafter:compressed_dirt", "claycrafter:glass_of_water"},
replacements = {
{"claycrafter:glass_of_water", "vessels:drinking_glass"},
}
})