This is an old revision of the document!


Wiki guideline for editors

First of all, thank you for your efforts to make this wiki better. Seriously, with a lot of blocks and items it is near to impossible for developers to keep wiki up-to-date.

In order to have breadcrumbs we have 3 major sections:
Energy - Any item or block that uses power. Including cables, generators, batteries, machines, and powered tools.
Items - Non-power related items. Including cells, dusts, ingots, parts, etc.
Blocks - Non-power related blocks. Including ores, machine frames/casings, storage/tank units, etc.

Each item or block will require two pages:
1. A redirect page at its mods:namespace:item_name location (see below at #Minecraft_Items)
2. A content page in one of the three sections above

We have two plugins that provide extra Minecraft specific features:

Allows you to insert a fancy link to a block or item

Syntax:

 <mcitem>namespace:item_name</mcitem> 

namespace is “minecraft” for vanilla or the mod name
item_name is the registry name for an item

Example:

<mcitem>minecraft:iron_ore</mcitem>
<mcitem>techreborn:copper_ore</mcitem>

Produces: Iron OreIron Ore Copper OreCopper Ore

This will automatically generate a link to a page mods:namespace:item_name. That page requires a redirect to the page with real content following wiki structure.
There should be no content besides redirects under mods:

Redirect syntax for items is:

~~REDIRECT>namespace:item_name~~

Where namespace is likely “items”, “blocks” or “energy”.
Can also be nested, like “energy:generators:generator”.

Allows for pretty formatted recipes

Example Crafting Table recipe:

<recipe>
input techreborn:coal_dust minecraft:glass_pane techreborn:coal_dust
input minecraft:glass_pane techreborn:coal_dust minecraft:glass_pane
input techreborn:electronic_circuit techreborn:solid_fuel_generator techreborn:electronic_circuit
output techreborn:basic_solar_panel
</recipe>

Produces:

techreborn:coal_dustminecraft:glass_panetechreborn:coal_dust
minecraft:glass_panetechreborn:coal_dustminecraft:glass_pane
techreborn:electronic_circuittechreborn:solid_fuel_generatortechreborn:electronic_circuit
->
minecraft:crafting_table
techreborn:basic_solar_panel


Example furnace recipe (note: size and tool are optional):

<recipe>
size 1x1
input minecraft:cobblestone
output minecraft:stone
tool minecraft:furnace
</recipe>

Produces:

minecraft:cobblestone
->
minecraft:furnace
minecraft:stone
  • Last modified: 2021/06/20 12:00
  • by wdavery