mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue