forked from mtcontrib/display_modpack
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
e0e0305836 |
@ -137,4 +137,3 @@ minetest.register_craft(
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.log("action", "[boards] loaded.")
|
|
||||||
|
@ -29,5 +29,3 @@ display_api.path = minetest.get_modpath(display_api.name)
|
|||||||
|
|
||||||
dofile(display_api.path.."/display.lua")
|
dofile(display_api.path.."/display.lua")
|
||||||
dofile(display_api.path.."/deprecation.lua")
|
dofile(display_api.path.."/deprecation.lua")
|
||||||
|
|
||||||
minetest.log("action", "[display_api] loaded.")
|
|
||||||
|
@ -33,5 +33,3 @@ if minetest.get_modpath("display_api") then
|
|||||||
dofile(font_api.path.."/display_api.lua")
|
dofile(font_api.path.."/display_api.lua")
|
||||||
end
|
end
|
||||||
dofile(font_api.path.."/deprecation.lua")
|
dofile(font_api.path.."/deprecation.lua")
|
||||||
|
|
||||||
minetest.log("action", "[font_api] loaded.")
|
|
||||||
|
@ -22,4 +22,3 @@ font_api.register_font(
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
minetest.log("action", "[font_metro] loaded.")
|
|
||||||
|
@ -29,5 +29,3 @@ ontime_clocks.intllib = S
|
|||||||
dofile(ontime_clocks.path.."/common.lua")
|
dofile(ontime_clocks.path.."/common.lua")
|
||||||
dofile(ontime_clocks.path.."/nodes.lua")
|
dofile(ontime_clocks.path.."/nodes.lua")
|
||||||
dofile(ontime_clocks.path.."/crafts.lua")
|
dofile(ontime_clocks.path.."/crafts.lua")
|
||||||
|
|
||||||
minetest.log("action", "[ontime_clocks] loaded.")
|
|
||||||
|
@ -31,4 +31,6 @@ dofile(signs.path.."/nodes.lua")
|
|||||||
dofile(signs.path.."/crafts.lua")
|
dofile(signs.path.."/crafts.lua")
|
||||||
dofile(signs.path.."/compatibility.lua")
|
dofile(signs.path.."/compatibility.lua")
|
||||||
|
|
||||||
minetest.log("action", "[signs] loaded.")
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -249,5 +249,3 @@ end
|
|||||||
|
|
||||||
-- Text entity for all signs
|
-- Text entity for all signs
|
||||||
display_api.register_display_entity("signs:display_text")
|
display_api.register_display_entity("signs:display_text")
|
||||||
|
|
||||||
minetest.log("action", "[signs_api] loaded.")
|
|
||||||
|
@ -31,4 +31,7 @@ dofile(signs_road.path.."/nodes.lua")
|
|||||||
dofile(signs_road.path.."/crafts.lua")
|
dofile(signs_road.path.."/crafts.lua")
|
||||||
dofile(signs_road.path.."/compatibility.lua")
|
dofile(signs_road.path.."/compatibility.lua")
|
||||||
|
|
||||||
minetest.log("action", "[signs_road] loaded")
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -29,5 +29,3 @@ steles.intllib = S
|
|||||||
dofile(steles.path.."/config.lua")
|
dofile(steles.path.."/config.lua")
|
||||||
dofile(steles.path.."/nodes.lua")
|
dofile(steles.path.."/nodes.lua")
|
||||||
dofile(steles.path.."/crafts.lua")
|
dofile(steles.path.."/crafts.lua")
|
||||||
|
|
||||||
minetest.log("action", "[steles] loaded.")
|
|
||||||
|
Reference in New Issue
Block a user