mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-12 10:48:08 +00:00
fix: unglob std::{min, max}, manual stuff
This commit is contained in:
@@ -1083,7 +1083,7 @@ void Recipes::addShapelessRecipy(ItemInstance *result,... )
|
||||
Item *pItem;
|
||||
Recipy::_eGroupType group = Recipy::eGroupType_Decoration;
|
||||
wchar_t wchFrom;
|
||||
vector <ItemInstance *> *ingredients = new std::vector<ItemInstance *>();
|
||||
std::vector <ItemInstance *> *ingredients = new std::vector<ItemInstance *>();
|
||||
|
||||
va_start(vl,result);
|
||||
// 4J-PB - second argument is a list of the types
|
||||
|
||||
Reference in New Issue
Block a user