mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-11-23 18:35:27 +01:00
Compare commits
31 Commits
master
...
680f8e8995
| Author | SHA1 | Date | |
|---|---|---|---|
| 680f8e8995 | |||
| 3d63271855 | |||
| e0bc27c825 | |||
| 2814f672f0 | |||
| 2ba84b1e3c | |||
| 00d935de60 | |||
| 6700f2b935 | |||
| 6e973c3830 | |||
| 177a97eab3 | |||
| a832b66977 | |||
| df9e8aea4b | |||
| 99a01301a8 | |||
| 2ef259fa24 | |||
| caaa963eaf | |||
| e5866b7928 | |||
| b6ecc0b95f | |||
| 320cd1d449 | |||
| 3675e9c266 | |||
| 3567b42c39 | |||
| bd67ba2499 | |||
| 5612f4c884 | |||
| 7bcfbbca3a | |||
| e372ccb4d8 | |||
| 5c6a994698 | |||
| 1eec6e3615 | |||
| 0753606eb0 | |||
| 778b5493c7 | |||
| fb0ca9a15c | |||
| 1520d27a73 | |||
| 5d4c64d3b2 | |||
|
|
4eb9ffb088 |
@@ -4,3 +4,6 @@ dofile(modpath.."/alias.lua")
|
||||
dofile(modpath.."/node_stairs.lua")
|
||||
dofile(modpath.."/others.lua")
|
||||
dofile(modpath.."/recipes.lua")
|
||||
|
||||
minetest.log("action", "[building_blocks] loaded.")
|
||||
|
||||
|
||||
@@ -310,3 +310,5 @@ minetest.register_lbm({
|
||||
fire_particles_on(pos)
|
||||
end
|
||||
})
|
||||
|
||||
minetest.log("action", "[fake_fire] loaded.")
|
||||
|
||||
@@ -121,3 +121,6 @@ if minetest.get_modpath("doors") then
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
minetest.log("action", "[homedecor_3d_extra] loaded.")
|
||||
|
||||
|
||||
@@ -69,6 +69,6 @@ dofile(modpath.."/water_particles.lua")
|
||||
dofile(modpath.."/sit.lua")
|
||||
dofile(modpath.."/crafts.lua")
|
||||
|
||||
if minetest.settings:get_bool("log_mod") then
|
||||
if minetest.settings:get_bool("log_mods") then
|
||||
minetest.log("action", "[HomeDecor API] Loaded!")
|
||||
end
|
||||
|
||||
@@ -126,3 +126,5 @@ function inbox.get_inbox_insert_formspec(pos)
|
||||
"listring[]"
|
||||
return formspec
|
||||
end
|
||||
|
||||
minetest.log("action", "[inbox] loaded.")
|
||||
|
||||
@@ -1890,3 +1890,4 @@ if minetest.get_modpath("darkage") then
|
||||
end
|
||||
end
|
||||
|
||||
minetest.log("action", "[homedecor_lightning] loaded.")
|
||||
|
||||
@@ -187,4 +187,6 @@ minetest.register_alias("plasmascreen:screen6", "air")
|
||||
minetest.register_alias("plasmascreen:screen5", "homedecor:tv")
|
||||
minetest.register_alias("plasmascreen:stand", "homedecor:tv_stand")
|
||||
minetest.register_alias("plasmascreen:tv", "homedecor:tv")
|
||||
minetest.register_alias("plasmascreen:tv_off", "homedecor:tv_off")
|
||||
minetest.register_alias("plasmascreen:tv_off", "homedecor:tv_off")
|
||||
|
||||
minetest.log("action", "[plasmascreen] loaded.")
|
||||
|
||||
@@ -82,3 +82,5 @@ dofile(modpath.."/longsofas.lua")
|
||||
dofile(modpath.."/sofas.lua")
|
||||
dofile(modpath.."/armchairs.lua")
|
||||
dofile(modpath.."/misc.lua")
|
||||
|
||||
minetest.log("action", "[homedecor_seating] loaded.")
|
||||
|
||||
@@ -328,3 +328,4 @@ if minetest.get_modpath("mesecons_mvps") then
|
||||
mesecon.register_mvps_stopper("itemframes:pedestal")
|
||||
end
|
||||
|
||||
minetest.log("action", "[itemframes] loaded.")
|
||||
|
||||
Reference in New Issue
Block a user