forked from VoxeLibre/VoxeLibre
This has the achievement in there.
This commit is contained in:
parent
bee40c55ec
commit
439ac600fd
|
@ -426,7 +426,7 @@ function mcl_itemframes.create_base_item_entity()
|
||||||
end
|
end
|
||||||
return ""
|
return ""
|
||||||
end,
|
end,
|
||||||
on_punch = function() return true end,
|
on_punch = function() return true end, -- to prevent KillAura from destroying the entities.
|
||||||
_update_texture = function(self)
|
_update_texture = function(self)
|
||||||
if self._texture then
|
if self._texture then
|
||||||
self.object:set_properties({
|
self.object:set_properties({
|
||||||
|
|
Loading…
Reference in New Issue