Minecraft Wiki
Advertisement
[view | edit | history | purge]DocumentationJump to code ↴

This module lists titles for {{schematic}} that appear when a reader hovers over a sprite.

[view | edit | history | purge]The above documentation is transcluded from Module:Schematic/titles/doc.
return {
	['SB'] = 'Stationary block',
	['MB'] = 'Movable block',
	['input'] = 'Input',
	['output'] = 'Output',
	['AB'] = 'Any block'
}
Advertisement