mirror of
https://github.com/Dragonop/claycrafter.git
synced 2025-07-01 21:10:21 +02:00
Vessel group
Added vessel group to glass of water.
This commit is contained in:
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({
|
||||
|
Reference in New Issue
Block a user