Add same properties to fireflies

This commit is contained in:
An0n3m0us 2019-05-30 14:49:41 +01:00
parent 4062db5bcd
commit 2315ed98f6

View file

@ -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},