Module:BiomeSprite/The Aether

From Aether Project Wiki
Jump to navigation Jump to search
This is the documentation page. It will be transcluded into the main module page. See Template:Documentation for more information

This module automatically inputs certain parameters when {{Sprites/BiomeSprite/The_Aether}} is used.


return {
	settings = {
		image = 'The_Aether-BiomeCSS.png',
		name = 'The_Aether-Biome',
		classname = 'biome-sprite-aether',
		pos = 96,
		sheetsize = 128,
		stylesheet = true,
	},
	sections = {
		{ name = 'Default', id = 1 },
	},
	ids = {
		default = { pos = 96, section = 1 },
	},
}