forked from VoxeLibre/VoxeLibre
Fix KillAura bug destroying the Displayed Item.
This commit is contained in:
parent
2577a70a65
commit
bee40c55ec
|
@ -426,7 +426,7 @@ function mcl_itemframes.create_base_item_entity()
|
||||||
end
|
end
|
||||||
return ""
|
return ""
|
||||||
end,
|
end,
|
||||||
|
on_punch = function() return true end,
|
||||||
_update_texture = function(self)
|
_update_texture = function(self)
|
||||||
if self._texture then
|
if self._texture then
|
||||||
self.object:set_properties({
|
self.object:set_properties({
|
||||||
|
@ -887,4 +887,3 @@ function mcl_itemframes.backwards_compatibility ()
|
||||||
minetest.register_entity("mcl_itemframes:glow_map", map_item_base)
|
minetest.register_entity("mcl_itemframes:glow_map", map_item_base)
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue