Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add vessels group to firefly vessel
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
mods/fireflies/init.lua
|
@@ -142,7 +142,7 @@ minetest.register_node("fireflies:firefly_bottle", { |
|
|
sunlight_propagates = true, |
|
|
light_source = 9, |
|
|
walkable = false, |
|
|
groups = {dig_immediate = 3, attached_node = 1}, |
|
|
groups = {vessel = 1, dig_immediate = 3, attached_node = 1}, |
|
|
selection_box = { |
|
|
type = "fixed", |
|
|
fixed = {-0.25, -0.5, -0.25, 0.25, 0.3, 0.25} |
|
|