mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-26 03:07:32 +01:00
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
Block a user