mirror of
https://github.com/minetest/minetest_game.git
synced 2025-01-03 12:00:20 +01:00
Add vessels group to firefly vessel
This commit is contained in:
parent
e4adb01fbf
commit
88114a74e9
@ -142,7 +142,7 @@ minetest.register_node("fireflies:firefly_bottle", {
|
|||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
light_source = 9,
|
light_source = 9,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
groups = {dig_immediate = 3, attached_node = 1},
|
groups = {vessel = 1, dig_immediate = 3, attached_node = 1},
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {-0.25, -0.5, -0.25, 0.25, 0.3, 0.25}
|
fixed = {-0.25, -0.5, -0.25, 0.25, 0.3, 0.25}
|
||||||
|
Loading…
Reference in New Issue
Block a user