Fix sand to be cookable to glass

master
Perttu Ahola 2011-12-01 02:56:49 +02:00
parent 50b87c3791
commit 4d0f227c70
1 changed files with 1 additions and 0 deletions

View File

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