Add back the "include tools" option
* Rewrite the crafting algorithm to recursively find all the steps involved and then resolve how many times each needs to be run. * Update the base controller to debounce calls to refresh * Fix a few erroneous recipes for IC2-Classic
This commit is contained in:
@@ -20,4 +20,9 @@ All rights reserved.
|
||||
.view__crafting_table { width: 50%; height: 26em; }
|
||||
|
||||
.view__mod_pack { margin-top: 2em; width: 100%; }
|
||||
|
||||
.want label {
|
||||
position: absolute; top: 50%; left: 0.5em;
|
||||
@include transform(translateY(-50%));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user