本站文本内容除另有声明外,转载时均必须注明出处,并遵守CC BY-NC-SA 3.0协议。(转载须知
本站是中文Minecraft Wiki的镜像站,与Mojang Studios、Weird Gloop没有从属关系。(免责声明

全站通知:

模块:DungeonsFrontPageSprite

来自我的世界地下城WIKI_BWIKI_哔哩哔哩
跳到导航 跳到搜索
[创建 | 历史 | 清除缓存]文档页面
此模板没有文档页面。如果你知道此模板的使用方法,请帮助为其创建文档页面。
return {
	settings = {
		name = 'DungeonsFrontPage',
		pos = 64,
		sheetsize = 128,
		url = require( [[Module:Sprite]] ).getUrl( 'DungeonsFrontPageSprite.png', 'version=20200921133902' ),
	},
	sections = {
		{ name = '游戏内容区', id = 1 },
	},
	ids = {
        chat = { pos = 1, section = 1},
        chest = { pos = 3, section = 1},
		['diamond-sword'] = { pos = 9, section = 1},
        enchantment = { pos = 16, section = 1},
        ['key-golem'] = { pos = 7, section = 1},
		level = { pos = 11, section = 1},
        map = { pos = 2, section = 1},
        player = { pos = 6, section = 1},
		power = { pos = 10, section = 1},
		secret = { pos = 14, section = 1},
        settings = { pos = 4, section = 1},
		soul = { pos = 13, section = 1},
        teleport = { pos = 5, section = 1},
        tick = { pos = 15, section = 1},
        tnt = { pos = 8, section = 1},
        totem = { pos = 17, section = 1},
		trial = { pos = 12, section = 1},  
	},
}