is ground content=false

This commit is contained in:
jp 2015-01-13 00:39:11 +01:00
parent 9dbb07b8bd
commit 1bd279b709

View file

@ -83,6 +83,7 @@ minetest.register_node("farming:desert_sand_soil_wet", {
minetest.register_node("farming:straw", {
description = "Straw",
tiles = {"farming_straw.png"},
is_ground_content = false,
groups = {snappy=3, flammable=4},
sounds = default.node_sound_leaves_defaults(),
})