Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- name = "Extended Map Icons"
- version = "1.12"
- description = "Add more icons to the map. Includes all the mobs, basic tools, flowers, gold nuggets, rocks, flints, and more."
- author = "IceGrog"
- forumthread = ""
- icon = "modicon.tex"
- icon_atlas = "modicon.xml"
- api_version = 6
- dont_starve_compatible = true
- reign_of_giants_compatible = true
- shipwrecked_compatible = true
- configuration_options = {
- {
- name = "Icons_Border",
- label = "圖案邊框",
- default = "red_yellow",
- options = {
- {description = "紅色", data = "red"},
- {description = "黃色", data = "yellow"},
- {description = "紅色/黃色", data = "red_yellow"},
- {description = "關閉", data = false}
- }
- },
- {
- name = "Basic_Mobs",
- label = "生物",
- default = true,
- options = {
- {description = "顯示", data = true},
- {description = "不顯示", data = false}
- }
- },
- {
- name = "More_Mobs",
- label = "更多生物(LAG)",
- default = false,
- options = {
- {description = "顯示", data = true},
- {description = "不顯示", data = false}
- }
- },
- {
- name = "Giants",
- label = "頭目級生物",
- default = true,
- options = {
- {description = "顯示", data = true},
- {description = "不顯示", data = false}
- }
- },
- {
- name = "Tools",
- label = "工具",
- default = true,
- options = {
- {description = "顯示", data = true},
- {description = "不顯示", data = false}
- }
- },
- {
- name = "Minerals",
- label = "礦物",
- default = true,
- options = {
- {description = "顯示", data = true},
- {description = "不顯示", data = false}
- }
- },
- {
- name = "Bones",
- label = "骨骸",
- default = true,
- options = {
- {description = "顯示", data = true},
- {description = "不顯示", data = false}
- }
- },
- {
- name = "Holes",
- label = "巢穴",
- default = true,
- options = {
- {description = "顯示", data = true},
- {description = "不顯示", data = false}
- }
- },
- {
- name = "Vegetation",
- label = "植被",
- default = true,
- options = {
- {description = "顯示", data = true},
- {description = "不顯示", data = false}
- }
- },
- {
- name = "Flowers",
- label = "花",
- default = false,
- options = {
- {description = "顯示", data = true},
- {description = "不顯示", data = false}
- }
- },
- {
- name = "Seashells",
- label = "貝殼",
- default = false,
- options = {
- {description = "顯示", data = true},
- {description = "不顯示", data = false}
- }
- },
- {
- name = "Pigs_Rituals",
- label = "復活祭壇",
- default = true,
- options = {
- {description = "顯示", data = true},
- {description = "不顯示", data = false}
- }
- },
- {
- name = "Walls",
- label = "牆",
- default = true,
- options = {
- {description = "顯示", data = true, },
- {description = "不顯示", data = false}
- }
- },
- {
- name = "Things",
- label = "傳送台零件",
- default = true,
- options = {
- {description = "顯示", data = true},
- {description = "不顯示", data = false}
- }
- },
- {
- name = "Chester_Packim_Bones",
- label = "切斯特和眼骨",
- default = true,
- options = {
- {description = "顯示", data = true},
- {description = "不顯示", data = false}
- }
- },
- {
- name = "Tracks",
- label = "可疑的土堆",
- default = true,
- options = {
- {description = "顯示", data = true},
- {description = "不顯示", data = false}
- }
- },
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement