mirror of
https://github.com/pyrollo/display_modpack.git
synced 2025-11-05 08:25:32 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 21cfb2e59e | |||
| 0df11424ea | |||
| ad30eeab23 |
@@ -137,3 +137,4 @@ minetest.register_craft(
|
||||
}
|
||||
})
|
||||
|
||||
minetest.log("action", "[boards] loaded.")
|
||||
|
||||
@@ -29,3 +29,5 @@ display_api.path = minetest.get_modpath(display_api.name)
|
||||
|
||||
dofile(display_api.path.."/display.lua")
|
||||
dofile(display_api.path.."/deprecation.lua")
|
||||
|
||||
minetest.log("action", "[display_api] loaded.")
|
||||
|
||||
@@ -33,3 +33,5 @@ if minetest.get_modpath("display_api") then
|
||||
dofile(font_api.path.."/display_api.lua")
|
||||
end
|
||||
dofile(font_api.path.."/deprecation.lua")
|
||||
|
||||
minetest.log("action", "[font_api] loaded.")
|
||||
|
||||
@@ -22,3 +22,4 @@ font_api.register_font(
|
||||
}
|
||||
);
|
||||
|
||||
minetest.log("action", "[font_metro] loaded.")
|
||||
|
||||
@@ -29,3 +29,5 @@ ontime_clocks.intllib = S
|
||||
dofile(ontime_clocks.path.."/common.lua")
|
||||
dofile(ontime_clocks.path.."/nodes.lua")
|
||||
dofile(ontime_clocks.path.."/crafts.lua")
|
||||
|
||||
minetest.log("action", "[ontime_clocks] loaded.")
|
||||
|
||||
@@ -31,6 +31,4 @@ dofile(signs.path.."/nodes.lua")
|
||||
dofile(signs.path.."/crafts.lua")
|
||||
dofile(signs.path.."/compatibility.lua")
|
||||
|
||||
|
||||
|
||||
|
||||
minetest.log("action", "[signs] loaded.")
|
||||
|
||||
@@ -249,3 +249,5 @@ end
|
||||
|
||||
-- Text entity for all signs
|
||||
display_api.register_display_entity("signs:display_text")
|
||||
|
||||
minetest.log("action", "[signs_api] loaded.")
|
||||
|
||||
@@ -31,7 +31,4 @@ dofile(signs_road.path.."/nodes.lua")
|
||||
dofile(signs_road.path.."/crafts.lua")
|
||||
dofile(signs_road.path.."/compatibility.lua")
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
minetest.log("action", "[signs_road] loaded")
|
||||
|
||||
@@ -29,3 +29,5 @@ steles.intllib = S
|
||||
dofile(steles.path.."/config.lua")
|
||||
dofile(steles.path.."/nodes.lua")
|
||||
dofile(steles.path.."/crafts.lua")
|
||||
|
||||
minetest.log("action", "[steles] loaded.")
|
||||
|
||||
Reference in New Issue
Block a user