Minecraft Wiki
Advertisement
[view | edit | history | purge]Documentation
Lua logo
This template uses Module:Brewing, a script written in Lua.
Please see wp:Lua and mw:Extension:Scribunto to learn more.

Using this template, you can create tables like those commonly used in the “Brewing ingredient” sections of articles about blocks and items. It can be used similarly to {{Grid/Brewing Stand}}, except it creates the table for you.

By default, the table generates with 3 columns: Name, Ingredients, and the main column containing {{Grid/Brewing Stand}}. 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 crafting 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
  |foot=1
  |Redstone
  |Potion of Water Breathing
}}

produces:

Název Ingredience Brewing recept
Potion of Regeneration Ghast Tear +
Awkward Potion





Splash Potions Gunpowder +
Any Potion





Increases Duration Redstone +
Potion of Regeneration





Potion of Water Breathing
(1.7)
Redstone +
Awkward Potion





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