mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-23 16:39:33 +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",
|
||||
distance = 16,
|
||||
},
|
||||
do_custom = function(self)
|
||||
ice_texture_alpha = minetest.features.object_use_texture_alpha and "blend" or true
|
||||
end,
|
||||
damage = 4,
|
||||
reach = 3,
|
||||
armor = 100,
|
||||
|
|
Loading…
Reference in a new issue