jihuang/mods/workshop-1595631294/modinfo.lua

95 lines
2.4 KiB
Lua
Raw Normal View History

2023-08-19 19:21:17 +08:00
name = "Smart Minisign"
description = [[Can draw by itself
v1.14 (Support Skin)
v1.10 (SaltBox)
v1.08 mod物品 API mod调用]]
author = "小班花 mamjun1"
version = "1.1.5"
forumthread = ""
api_version = 10
priority = -99999
dst_compatible = true
dont_starve_compatible = false
reign_of_giants_compatible = false
all_clients_require_mod = true
icon_atlas = "modicon.xml"
icon = "modicon.tex"
configuration_options =
{
{
name = "Icebox",
label = "Icebox",
hover = "Minisign for icebox/允许冰箱添加小木牌",
options =
{
{description = "No(关闭)", data = false},
{description = "Yes(打开)", data = true},
},
default = false,
},
{
name = "ChangeSkin",
label = "ChangeSkin",
hover = "Minisign can change skin/允许小木牌切换皮肤",
options =
{
{description = "Yes(是)", data = true},
{description = "No(否)", data = false},
},
default = true,
},
{
name = "DragonflyChest",
label = "DragonflyChest",
hover = "Minisign for DragonflyChest/允许龙鳞箱子添加小木牌",
options =
{
{description = "No(关闭)", data = false},
{description = "Yes(打开)", data = true},
},
default = false,
},
{
name = "SaltBox",
label = "SaltBox",
hover = "Minisign for SaltBox/允许盐箱添加小木牌",
options =
{
{description = "No(关闭)", data = false},
{description = "Yes(打开)", data = true},
},
default = false,
},
{
name = "BundleItems",
label = "BundleItems",
hover = "Show the item in bundle/显示包裹里面的物品",
options =
{
{description = "No(关闭)", data = false},
{description = "Yes(打开)", data = true},
},
default = false,
},
{
name = "Digornot",
label = "CanbeDug",
hover = "Can be Dug/是否可以被挖",
options =
{
{description = "No(关闭)", data = false},
{description = "Yes(打开)", data = true},
},
default = false,
},
}