Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
development:wiki [2021/06/20 02:24] – Expand details on how to use the plugins wdaverydevelopment:wiki [2021/06/21 12:50] – [Minecraft Recipes] switch to recipe with air as better example wdavery
Line 1: Line 1:
-====== Wiki guideline for editors ======+====== Wiki Guidelines 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.  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. 
 \\ \\
 ===== Wiki Structure ===== ===== Wiki Structure =====
-In order to have breadcrumbs we have 3 major sections: ItemsBlocks and Energy. While Energy section contains information about blocks it servers purpose to not bloat Blocks section too much+In order to have breadcrumbs we have 3 major sections:\\ 
-This approach introduce kind of burden to create page for a particular block or item twiceFirst page with content with one of above mentioned major sectionSecond page is redirect required by plugins used to help with items and recipes+**Energy** - Any item or block that uses power. Including cables, generators, batteries, machines, and powered tools.\\ 
 +**Items** - Non-power related itemsIncluding cells, dusts, ingots, parts, etc.\\ 
 +**Blocks** Non-power related blocksIncluding 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
 ===== Plugins ===== ===== Plugins =====
-We have two plugins that provide extra Minecraft specific features:+There are two plugins that provide extra Minecraft specific features:
  
 ==== Minecraft Items ==== ==== Minecraft Items ====
Line 26: Line 31:
  
 This will automatically generate a link to a page //mods:namespace:item_name// 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. +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 syntax for items is:
Line 39: Line 45:
 <code> <code>
 <recipe> <recipe>
-input techreborn:coal_dust minecraft:glass_pane techreborn:coal_dust +input air minecraft:stick air 
-input minecraft:glass_pane techreborn:coal_dust minecraft:glass_pane +input minecraft:wood_planks minecraft:wood_planks minecraft:wood_planks 
-input techreborn:electronic_circuit techreborn:solid_fuel_generator techreborn:electronic_circuit +input minecraft:wood_planks air air 
-output techreborn:basic_solar_panel+output techreborn:treetap
 </recipe> </recipe>
 </code> </code>
 Produces: Produces:
 <recipe> <recipe>
-input techreborn:coal_dust minecraft:glass_pane techreborn:coal_dust +input air minecraft:stick air 
-input minecraft:glass_pane techreborn:coal_dust minecraft:glass_pane +input minecraft:wood_planks minecraft:wood_planks minecraft:wood_planks 
-input techreborn:electronic_circuit techreborn:solid_fuel_generator techreborn:electronic_circuit +input minecraft:wood_planks air air 
-output techreborn:basic_solar_panel+output techreborn:treetap
 </recipe> </recipe>
 \\ \\
-Example furnace recipe (note size and tool are optional):+Example furnace recipe (notesize and tool are optional):
 <code> <code>
 <recipe> <recipe>
  • Last modified: 2021/07/12 18:08
  • by 127.0.0.1