mirror of
https://github.com/minetest/minetest_game.git
synced 2025-06-29 13:20:25 +02:00
Add straw
This commit is contained in:
committed by
Novatux
parent
6157982787
commit
5d8b2442ce
@ -80,6 +80,14 @@ 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(),
|
||||
})
|
||||
|
||||
minetest.register_abm({
|
||||
nodenames = {"group:field"},
|
||||
interval = 15,
|
||||
|
Reference in New Issue
Block a user