mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 09:31:07 +01:00
Remove unessesary code in slime+magma_cube.lua
This commit is contained in:
parent
393bc195fb
commit
af89b95316
1 changed files with 0 additions and 3 deletions
|
@ -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 a new issue