mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 14:53:16 -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",
|
description = "Straw",
|
||||||
drop = "farming:straw",
|
drop = "farming:straw",
|
||||||
tiles = {"farming_straw.png"},
|
tiles = {"farming_straw.png"},
|
||||||
groups = {crumbly=3},
|
groups = {snappy=3},
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_abm({
|
minetest.register_abm({
|
||||||
|
|
Loading…
Add table
Reference in a new issue