Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions data/orders/basic.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,27 +114,6 @@
"job" : "CustomReaction",
"reaction" : "BREW_DRINK_FROM_PLANT_GROWTH"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 3,
"is_active" : false,
"is_validated" : false,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"unrotten",
"milk"
],
"value" : 2
}
],
"job" : "MakeCheese"
},
{
"amount_left" : 1,
"amount_total" : 1,
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Template for new versions:
- ``overlay``: widgets can now declare ``overlay_onenable`` and ``overlay_ondisable`` functions to hook enable/disable

## Removed
- `orders`: MakeCheese job removed from library/basic orders set. Please use `autocheese` instead!

# 51.06-r1

Expand Down
11 changes: 9 additions & 2 deletions docs/plugins/orders.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,14 @@ This collection of orders handles basic fort necessities:
You should import it as soon as you have enough dwarves to perform the tasks.
Right after the first migration wave is usually a good time.

Note that the jugs are specifically made out of wood. This is so, as long as you don't may any other "Tools" out of wood, you can have a stockpile just for jugs by restricting a finished goods stockpile to only take wooden tools.
These orders do not contain milking, shearing, or cheesemaking jobs since the
game does not provide sufficient order conditions. Please enable ``automilk``,
``autoshear``, and `autocheese` on the DFHack `gui/control-panel` for these
types of jobs.

Note that the jugs are specifically made out of wood. This is so, as long as
you don't may any other "Tools" out of wood, you can have a stockpile just for
jugs by restricting a finished goods stockpile to only take wooden tools.

Armok's additional note: "shleggings? Yes,
`shleggings <https://youtu.be/bLN8cOcTjdo&t=3458>`__."
Expand All @@ -155,7 +162,7 @@ Armok's additional note: "shleggings? Yes,

This collection creates basic items that require heat. It is separated out from
``library/basic`` to give players the opportunity to set up magma furnaces first
in order to save resources. It handles:
(if desired) in order to save resources. It handles:

- charcoal (including smelting of bituminous coal and lignite)
- pearlash
Expand Down
Loading