mirror of
https://github.com/Dragonop/claycrafter.git
synced 2024-11-04 22:53:47 +01:00
Vessel group
Added vessel group to glass of water.
This commit is contained in:
parent
8d7c5f68e5
commit
7a8d7ea8c6
2
init.lua
2
init.lua
@ -18,7 +18,7 @@ minetest.register_craft({
|
||||
minetest.register_craftitem("claycrafter:glass_of_water", {
|
||||
description = "Glass of Water",
|
||||
inventory_image = "claycrafter_glass_of_water.png",
|
||||
groups = {h2o = 1}, -- How much time to convert 1 compressed dirt to 4 clay
|
||||
groups = {h2o = 1, vessel = 1}, -- How much time to convert 1 compressed dirt to 4 clay
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
|
Loading…
Reference in New Issue
Block a user