Difference between revisions of "Template:Breaking"

From Mine Blocks Wiki
Jump to navigation Jump to search
If you find a typo, inconsistency, or error, please sign up and help out the wiki! We can't do it without your help! :D Thank you!

Line 4: Line 4:
 
! Tool
 
! Tool
 
| Default
 
| Default
{{#if: {{{Wood|}}}
+
{{#if: {{{Wood|}}}|
 
{{!}} {{I|Wooden {{{Tool|}}}}}
 
{{!}} {{I|Wooden {{{Tool|}}}}}
 
}}<!--
 
}}<!--
-->{{#if: {{{Stone|}}}
+
-->{{#if: {{{Stone|}}}|
 
{{!}} {{I|Stone {{{Tool|}}}}}
 
{{!}} {{I|Stone {{{Tool|}}}}}
 
}}<!--
 
}}<!--
-->{{#if: {{{Iron|}}}
+
-->{{#if: {{{Iron|}}}|
 
{{!}} {{I|Iron {{{Tool|}}}}}
 
{{!}} {{I|Iron {{{Tool|}}}}}
 
}}<!--
 
}}<!--
-->{{#if: {{{Gold|}}}
+
-->{{#if: {{{Gold|}}}|
 
{{!}} {{I|Gold {{{Tool|}}}}}
 
{{!}} {{I|Gold {{{Tool|}}}}}
 
}}<!--
 
}}<!--
-->{{#if: {{{Diamond|}}}
+
-->{{#if: {{{Diamond|}}}|
 
{{!}} {{I|Diamond {{{Tool|}}}}}
 
{{!}} {{I|Diamond {{{Tool|}}}}}
 
}}<!--
 
}}<!--
-->{{#if: {{{Obsidian|}}}
+
-->{{#if: {{{Obsidian|}}}|
 
{{!}} {{I|Obsidian {{{Tool|}}}}}
 
{{!}} {{I|Obsidian {{{Tool|}}}}}
 
}}
 
}}
Line 25: Line 25:
 
! Time
 
! Time
 
| {{{Default time|}}}
 
| {{{Default time|}}}
{{#if: {{{Wood|}}}
+
{{#if: {{{Wood|}}}|
 
{{!}} {{{Wood}}}s
 
{{!}} {{{Wood}}}s
 
}}<!--
 
}}<!--
-->{{#if: {{{Stone|}}}
+
-->{{#if: {{{Stone|}}}|
 
{{!}} {{{Stone}}}s
 
{{!}} {{{Stone}}}s
 
}}<!--
 
}}<!--
-->{{#if: {{{Iron|}}}
+
-->{{#if: {{{Iron|}}}|
 
{{!}} {{{Iron}}}s
 
{{!}} {{{Iron}}}s
 
}}<!--
 
}}<!--
-->{{#if: {{{Gold|}}}
+
-->{{#if: {{{Gold|}}}|
 
{{!}} {{{Gold}}}s
 
{{!}} {{{Gold}}}s
 
}}<!--
 
}}<!--
-->{{#if: {{{Diamond|}}}
+
-->{{#if: {{{Diamond|}}}|
 
{{!}} {{{Diamond}}}s
 
{{!}} {{{Diamond}}}s
 
}}<!--
 
}}<!--
-->{{#if: {{{Obsidian|}}}
+
-->{{#if: {{{Obsidian|}}}|
 
{{!}} {{{Obsidian}}}s
 
{{!}} {{{Obsidian}}}s
 
}}
 
}}

Revision as of 10:24, 1 January 2022

Breaking times
Tool Default
Time

Usage

{{Breaking
| Default time = 
| Tool = 
| Wood = 
| Stone = 
| Iron = 
| Gold = 
| Diamond = 
| Obsidian = 
}}

Example

{{Breaking
| Default time = 1.5
| Tool = Pickaxe
| Wood = 1.25
| Stone = 1
| Iron = 0.75
| Gold = 0.5
| Diamond = 0.25
| Obsidian = 0.1
}}

Results in:

Breaking times
Tool Default Wooden Pickaxe| Stone Pickaxe| Iron Pickaxe| Gold Pickaxe| Diamond Pickaxe| Obsidian Pickaxe
Time 1.5 1s| 0.75s| 0.5s| 0.25s| 0.1s