mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Throw Hocroft-Karp onto shapeless recipes
This commit is contained in:
parent
50e91b882c
commit
ccd696c49a
2 changed files with 156 additions and 23 deletions
|
@ -266,7 +266,7 @@ private:
|
|||
std::string output;
|
||||
// Recipe list (itemstrings)
|
||||
std::vector<std::string> recipe;
|
||||
// Recipe list (item names)
|
||||
// Recipe list (item names), sorted
|
||||
std::vector<std::string> recipe_names;
|
||||
// bool indicating if initHash has been called already
|
||||
bool hash_inited = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue