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

全站通知:

模块:NameProvider/extension

来自我的世界地下城WIKI_BWIKI_哔哩哔哩
跳到导航 跳到搜索
[创建 | 历史 | 清除缓存]文档页面
此模板没有文档页面。如果你知道此模板的使用方法,请帮助为其创建文档页面。
return {
	-- Vanilla block types
	['extend.blocktype.banner'] = { "Banner", "旗帜", "旗幟", "橫額" },
	['extend.blocktype.bed'] = { "Bed", "床", "床", "牀" },
	['extend.blocktype.dyed_carpet'] = { "Dyed Carpet", "地毯", "地毯", "地氈" },
	['extend.blocktype.flower'] = { "Flower", "花", "花", "花" },
	['extend.blocktype.head'] = { "Head", "生物头颅", "生物頭顱", "生物頭顱" },
	['extend.blocktype.hyphae'] = { "Hyphae", "菌核", "菌絲體", "菌絲體" },
	['extend.blocktype.log'] = { "Log", "原木", "原木", "原木" },
	['extend.blocktype.mushroom'] = { "Mushroom", "蘑菇", "蘑菇", "蘑菇" },
	['extend.blocktype.planks'] = { "Planks", "木板", "木材", "木板" },
	['extend.blocktype.pressure_plate'] = { "Pressure Plate", "压力板", "壓力板", "壓力板" },
	['extend.blocktype.slab'] = { "Slab", "台阶", "半磚", "半磚" },
	['extend.blocktype.stained_glass'] = { "Stained Glass", "染色玻璃", "染色玻璃", "染色玻璃" },
	['extend.blocktype.stained_glass_pane'] = { "Stained Glass Pane", "染色玻璃板", "染色玻璃片", "染色玻璃片" },
	['extend.blocktype.stairs'] = { "Stairs", "楼梯", "階梯", "樓梯" },
	['extend.blocktype.stem'] = { "Stem", "菌柄", "蕈柄", "菌椗" },
	['extend.blocktype.stone-tier_block'] = { "stone-tier block", "类圆石方块", "類鵝卵石方塊", "類碎石方塊" },
	['extend.blocktype.stripped_hyphae'] = { "Stripped Hyphae", "去皮菌核", "剝皮菌絲體", "剝皮菌絲體" },
	['extend.blocktype.stripped_log'] = { "Stripped Log", "去皮原木", "剝皮原木", "剝皮原木" },
	['extend.blocktype.stripped_stem'] = { "Stripped Stem", "去皮菌柄", "剝皮蕈柄", "剝皮菌椗" },
	['extend.blocktype.stripped_wood'] = { "Stripped Wood", "去皮木头", "剝皮木塊", "剝皮木頭" },
	['extend.blocktype.wood'] = { "Wood", "木头", "木塊", "木頭" },
	['extend.blocktype.wool'] = { "Wool", "羊毛", "羊毛", "羊毛" },

	-- Education exclusive: Compounds
	['extend.education.compound.aluminum_oxide'] = { "Aluminum Oxide", "氧化铝", "氧化鋁", "氧化鋁" },
	['extend.education.compound.boron_trioxide'] = { "Boron Trioxide", "三氧化二硼", "三氧化二硼", "三氧化二硼" },
	['extend.education.compound.cerium_chloride'] = { "Cerium Chloride", "氯化铈", "氯化鈰", "氯化鈰" },
	['extend.education.compound.chloride'] = { "Chloride", "氯化物", "氯化物", "氯化物" },
	['extend.education.compound.hydrogen_peroxide'] = { "Hydrogen Peroxide", "过氧化氢", "過氧化氫", "過氧化氫" },
	['extend.education.compound.latex'] = { "Latex", "乳胶", "乳膠", "乳膠" },
	['extend.education.compound.luminol'] = { "Luminol", "鲁米诺", "魯米諾", "魯米諾" },
	['extend.education.compound.mercuric_chloride'] = { "Mercuric Chloride", "氯化汞", "氯化汞", "氯化汞" },
	['extend.education.compound.polyethylene'] = { "Polyethylene", "聚乙烯", "聚乙烯", "聚乙烯" },
	['extend.education.compound.potassium_chloride'] = { "Potassium Chloride", "氯化钾", "氯化鉀", "氯化鉀" },
	['extend.education.compound.tungsten_chloride'] = { "Tungsten Chloride", "六氯化钨", "六氯化鎢", "六氯化鎢" },

	-- Education exclusive: Elements
	['extend.education.element.helium'] = { "Helium", "氦", "氦", "氦" },
	['extend.education.element.magnesium'] = { "Magnesium", "镁", "鎂", "鎂" },
	['extend.education.element.sodium'] = { "Sodium", "钠", "鈉", "鈉" },

	-- Education exclusive: Items
	['extend.education.item.bleach'] = { "Bleach", "漂白剂", "漂白劑", "漂白劑" },

	-- Vanilla items
	['_extend.item.disc_fragment_5'] = { "Disc Fragment 5", "唱片残片(5)", "唱片碎片(5)", "唱片殘片(5)" },
	['_extend.item.map_nomarkers'] = { "Map (no markers)", "无显示标记地图", "無顯示標記地圖", "無顯示標記地圖" },

	-- Vanilla item types
	['_extend.itemtype.boat'] = { "Boat", "船", "船", "船" }
}