Difference between revisions of "Recipes"

From AAGRINDER wiki
Jump to navigationJump to search
(Remove recipe list, add guidelines for how to figure it out on your own.)
Line 1: Line 1:
The following list specifies how [[item list|items]] can be crafted into other items.
+
The recipe list was removed from this wiki because it changes too often for the wiki to keep up.
To do this, you should open your [[inventory]], highlight the item you want to craft, then press the C key or click on the area that says "click to craft".
 
  
{| class="wikitable"
+
You can find the recipe list for the most recent game version in [https://gitlab.com/MRAAGH/aagrinder/-/raw/main/public/inventory.js inventory.js]. Search for '''recipes''' and you will find the beginning of the list. Each recipe is in one line of code, specifying which items you need and what amount, and which item you get and what amount.
|-
 
! Item !! Ingredients
 
|-
 
| '''t''' (tree sapling) || 20×'''A'''
 
|-
 
| '''O''' (button) || '''B''' (stone) + '''=''' ([[circuits|cable]])
 
|-
 
| '''S''' (switch) || 2×'''=''' (cable) + '''O''' (button)
 
|-
 
| '''M''' (motor) || 16×'''=''' (cable) + 8×'''m''' (magnetite)
 
|-
 
| '''G''' (grinder) || '''M''' (motor) + '''D''' (diamond)
 
|-
 
| '''G#''' (GRINDER) || '''G''' (grinder) + 20×'''#''' (spooky)
 
|-
 
| 16×'''=''' (cable) || '''R''' (ruby) + 16×'''-''' (vine/grass)
 
|-
 
| '''%''' (crossing) || 2×'''=''' (cable)
 
|-
 
| '''♐︎''' (block inspector) || '''m''' (magnetite)
 
|-
 
| '''?''' (cosmetic block shapeshifter) || 10×'''.''' (pebble)
 
|-
 
| '''▀ ''' (sign) || '''B''' (stone) + 5×'''c''' (chalk)
 
|-
 
| '''h''' (chest) || 16×'''H''' (wood)
 
|}
 

Revision as of 23:59, 14 August 2022

The recipe list was removed from this wiki because it changes too often for the wiki to keep up.

You can find the recipe list for the most recent game version in inventory.js. Search for recipes and you will find the beginning of the list. Each recipe is in one line of code, specifying which items you need and what amount, and which item you get and what amount.