Feature-filled home decor modpack.
Go to file
Foz 39984c356b Resolve itemframe entity duplication Fixes #405.
The ABM that replaces deleted entities in itemframes and pedestals can sometimes add multiple copies of each entity due to a race condition in which the ABM runs either before the server loads the entities or after they have been removed due to the map block being unloaded.  Due to limitations in determining when all entities have been loaded, this race condition cannot be fully avoided.  This commit converts the ABM, which ran every fifteen seconds, into and LBM that runs on every load and adds a check to the entities when they are loaded such that only the first loaded entity will be kept and any additional copies delete themselves during the loading process.
2018-05-13 09:34:18 -04:00
building_blocks Proper handle stairs groups 2018-05-11 09:09:25 -04:00
chains Update init.lua (#400) 2017-12-21 01:45:30 -05:00
computer Computer Remove local 2018-05-11 09:20:44 -04:00
fake_fire add description for "Ice Fire" (#385) 2017-08-20 11:52:45 -04:00
homedecor add optional support for skinsdb in wardrobe 2018-05-13 09:31:27 -04:00
homedecor_3d_extras Whitespace damage fixes. 2016-12-31 12:33:46 -08:00
homedecor_i18n Update Malay translation (#396) 2017-11-13 22:22:45 -05:00
inbox verify inbox owner when taking items 2017-06-25 03:11:19 -04:00
itemframes Resolve itemframe entity duplication Fixes #405. 2018-05-13 09:34:18 -04:00
lavalamp use texture overlays on lava lamps 2017-06-25 03:12:13 -04:00
lrfurn Update french, german, portuguese (and pt_BR) translations (#380) 2017-08-12 16:30:46 -04:00
plasmascreen switch over all punch-operated objects 2017-02-20 18:30:59 -05:00
.gitignore ignore eclipse project files 2015-08-16 16:05:00 +02:00
.luacheckrc Luacheck: make this a bit more useful by adding common symbols. 2017-12-06 21:16:40 -08:00
LICENSE clarify the license info for the modpack and combine all such files into one 2015-05-15 19:12:01 -04:00
README reduce README to just a stub (use the forum thread instead) 2017-02-22 14:59:54 -05:00
bower.json Add files via upload 2016-08-10 18:41:51 +02:00
modpack.txt split signs_lib from homedecor, put them into their own separate mods 2014-01-25 12:57:05 -05:00

README

This is what I consider to be a fairly feature-filled home decor modpack.  
See the forum thread at 
https://forum.minetest.net/viewtopic.php?f=11&t=2041 for details about 
this modpack.

Dependencies: unifieddyes and a Minetest engine build newer than 2017-01-23.

Recommends: signs_lib, windmill, moreblocks, unified_inventory.