Template:Grid/Brewing Stand/doc

From Aether Project Wiki
Jump to navigation Jump to search
This is the documentation page. It should be transcluded into the main template page. See Template:Documentation for more information
Lua.svg
This template uses Module:UI, a script written in Lua.

This template is used to create an interface that looks similar to the Brewing Stand's.

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

Usage

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



Animated

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

{{Grid/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

See also