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:
@@ -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))
|
||||
|
Reference in New Issue
Block a user