mirror of
https://github.com/Dragonop/claycrafter.git
synced 2024-11-05 07:03:51 +01:00
6 lines
241 B
Lua
6 lines
241 B
Lua
|
minetest.register_craftitem("claycrafter:glass_of_water", {
|
||
|
description = "Glass of Water",
|
||
|
inventory_image = "claycrafter_glass_of_water.png",
|
||
|
groups = {h2o = 1, vessel = 1}, -- How much time to convert 1 compressed dirt to 4 clay
|
||
|
})
|