Template:Bulk Blasting/doc: Difference between revisions

From Create: Minecraft Mod Wiki
Jump to navigation Jump to search
Create: Minecraft Mod Wiki>Joker876
No edit summary
BoxWithout (talk | contribs)
m 4 revisions imported
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:
{{ParametersHead}}
{{ParametersHead}}
{{Parameters|Input|yes|any|The input item. Accepts input such as <code>ItemName,Amount</code>.}}
{{Parameters|Input|yes|any|The input item. Accepts input such as <code>ItemName,Amount</code>.}}
{{Parameters|Output''N''|yes|reqtext=<br/><font size="-2" style="white-space: nowrap">(at least 1)</font>|any|The ''N''th output item. Accepts input such as <code>ItemName,Amount</code>. There can be unlimited output items.}}
{{Parameters|Output|yes|any|The output item. Accepts input such as <code>ItemName,Amount</code>.}}
{{ParametersFoot}}
{{ParametersFoot}}
== Usage ==
== Usage ==
<pre style="max-width: 400px">{{Bulk Blasting
<pre style="max-width: 400px">{{Bulk Blasting
|Input=Crushed Copper Ore
|Input=Crushed Copper Ore
|Output1=Copper Ingot
|Output=Copper Ingot
}}</pre>
}}</pre>


Line 19: Line 19:
{{Bulk Blasting
{{Bulk Blasting
|Input=Crushed Copper Ore
|Input=Crushed Copper Ore
|Output1=Copper Ingot
|Output=Copper Ingot
}}
}}



Latest revision as of 18:52, 14 February 2025

This is a documentation subpage for Template:Bulk Blasting.
It contains usage information, categories and other content that is not part of the original template page.

Lua error in package.lua at line 80: module 'Dev:Arguments' not found. This template is used to create an interface to display Bulk Blasting recipes.

See Template:Inventory slot for basic usage, this documentation page will cover additional or different functions.

Definition[edit source]

Parameter R? Type Description Default
Input
Yes
/
The input item. Accepts input such as ItemName,Amount.
Output
Yes
/
The output item. Accepts input such as ItemName,Amount.

Usage[edit source]

{{Bulk Blasting
|Input=Crushed Copper Ore
|Output=Copper Ingot
}}
produces
Crushed Copper Ore
Bulk Blasting
Copper Ingot

See also[edit source]