forked from Mirrorlandia_minetest/minetest
Fix sand to be cookable to glass
This commit is contained in:
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", {
|
||||||
|
Loading…
Reference in New Issue
Block a user