[#1] Add inventory and update calc's to use it
This commit is contained in:
+5
-3
@@ -49,10 +49,12 @@
|
||||
</p>
|
||||
<table id="crafting_output" class="hidden" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<th width="33%">You need to find:</th>
|
||||
<th width="34%">You need to make:</th>
|
||||
<th width="33%">You'll end up with:</th></tr>
|
||||
<th width="25%">I already have:</th>
|
||||
<th width="25%">You'll need to find:</th>
|
||||
<th width="25%">You'll need to make:</th>
|
||||
<th width="25%">You'll end up with:</th></tr>
|
||||
<tr>
|
||||
<td><textarea id="inventory" style="height: 100%; width: 100%" placeholder="2 Oak Log"></textarea></td>
|
||||
<td id="missing_materials"> </td>
|
||||
<td id="crafted_items"> </td>
|
||||
<td id="leftover_materials"> </td>
|
||||
|
||||
Reference in New Issue
Block a user