mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-01 03:20:03 -04:00
Killable butterflies
This commit is contained in:
parent
76a08a7058
commit
4062db5bcd
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ for i in ipairs (butter_list) do
|
|||
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