mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 06:43:17 -04:00
snappy instead of crumbly
This commit is contained in:
parent
09d50906ae
commit
48ab4dcaa2
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ minetest.register_node("farming:straw", {
|
|||
description = "Straw",
|
||||
drop = "farming:straw",
|
||||
tiles = {"farming_straw.png"},
|
||||
groups = {crumbly=3},
|
||||
groups = {snappy=3},
|
||||
})
|
||||
|
||||
minetest.register_abm({
|
||||
|
|
Loading…
Add table
Reference in a new issue