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
|
||||
return ""
|
||||
end,
|
||||
on_punch = function() return true end,
|
||||
on_punch = function() return true end, -- to prevent KillAura from destroying the entities.
|
||||
_update_texture = function(self)
|
||||
if self._texture then
|
||||
self.object:set_properties({
|
||||
|
|
Loading…
Reference in New Issue