mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 23:03:16 -04:00
update
This commit is contained in:
parent
996f1df4af
commit
9dbb07b8bd
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ minetest.register_node("farming:desert_sand_soil_wet", {
|
||||||
|
|
||||||
minetest.register_node("farming:straw", {
|
minetest.register_node("farming:straw", {
|
||||||
description = "Straw",
|
description = "Straw",
|
||||||
drop = "farming:wheat 4",
|
|
||||||
tiles = {"farming_straw.png"},
|
tiles = {"farming_straw.png"},
|
||||||
groups = {snappy=3, flammable=4},
|
groups = {snappy=3, flammable=4},
|
||||||
sounds = default.node_sound_leaves_defaults(),
|
sounds = default.node_sound_leaves_defaults(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue