[homedecor_modpack] Update to Git patch 4d6f0c0:

https://github.com/AntumDeluge/mtmp-homedecor/tree/4d6f0c0
master
AntumDeluge 2017-05-13 04:32:13 -07:00
parent d4c2543896
commit fbb4308d97
7 changed files with 8 additions and 7 deletions

View File

@ -169,7 +169,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m
* oerrki
* sheep
* zombie
* [homedecor_modpack][homedecor] ([LGPL / WTFPL / CC BY-SA / CC0][lic.homedecor]) -- version: [5fb16c4 Git][ver.homedecor] *2017-03-31*
* [homedecor_modpack][homedecor] ([LGPL / WTFPL / CC BY-SA / CC0][lic.homedecor]) -- version: [5fb16c4 Git][ver.homedecor] *2017-03-31* ([patched][patch.homedecor])
* mp_homedecor_modpack/
* building_blocks
* chains
@ -488,6 +488,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m
[patch.ethereal]: https://github.com/AntumDeluge/mtmod-ethereal/tree/ba81be1
[patch.fort_spikes]: https://github.com/AntumDeluge/mtmod-fort_spikes/tree/74dca42
[patch.helicopter]: https://github.com/AntumDeluge/mtmod-helicopter/tree/66a6523
[patch.homedecor]: https://github.com/AntumDeluge/mtmp-homedecor/tree/4d6f0c0
[patch.hovercraft]: https://github.com/AntumDeluge/mtmod-hovercraft/tree/96ad3b4
[patch.hud]: https://github.com/AntumDeluge/mtmod-hud/tree/3473476
[patch.kpgmobs]: https://github.com/AntumDeluge/mtmod-kpgmobs/tree/0773e37

View File

@ -15,7 +15,7 @@ homedecor = {
modpath = modpath,
-- infinite stacks
expect_infinite_stacks = minetest.setting_getbool("creative_mode") and not minetest.get_modpath("unified_inventory")
expect_infinite_stacks = minetest.settings:get_bool("creative_mode") and not minetest.get_modpath("unified_inventory")
}
-- Determine if the item being pointed at is the underside of a node (e.g a ceiling)

View File

@ -108,6 +108,6 @@ minetest.register_lbm({
end
})
if minetest.setting_get("log_mods") then
if minetest.settings:get("log_mods") then
minetest.log("action", "[lrfurn/armchairs] "..S("Loaded!"))
end

View File

@ -65,6 +65,6 @@ minetest.register_craft({
}
})
if minetest.setting_get("log_mods") then
if minetest.settings:get("log_mods") then
minetest.log("action", "[lrfurn/coffeetable] "..S("Loaded!"))
end

View File

@ -48,6 +48,6 @@ minetest.register_craft({
}
})
if minetest.setting_get("log_mods") then
if minetest.settings:get("log_mods") then
minetest.log("action", "[lrfurn/endtable] "..S("Loaded!"))
end

View File

@ -122,6 +122,6 @@ minetest.register_lbm({
end
})
if minetest.setting_get("log_mods") then
if minetest.settings:get("log_mods") then
minetest.log("action", "[lrfurn/longsofas] "..S("Loaded!"))
end

View File

@ -122,6 +122,6 @@ minetest.register_lbm({
end
})
if minetest.setting_get("log_mods") then
if minetest.settings:get("log_mods") then
minetest.log("action", "[lrfurn/sofas] "..S("Loaded!"))
end