Fix typo.

master
David G 2020-04-12 10:27:02 -07:00
parent 39906bb260
commit 6ce398621a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
-- at the cost of making stone even more difficult to work.
minetest.override_item("default:gravel", {
groups = {crumbly = 3, falling_nodes = 1},
groups = {crumbly = 3, falling_node = 1},
})
-- Make dirt nodes also falling.