Fix sand to be cookable to glass

This commit is contained in:
Perttu Ahola 2011-12-01 02:56:49 +02:00
parent 50b87c3791
commit 4d0f227c70

@ -707,6 +707,7 @@ minetest.register_node("sand", {
inventory_image = inventorycube("sand.png"), inventory_image = inventorycube("sand.png"),
is_ground_content = true, is_ground_content = true,
material = digprop_dirtlike(1.0), material = digprop_dirtlike(1.0),
cookresult_item = 'NodeItem "glass" 1',
}) })
minetest.register_node("gravel", { minetest.register_node("gravel", {