1
0
mirror of https://github.com/Dragonop/claycrafter.git synced 2024-09-27 14:20:20 +02:00

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

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"},
}
})