mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-08-20 09:57:09 +00:00
Merge remote-tracking branch 'origin/main' into experimental
Some checks are pending
Nightly Release / Build Client (push) Waiting to run
Nightly Release / Build Server (push) Waiting to run
Nightly Release / Release Server (push) Blocked by required conditions
Nightly Release / cleanup (push) Blocked by required conditions
Nightly Release / Release Client (push) Blocked by required conditions
Some checks are pending
Nightly Release / Build Client (push) Waiting to run
Nightly Release / Build Server (push) Waiting to run
Nightly Release / Release Server (push) Blocked by required conditions
Nightly Release / cleanup (push) Blocked by required conditions
Nightly Release / Release Client (push) Blocked by required conditions
This commit is contained in:
commit
4853405eb0
|
|
@ -38,11 +38,11 @@ void ClothDyeRecipes::addRecipes(Recipes *r)
|
||||||
}
|
}
|
||||||
|
|
||||||
// some dye recipes
|
// some dye recipes
|
||||||
r->addShapelessRecipy(new ItemInstance(Item::dye_powder, 2, DyePowderItem::YELLOW),
|
r->addShapelessRecipy(new ItemInstance(Item::dye_powder, 1, DyePowderItem::YELLOW),
|
||||||
L"tg",
|
L"tg",
|
||||||
Tile::flower,L'D');
|
Tile::flower,L'D');
|
||||||
|
|
||||||
r->addShapelessRecipy(new ItemInstance(Item::dye_powder, 2, DyePowderItem::RED),
|
r->addShapelessRecipy(new ItemInstance(Item::dye_powder, 1, DyePowderItem::RED),
|
||||||
L"tg",
|
L"tg",
|
||||||
Tile::rose,L'D');
|
Tile::rose,L'D');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue