Modul:FrontPageSprite – minecraft.fandom.com
Skočit na navigaci
Skočit na vyhledávání
Treść tej podstrony pochodzi z artykułu „Modul:FrontPageSprite” w domenie minecraft.fandom.com na licencji CC BY-NC-SA 3.0
This module has no documentation. If you know how to use this module, please create it.
return {
settings = {
name = 'FrontPage',
pos = 64,
sheetsize = 128,
url = require( [[Module:Sprite]] ).getUrl( 'FrontPageSprite.png', 'version=1', '' ),
},
sections = {
{ name = 'Header', id = 1 },
},
ids = {
['compass'] = { pos = 1, section = 1 },
['painting'] = { pos = 2, section = 1 },
['sign'] = { pos = 3, section = 1 },
['clock'] = { pos = 4, section = 1 },
['oak-door'] = { pos = 5, section = 1 },
['iron-pickaxe'] = { pos = 6, section = 1 },
['book-and-quill'] = { pos = 7, section = 1 },
['nether-star'] = { pos = 8, section = 1 },
['book'] = { pos = 9, section = 1 },
['enchanted-book'] = { pos = 10, section = 1 },
['paper'] = { pos = 11, section = 1 },
['ruby'] = { pos = 12, section = 1 },
['anvil'] = { pos = 13, section = 1 },
['barrier'] = { pos = 14, section = 1 },
['redstone-block'] = { pos = 15, section = 1 },
['brewing-stand'] = { pos = 16, section = 1 },
['command-block'] = { pos = 17, section = 1 },
['crafting-table'] = { pos = 18, section = 1 },
['furnace'] = { pos = 19, section = 1 },
['water'] = { pos = 20, section = 1 },
['apple'] = { pos = 21, section = 1 },
['creeper-skull'] = { pos = 22, section = 1 },
['iron-boots'] = { pos = 23, section = 1 },
['player-head'] = { pos = 24, section = 1 },
['hardcore-heart'] = { pos = 25, section = 1 },
['heart'] = { pos = 26, section = 1 },
['emerald'] = { pos = 27, section = 1 },
['enchanting-table'] = { pos = 28, section = 1 },
['redstone-dust'] = { pos = 29, section = 1 },
['blast-furnace'] = { pos = 30, section = 1 },
}
}