forked from VoxeLibre/VoxeLibre
revert 020a9510cbd7adf7419c166af5c2baba7c96cf45
revert "This has the achievement in there." The only difference is the placement of a single comment, not worth a full on commit.
This commit is contained in:
parent
439ac600fd
commit
9dc27e535b
|
@ -426,7 +426,7 @@ function mcl_itemframes.create_base_item_entity()
|
|||
end
|
||||
return ""
|
||||
end,
|
||||
on_punch = function() return true end, -- to prevent KillAura from destroying the entities.
|
||||
on_punch = function() return true end,
|
||||
_update_texture = function(self)
|
||||
if self._texture then
|
||||
self.object:set_properties({
|
||||
|
|
Loading…
Reference in New Issue