forked from oerkki/voxelands
update some code that isn't used so it could work if we wanted it to
This commit is contained in:
parent
fe121d2e87
commit
3f1f7d4899
|
@ -1511,7 +1511,7 @@ std::string CraftGuideNodeMetadata::getDrawSpecString()
|
||||||
spec += itos(tr);
|
spec += itos(tr);
|
||||||
// this overflows into the craft grid... but could be cool
|
// this overflows into the craft grid... but could be cool
|
||||||
//spec += " ";
|
//spec += " ";
|
||||||
//spec += q->getGuiName();
|
//spec += wide_to_narrow(q->getGuiName());
|
||||||
spec += "]";
|
spec += "]";
|
||||||
}
|
}
|
||||||
spec += "list[current_name;recipe;4,0;3,3;]";
|
spec += "list[current_name;recipe;4,0;3,3;]";
|
||||||
|
|
Loading…
Reference in New Issue