Skip to content

Commit ff516f6

Browse files
authored
Merge pull request #5318 from myk002/myk_nocheeseforoldorders
[orders] remove MakeCheese job from basic orders list
2 parents d161360 + edbce6a commit ff516f6

3 files changed

Lines changed: 10 additions & 23 deletions

File tree

data/orders/basic.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -114,27 +114,6 @@
114114
"job" : "CustomReaction",
115115
"reaction" : "BREW_DRINK_FROM_PLANT_GROWTH"
116116
},
117-
{
118-
"amount_left" : 1,
119-
"amount_total" : 1,
120-
"frequency" : "Daily",
121-
"id" : 3,
122-
"is_active" : false,
123-
"is_validated" : false,
124-
"item_conditions" :
125-
[
126-
{
127-
"condition" : "AtLeast",
128-
"flags" :
129-
[
130-
"unrotten",
131-
"milk"
132-
],
133-
"value" : 2
134-
}
135-
],
136-
"job" : "MakeCheese"
137-
},
138117
{
139118
"amount_left" : 1,
140119
"amount_total" : 1,

docs/changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Template for new versions:
9191
- ``overlay``: widgets can now declare ``overlay_onenable`` and ``overlay_ondisable`` functions to hook enable/disable
9292

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

9596
# 51.06-r1
9697

docs/plugins/orders.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,14 @@ This collection of orders handles basic fort necessities:
145145
You should import it as soon as you have enough dwarves to perform the tasks.
146146
Right after the first migration wave is usually a good time.
147147

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

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

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

160167
- charcoal (including smelting of bituminous coal and lignite)
161168
- pearlash

0 commit comments

Comments
 (0)