Skip to content

Instantly share code, notes, and snippets.

@gamemachine
Created April 1, 2015 01:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gamemachine/e1ed822440dd45f1e4c9 to your computer and use it in GitHub Desktop.
Save gamemachine/e1ed822440dd45f1e4c9 to your computer and use it in GitHub Desktop.
crafting_recipes
{
'id' => 'ship',
'item1' => 'wood',
'item1_quantity' => 2,
'item2' => 'iron_ore',
'item2_quantity' => 2
},
{
'id' => 'pier',
'item1' => 'wood',
'item1_quantity' => 30,
'item2' => 'iron_ore',
'item2_quantity' => 10
},
{
'id' => 'house_large1',
'item1' => 'wood',
'item1_quantity' => 20,
'item2' => 'iron_ore',
'item2_quantity' => 5
},
{
'id' => 'wood_shack1',
'item1' => 'wood',
'item1_quantity' => 18,
'item2' => 'iron_ore',
'item2_quantity' => 5
},
{
'id' => 'catapult',
'item1' => 'wood',
'item1_quantity' => 3,
'item2' => 'iron_ore',
'item2_quantity' => 1
},
{
'id' => 'ballista',
'item1' => 'wood',
'item1_quantity' => 4,
'item2' => 'iron_ore',
'item2_quantity' => 1
},
{
'id' => 'katana',
'item1' => 'iron_ore',
'item1_quantity' => 2
},
{
'id' => '2hsword',
'item1' => 'iron_ore',
'item1_quantity' => 4
},
{
'id' => 'staff',
'item1' => 'wood',
'item1_quantity' => 2
},
{
'id' => 'longbow',
'item1' => 'wood',
'item1_quantity' => 3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment