Minecraft Wiki
(Created page with "return { settings = { name = 'FrontPage', pos = 64, sheetsize = 128, url = require( Module:Sprite ).getUrl( 'FrontPageSprite.png', 'version=1584109738528', '' ),...")
 
mNo edit summary
(6 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
pos = 64,
 
pos = 64,
 
sheetsize = 128,
 
sheetsize = 128,
url = require( [[Module:Sprite]] ).getUrl( 'FrontPageSprite.png', 'version=1584109738528', '' ),
+
url = require( [[Module:Sprite]] ).getUrl( 'FrontPageSprite.png', 'version=1608079251818', '' ),
 
},
 
},
 
sections = {
 
sections = {
{ name = 'Gameplay section', id = 2 },
+
{ name = 'Minecraft Earth gameplay', id = 4 },
 
{ name = 'Header', id = 1 },
 
{ name = 'Header', id = 1 },
  +
{ name = 'Minecraft gameplay', id = 2 },
  +
{ name = 'Minecraft Dungeons gameplay', id = 3 },
 
},
 
},
 
ids = {
 
ids = {
anvil = { pos = 13, section = 2 },
+
['anvil'] = { pos = 19, section = 2 },
apple = { pos = 21, section = 2 },
+
['apple'] = { pos = 25, section = 2 },
barrier = { pos = 14, section = 2 },
+
['barrier'] = { pos = 14, section = 2 },
['block-of-redstone'] = { pos = 15, section = 2 },
+
['block-of-redstone'] = { pos = 28, section = 2 },
book = { pos = 9, section = 1 },
+
['book'] = { pos = 8, section = 1 },
['book-and-quill'] = { pos = 7, section = 1 },
+
['book-and-quill'] = { pos = 6, section = 1 },
['brewing-stand'] = { pos = 16, section = 2 },
+
['brewing-stand'] = { pos = 15, section = 2 },
clock = { pos = 4, section = 1 },
+
['chest'] = { pos = 40, section = 4 },
['command-block'] = { pos = 17, section = 2 },
+
['clock'] = { pos = 4, section = 1 },
compass = { pos = 1, section = 1 },
+
['command-block'] = { pos = 29, section = 2 },
['crafting-table'] = { pos = 18, section = 2 },
+
['compass'] = { pos = 1, section = 1 },
creeper = { pos = 22, section = 2 },
+
['crafting-table'] = { pos = 11, section = 2 },
emerald = { pos = 27, section = 2 },
+
['creeper'] = { pos = 26, section = 2 },
['enchanted-book'] = { pos = 10, section = 1 },
+
['du-arch-illager'] = { pos = 30, section = 3 },
['enchanting-table'] = { pos = 28, section = 2 },
+
['du-bow'] = { pos = 33, section = 3 },
['hardcore-heart'] = { pos = 25, section = 2 },
+
['du-creeper-woods'] = { pos = 31, section = 3 },
heart = { pos = 26, section = 2 },
+
['du-daily-trial'] = { pos = 39, section = 3 },
['iron-boots'] = { pos = 23, section = 2 },
+
['du-enchantment-point'] = { pos = 36, section = 3 },
['iron-pickaxe'] = { pos = 6, section = 1 },
+
['du-level'] = { pos = 37, section = 3 },
['lit-furnace'] = { pos = 19, section = 2 },
+
['du-reinforced-mail'] = { pos = 34, section = 3 },
['nether-star'] = { pos = 8, section = 1 },
+
['du-soul'] = { pos = 38, section = 3 },
['oak-door'] = { pos = 5, section = 1 },
+
['du-soul-healer'] = { pos = 35, section = 3 },
painting = { pos = 2, section = 1 },
+
['du-sword'] = { pos = 32, section = 3 },
paper = { pos = 11, section = 1 },
+
['emerald'] = { pos = 22, section = 2 },
player = { pos = 24, section = 2 },
+
['enchanting-table'] = { pos = 20, section = 2 },
redstone = { pos = 29, section = 2 },
+
['hardcore-heart'] = { pos = 12, section = 2 },
ruby = { pos = 12, section = 1 },
+
['heart'] = { pos = 10, section = 2 },
sign = { pos = 3, section = 1 },
+
['iron-boots'] = { pos = 13, section = 2 },
['smithing-table'] = { pos = 32, section = 2 },
+
['iron-pickaxe'] = { pos = 5, section = 1 },
smoker = { pos = 30, section = 2 },
+
['lit-furnace'] = { pos = 16, section = 2 },
stonecutter = { pos = 31, section = 2 },
+
['nether-star'] = { pos = 7, section = 1 },
water = { pos = 20, section = 2 },
+
['painting'] = { pos = 2, section = 1 },
  +
['paper'] = { pos = 9, section = 1 },
  +
['player'] = { pos = 23, section = 2 },
  +
['redstone'] = { pos = 21, section = 2 },
  +
['sign'] = { pos = 3, section = 1 },
  +
['smithing-table'] = { pos = 18, section = 2 },
  +
['smoker'] = { pos = 27, section = 2 },
  +
['stonecutter'] = { pos = 17, section = 2 },
  +
['water'] = { pos = 24, section = 2 },
 
},
 
},
 
}
 
}

