Complete basic crafting functionality
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
//-
|
||||
|
||||
.view__landing_page
|
||||
.view__recipe_catalog
|
||||
.view__crafting_table
|
||||
.view__recipe_catalog
|
||||
|
||||
Reference in New Issue
Block a user