Update several mods:

biome_lib, boost_cart, building_blocks, castle, homedecor, glooptest,
currency, roads, invsaw, maptools, mesecons, moreblocks, nixie_tubes,
pipeworks, signs_lib, technic, unified_inventory, unifiedbricks, worldedit,
xban2
This commit is contained in:
Vanessa Ezekowitz
2016-12-01 04:22:40 -05:00
parent 67d414d2f9
commit 2922421f4a
108 changed files with 1410 additions and 1081 deletions

View File

@@ -84,7 +84,9 @@ glooptest.extragen_module.treasure[5] = {
local treasure_chest_formspec =
"size[8,9]"..
"list[current_name;main;0,0;8,4;]"..
"list[current_player;main;0,5;8,4;]"
"list[current_player;main;0,5;8,4;]"..
"listring[current_name;main]"..
"listring[current_player;main]"
local treasure_chest_nodebox = {
{-7/16, -8/16, -7/16, 7/16, 6/16, 7/16},
@@ -371,4 +373,4 @@ minetest.register_on_generated(function(minp, maxp)
end
end)
--minetest.register_on_generated(glooptest.extragen_module.spawn_chests(minp, maxp))
--minetest.register_on_generated(glooptest.extragen_module.spawn_chests(minp, maxp))