mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-01 03:20:03 -04:00
Add same properties to fireflies
This commit is contained in:
parent
4062db5bcd
commit
2315ed98f6
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ minetest.register_node("fireflies:firefly", {
|
|||
sunlight_propagates = true,
|
||||
buildable_to = true,
|
||||
walkable = false,
|
||||
groups = {catchable = 1},
|
||||
groups = {catchable = 1, dig_immediate = 3},
|
||||
drop = "",
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
fixed = {-0.1, -0.1, -0.1, 0.1, 0.1, 0.1},
|
||||
|
|
Loading…
Add table
Reference in a new issue