diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2016-12-01 04:22:40 -0500 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2016-12-01 04:22:40 -0500 |
commit | 2922421f4a88e56a0a1c819f62bf2bc287835388 (patch) | |
tree | b6dafb3d00ef05778e456716c03544279c2978fa /glooptest | |
parent | 67d414d2f9aa5999e3f1755543a68455b4bb6d99 (diff) | |
download | dreambuilder_modpack-2922421f4a88e56a0a1c819f62bf2bc287835388.tar dreambuilder_modpack-2922421f4a88e56a0a1c819f62bf2bc287835388.tar.gz dreambuilder_modpack-2922421f4a88e56a0a1c819f62bf2bc287835388.tar.bz2 dreambuilder_modpack-2922421f4a88e56a0a1c819f62bf2bc287835388.tar.xz dreambuilder_modpack-2922421f4a88e56a0a1c819f62bf2bc287835388.zip |
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
Diffstat (limited to 'glooptest')
-rw-r--r-- | glooptest/othergen_module/init.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/glooptest/othergen_module/init.lua b/glooptest/othergen_module/init.lua index 77a6e66..3ec79e5 100644 --- a/glooptest/othergen_module/init.lua +++ b/glooptest/othergen_module/init.lua @@ -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))
\ No newline at end of file +--minetest.register_on_generated(glooptest.extragen_module.spawn_chests(minp, maxp)) |