Revision as of 00:42, 16 December 2020

[create | history | purge]Documentation
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=1608079251818', '' ),
	},
	sections = {
		{ name = 'Minecraft Earth gameplay', id = 4 },
		{ name = 'Header', id = 1 },
		{ name = 'Minecraft gameplay', id = 2 },
		{ name = 'Minecraft Dungeons gameplay', id = 3 },
	},
	ids = {
		['anvil'] = { pos = 19, section = 2 },
		['apple'] = { pos = 25, section = 2 },
		['barrier'] = { pos = 14, section = 2 },
		['block-of-redstone'] = { pos = 28, section = 2 },
		['book'] = { pos = 8, section = 1 },
		['book-and-quill'] = { pos = 6, section = 1 },
		['brewing-stand'] = { pos = 15, section = 2 },
		['chest'] = { pos = 40, section = 4 },
		['clock'] = { pos = 4, section = 1 },
		['command-block'] = { pos = 29, section = 2 },
		['compass'] = { pos = 1, section = 1 },
		['crafting-table'] = { pos = 11, section = 2 },
		['creeper'] = { pos = 26, section = 2 },
		['du-arch-illager'] = { pos = 30, section = 3 },
		['du-bow'] = { pos = 33, section = 3 },
		['du-creeper-woods'] = { pos = 31, section = 3 },
		['du-daily-trial'] = { pos = 39, section = 3 },
		['du-enchantment-point'] = { pos = 36, section = 3 },
		['du-level'] = { pos = 37, section = 3 },
		['du-reinforced-mail'] = { pos = 34, section = 3 },
		['du-soul'] = { pos = 38, section = 3 },
		['du-soul-healer'] = { pos = 35, section = 3 },
		['du-sword'] = { pos = 32, section = 3 },
		['emerald'] = { pos = 22, section = 2 },
		['enchanting-table'] = { pos = 20, section = 2 },
		['hardcore-heart'] = { pos = 12, section = 2 },
		['heart'] = { pos = 10, section = 2 },
		['iron-boots'] = { pos = 13, section = 2 },
		['iron-pickaxe'] = { pos = 5, section = 1 },
		['lit-furnace'] = { pos = 16, section = 2 },
		['nether-star'] = { pos = 7, section = 1 },
		['painting'] = { pos = 2, section = 1 },
		['paper'] = { pos = 9, section = 1 },
		['player'] = { pos = 23, section = 2 },
		['redstone'] = { pos = 21, section = 2 },
		['sign'] = { pos = 3, section = 1 },
		['smithing-table'] = { pos = 18, section = 2 },
		['smoker'] = { pos = 27, section = 2 },
		['stonecutter'] = { pos = 17, section = 2 },
		['water'] = { pos = 24, section = 2 },
	},
}