mirror of
https://github.com/Dragonop/claycrafter.git
synced 2024-11-05 07:03:51 +01:00
Crafting clay now retrieves the drinking glass
This commit is contained in:
parent
bb524f8f29
commit
450cf37f11
3
init.lua
3
init.lua
@ -53,4 +53,7 @@ minetest.register_craft({
|
|||||||
type = "shapeless",
|
type = "shapeless",
|
||||||
output = "default:clay 4",
|
output = "default:clay 4",
|
||||||
recipe = {"claycrafter:compressed_dirt", "claycrafter:glass_of_water"},
|
recipe = {"claycrafter:compressed_dirt", "claycrafter:glass_of_water"},
|
||||||
|
replacements = {
|
||||||
|
{"claycrafter:glass_of_water", "vessels:drinking_glass"},
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user