mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-04-23 07:35:16 +02:00
Remove already done TODO comment
it's all implemented in compat.lua
This commit is contained in:
parent
91ef5fe7ea
commit
ea6555b33b
1 changed files with 0 additions and 6 deletions
|
@ -3,12 +3,6 @@ mcl_itemframes.registered_nodes = {}
|
|||
mcl_itemframes.registered_itemframes = {}
|
||||
local S = minetest.get_translator(minetest.get_current_modname())
|
||||
|
||||
--[[ TODO: implement stubs for these entities and remove/replace them
|
||||
minetest.register_entity("mcl_itemframes:map", map_item_base)
|
||||
minetest.register_entity("mcl_itemframes:glow_item", frame_item_base)
|
||||
minetest.register_entity("mcl_itemframes:glow_map", map_item_base)
|
||||
--]]
|
||||
|
||||
local fbox = {type = "fixed", fixed = {-6/16, -1/2, -6/16, 7/16, -7/16, 6/16}}
|
||||
|
||||
local base_props = {
|
||||
|
|
Loading…
Add table
Reference in a new issue