Jump to: navigation, search

Module:Schematic/Titles: Difference between revisions

m (1 revision)
 
mNo edit summary
 
Line 1: Line 1:
return {
return {
['SB'] = 'Stationary block',
['SB'] = 'Stationary block',
['MB'] = 'Movable block',
['input'] = 'Input',
['input'] = 'Input',
['output'] = 'Output',
['output'] = 'Output',
['le-e!'] = 'Active lever',
['AB'] = 'Any block'
['rr-e2'] = 'Repeater, 2 tick delay',
['rr-w1'] = 'Repeater, 1 tick delay',
['rd-ew!'] = 'Active Redstone dust',
}
}

Latest revision as of 15:10, 12 May 2017

Documentation for this module may be created at Module:Schematic/Titles/doc

return {
	['SB'] = 'Stationary block',
	['MB'] = 'Movable block',
	['input'] = 'Input',
	['output'] = 'Output',
	['AB'] = 'Any block'
}


Cookies help us deliver our services. By using our services, you agree to our use of cookies.