Minecraft Wiki
Advertisement
[view | edit | history | purge]Documentation
Lua logo
This template uses Module:Brewing, a script written in Lua.

Using this template, you can create tables like those commonly used in the “Brewing ingredient” sections of articles about blocks and items.

By default, the table generates with 3 columns: Name, Ingredients, and the main column containing the recipe. You can set the parameter {{{showname=1}}} or {{{showname=0}}} in the first template of the table to show or hide the Name column. To group multiple brewing templates into one table, you also need to set {{{head=1}}} in the first template of the table, and {{{foot=1}}} in the last.

The parameter {{{base=}}} can be set to change the base potion listing. It defaults to Awkward Potion.

The parameter {{{showbase=1}}} can be set to show the base potion in the potion slot instead of the output.

Example usage:

{{Brewing
  |head=1
  |Ghast Tear
  |Potion of Regeneration
}}
{{Brewing
  |name=Splash [[Potions]]
  |ingredients=[[Gunpowder]] +<br>Any [[Potion]]
  |Gunpowder
  |Splash Potion of Regeneration;Splash Potion of Fire Resistance;Splash Potion of Strength
}}
{{Brewing
  |name=Increases Duration
  |showbase=1
  |Redstone
  |base=Potion of Regeneration
}}
{{Brewing
  |upcoming=1.7.2
  |foot=1
  |Redstone
  |Potion of Water Breathing
}}

produces:

Name Ingredients Brewing recipe
Potion of Regeneration Ghast Tear +
Awkward Potion



Splash Potions Gunpowder +
Any Potion



Increases Duration Redstone +
Potion of Regeneration



Potion of Water Breathing Redstone +
Awkward Potion



[view | edit | history | purge]The above documentation is transcluded from Template:Brewing/doc.
Advertisement