forked from VoxeLibre/VoxeLibre
Remove unessesary code in slime+magma_cube.lua
This commit is contained in:
parent
393bc195fb
commit
af89b95316
|
@ -78,9 +78,6 @@ local slime_big = {
|
||||||
attack = "green_slime_attack",
|
attack = "green_slime_attack",
|
||||||
distance = 16,
|
distance = 16,
|
||||||
},
|
},
|
||||||
do_custom = function(self)
|
|
||||||
ice_texture_alpha = minetest.features.object_use_texture_alpha and "blend" or true
|
|
||||||
end,
|
|
||||||
damage = 4,
|
damage = 4,
|
||||||
reach = 3,
|
reach = 3,
|
||||||
armor = 100,
|
armor = 100,
|
||||||
|
|
Loading…
Reference in New Issue