Complete basic crafting functionality

This commit is contained in:
Andrew Miner
2014-12-24 19:17:37 -08:00
parent 3ea6a845c7
commit 1a84ce2e28
20 changed files with 427 additions and 90 deletions
+5 -2
View File
@@ -28,10 +28,13 @@
tr
td.have
h3: p You have...
textarea(name="have", placeholder="enter what you have, for example:\n\n3 wool\n4 iron ingot")
textarea(name="have", placeholder="For example:\n\n3 wool\n4 iron ingot")
td.need
h3: p You'll need...
ul
td.make
h3: p You'll make...
ul
td.get
td.result
h3: p You'll get...
ul
+1 -1
View File
@@ -6,5 +6,5 @@
//-
.view__landing_page
.view__recipe_catalog
.view__crafting_table
.view__recipe_catalog