Template:Brewing Stand/doc: Difference between revisions

From Create: Minecraft Mod Wiki
Jump to navigation Jump to search
Create: Minecraft Mod Wiki>Joker876
Created page with "{{documentation subpage}} {{lua|UI}} This template is used to create an interface that looks similar to the Brewing Stand's. See Template:Inventory slot..."
 
BoxWithout (talk | contribs)
m 3 revisions imported
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{documentation subpage}}
{{documentation subpage}}
{{lua|UI}}
{{lua|UI}}
This template is used to create an interface that looks similar to the [[Brewing Stand|Brewing Stand's]].
This template is used to create an interface that looks similar to the {{MC|Brewing Stand|Brewing Stand's}}.


See [[Template:Inventory slot]] for basic slot usage, this documentation page will cover additional or different functions.  
See [[Template:Inventory slot]] for basic slot usage, this documentation page will cover additional or different functions.  
Line 32: Line 32:
;will result in:
;will result in:
{{Brewing Stand
{{Brewing Stand
|Input=  Nether Wart,10; Redstone,64
|Input=  Nether Wart,10; Redstone Dust,64
|Output1= Awkward Potion; Splash Mundane Potion
|Output1= Awkward Potion; Splash Mundane Potion
|Output2= Awkward Potion; Splash Mundane Potion
|Output2= Awkward Potion; Splash Mundane Potion

Latest revision as of 18:52, 14 February 2025

This is a documentation subpage for Template:Brewing Stand.
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 that looks similar to the Brewing Stand's.

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

Usage[edit source]

{{Brewing Stand
|Input=   Nether Wart
|Output1= Awkward Potion
|Output2= Awkward Potion
|Output3= Awkward Potion
}}
will result in

Nether Wart

Awkward PotionAwkward PotionAwkward Potion

Animated[edit source]

To make the slots animate, you make a list of items you want to show, separated by semicolons.

{{Brewing Stand
|Input=   Nether Wart,10; Redstone,64
|Output1= Awkward Potion; Splash Mundane Potion
|Output2= Awkward Potion; Splash Mundane Potion
|Output3= Awkward Potion; Splash Mundane Potion
}}
will result in

Nether Wart10

Awkward PotionAwkward PotionAwkward Potion

See also[edit source]