mirror of
https://github.com/Mestima/wanda.git
synced 2025-05-03 13:40:15 +00:00
code rewrite, info update
This commit is contained in:
parent
5940741e38
commit
a9020ed88a
@ -1,27 +1,19 @@
|
|||||||
name = "Wanda's pocket watch bag (advanced)"
|
name = "Reliable Wanda (bundle)"
|
||||||
description = "An advanced version of Wanda's pocket watch bag"
|
description = "A bundle of modifications that makes Wanda more reliable"
|
||||||
author = "非自然对数㏑x & Mestima"
|
author = "Mestima"
|
||||||
version = "1.0.3"
|
version = "1.1.1"
|
||||||
|
|
||||||
forumthread = ""
|
forumthread = ""
|
||||||
|
|
||||||
api_version = 6
|
api_version = 6
|
||||||
api_version_dst = 10
|
api_version_dst = 10
|
||||||
|
|
||||||
dst_compatible = true
|
dst_compatible = true
|
||||||
|
|
||||||
dont_starve_compatible = false
|
dont_starve_compatible = false
|
||||||
reign_of_giants_compatible = false
|
reign_of_giants_compatible = false
|
||||||
shipwrecked_compatible = false
|
shipwrecked_compatible = false
|
||||||
|
|
||||||
all_clients_require_mod = true
|
all_clients_require_mod = true
|
||||||
|
|
||||||
icon_atlas = "images/modicon_pocketwatchpack.xml"
|
icon_atlas = "images/modicon_pocketwatchpack.xml"
|
||||||
icon = "modicon_pocketwatchpack.tex"
|
icon = "modicon_pocketwatchpack.tex"
|
||||||
|
|
||||||
priority = 0
|
priority = 0
|
||||||
|
server_filter_tags = {"Reliable Wanda"}
|
||||||
server_filter_tags = {"Wanda's bag"}
|
|
||||||
|
|
||||||
local keys = {
|
local keys = {
|
||||||
"None",
|
"None",
|
||||||
@ -100,6 +92,7 @@ local function filltable(tbl)
|
|||||||
tbl[i] = {description = keys[i], data = keys[i]}
|
tbl[i] = {description = keys[i], data = keys[i]}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
filltable(configuration_options[5].options)
|
|
||||||
filltable(configuration_options[6].options)
|
for i=5,7 do
|
||||||
filltable(configuration_options[7].options)
|
filltable(configuration_options[i].options)
|
||||||
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user