Voltz Wiki
Advertisement

Usage[]

Definition[]

{{Grid/Furnace
|Mod     = Mod name
| Input  = Normal input
|MInput  = Mod input
|IA      = Input number
| Output = Normal output
|MOutput = Mod output
|OA      = Output number
| Fuel   = Normal fuel
|MFuel   = Mod fuel
|FA      = Fuel number
}}

Standard usage[]

{{Grid/Furnace
|Input=  Sand  |IA= 17
|Output= Glass |OA= 2
|Fuel=   Coal  |FA= 3
}}
produces
NewFurnaceGUI


Glass

GridNumbersCSS
GridNumbersCSS


The IA, OA and FA fields accept 2 - 999, anything else isn't displayed.

See the image list below for all usable image names.

Animated[]

To make the grid animate, you make a list of blocks and objects you want to show, separated by commas.

{{Grid/Furnace
|Input=  Sand,Oak Wood  |IA= 17,10
|Output= Glass,Charcoal |OA= 2,10
|Fuel=   Coal           |FA= 3
}}
produces
NewFurnaceGUI


Expression error: Unrecognized punctuation character ",". Expression error: Unrecognized punctuation character ",".


Mods[]

Mod images and normal images can be combined by putting an M in front of the parameter name for mod images. This allows you to use normal Minecraft items and link to their correct pages.

When uploading mod images, they must have the mod page name in parenthesis at the end. For example Road (FancyPack).

{{Grid/Furnace
|Mod= FancyPack
| Input=  Gravel |IA= 64
|MOutput= Road   |OA= 2
| Fuel=   Coal   |FA= 5
}}
produces
NewFurnaceGUI


GridNumbersCSS
GridNumbersCSS

Note the links of the Road, Gravel and Coal.

Animation for mods is supported, but cannot be combined with non-mod items. (e.g. you cannot use |MInput=Stick,Copper (Ingot)|Output=|MFuel=Copper (Ingot), but you can use: |MInput=Copper (Ingot),Copper Axe|Output=Iron,Stick|MFuel=Copper (Ingot))

The layout images can also be modified, for example:

{{Grid/Furnace
|Mod= IndustrialCraft
|MInput=  Hydrated Coal Dust       |IA= 12
|MOutput= Compressed hyd Coalclump |OA= 4
|MFuel=   RE Battery (Charged)     |FA= 
|FuelUsage= Electricity
|Progress= Compressor
}}
NewFurnaceGUI


GridNumbersCSS
GridNumbersCSS


Images should be put in Category:Grid mods layout.

Advertisement