Tekkit Lite Wiki
Advertisement

Blocks and items in Minecraft (and therefore Tekkit Lite) are usually obtained by crafting or refining them in various machines. The Tekkit Lite Wiki has many templates for representing these processes. This guide documents the recipe syntax for all machines available in the modpack.

It's important to note before you start that you must be in the Source Editor for the page you wish to add the recipe to. In the inline editor, this can be accessed under the button with the three lines next to "Cancel" and "Save page". if you copy and paste the sample code into the inline editor, Wikia will not recognize it as code.

Recipes are added to pages differently than on the Tekkit Classic Wiki. Instead of placing the code directly on the page, use a subpage of the main one, simply titled "Recipe". On the main page, add the {{Recipe}} tag under the Recipe section. (Recipes for certain items can be cited on pages for other items using the {{usage|u=(item to be added)}} template.) Multiple recipes can go on this subpage. Now, whenever the subpage is updated, all pages that reference the recipe will update as well. As an example, this is the Recipe page for the Treetap.

Crafting[]

Crafting recipes can be added to a page with the following code.

CraftingGUIwhatitallmeans

What each box in the crafting grid corresponds to

{{Grid/Crafting Table
|A1= |B1= |C1= 
|A2= |B2= |C2= 
|A3= |B3= |C3= 
|Output= |OA= }}

Not all boxes are required, only the ones occupied in the recipe. Similarly, if crafting only gives you a single output item, the |OA can be omitted.

Example: Treetap

Crafting GUI

Wooden Planks

Wooden Planks

Wooden Planks

Wooden Planks

Wooden Planks

Treetap


{{Grid/Crafting Table
|B1=Wooden Planks
|A2=Wooden Planks |B2=Wooden Planks |C2=Wooden Planks 
|A3=Wooden Planks
|Output=Treetap}}

Industrial Craft 2 machines (Macerator, Extractor, Compressor)[]

Recipes that require an Industrial Craft 2 machine, such as the Macerator, Extractor, or Compressor, can be added to a page with the following code.

{{Grid/(block used)
|Top = 
|Bottom = 
|Output = |OA = }}

Not all boxes are required, only the ones occupied in the recipe. Similarly, if refining only gives you a single output item, the |OA can be omitted.

Example: Compressed Coal Ball

CompressorTemplate

Coal Ball


Compressed Coal Ball



{{Grid/Compressor
|Top = Coal Ball
|Output = Compressed Coal Ball}}

Grid images[]

In the case of a recipe using a block or item that does not have a "grid image" (that is, the image that appears in the recipe), you must upload it yourself. Assuming you have access to an image editor better than Microsoft Paint and are comfortable with using it, do the following:

  1. Set your GUI Scale in-game to Normal and take a screenshot of the item in your inventory.
  2. Crop it to the size of the slot in the inventory (which is 32x32).
  3. Select the grey and delete it so that the image is transparent aside from the item itself.
  4. Save it as a PNG and upload it to the Tekkit Lite Wiki using the name "Grid_(item name).png". For instance: File:Grid_Canning_Machine.png links to the image used in recipes that involve the Canning Machine.
Advertisement