1
0
Fork 0
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:
Desour 2023-02-19 20:35:23 +01:00 committed by DS
parent 50e91b882c
commit ccd696c49a
2 changed files with 156 additions and 23 deletions

View file

@ -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;