mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 06:43:17 -04:00
is ground content=false
This commit is contained in:
parent
9dbb07b8bd
commit
1bd279b709
1 changed files with 1 additions and 0 deletions
|
@ -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(),
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue