More languages
More actions
mNo edit summary |
mNo edit summary |
||
Line 7: | Line 7: | ||
|subtitle = Ore | |subtitle = Ore | ||
|image = {{{image|}}} | |image = {{{image|}}} | ||
| | |header1 = Mining | ||
|label2 = Required Tool | data2 = {{{tool_type|}}} | |label2 = Required Tool | data2 = {{{tool_type|}}} | ||
|label3 = Minimum Tier | data3 = {{#if:{{{tool_tier|}}}|{{{tool_tier|}}}|Any}} | |label3 = Minimum Tier | data3 = {{#if:{{{tool_tier|}}}|{{{tool_tier|}}}|Any}} |
Revision as of 22:24, 24 April 2025
=== Usage ===
{{Infobox Ore
| image = <!-- File name without namespace prefix -->
| short_desc = <!-- Optional, sets the page's short description-->
| tool_type = <!-- Capitalised tool or list of tools required (eg. Pickaxe), defaults to Any if left blank -->
| tool_tier = <!-- Capitalised tier of tool required (eg. Iron), defaults to Any if left blank -->
| overworld_min_y = <!-- Integer, lowest Y level this ore spawns in the Overworld, defaults to N/A if left blank -->
| overworld_max_y = <!-- Integer, highest Y level this ore spawns in the Overworld, defaults to N/A if left blank -->
| overworld_best_y = <!-- Integer range with spaces around the dash (eg. -5 - 50), hides the field if left blank -->
| nether_min_y = <!-- Integer, lowest Y level this ore spawns in the Nether, defaults to N/A if left blank -->
| nether_max_y = <!-- Integer, highest Y level this ore spawns in the Nether, defaults to N/A if left blank -->
| nether_best_y = <!-- Integer range with spaces around the dash (eg. -5 - 50), hides the field if left blank -->
| end_min_y = <!-- Integer, lowest Y level this ore spawns in The End, defaults to N/A if left blank -->
| end_max_y = <!-- Integer, highest Y level this ore spawns in The End, defaults to N/A if left blank -->
| end_best_y = <!-- Integer range with spaces around the dash (eg. -5 - 50), hides the field if left blank -->
}}