1
0
mirror of https://github.com/minetest/minetest_game.git synced 2024-09-28 14:40:21 +02:00

Add vessels group to firefly vessel

This commit is contained in:
An0n3m0us 2019-09-13 19:47:09 +01:00 committed by SmallJoker
parent e4adb01fbf
commit 88114a74e9

View File

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