From 8eb563a889d7bb4117d105003a47e13f9332c7cb Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Fri, 28 Feb 2025 13:00:39 -0800 Subject: [PATCH 1/2] remove MakeCheese job from basic orders list defer to autocheese --- data/orders/basic.json | 21 --------------------- docs/changelog.txt | 1 + docs/plugins/orders.rst | 11 +++++++++-- 3 files changed, 10 insertions(+), 23 deletions(-) diff --git a/data/orders/basic.json b/data/orders/basic.json index 688bdaa7ab..e1cd5ac8ff 100644 --- a/data/orders/basic.json +++ b/data/orders/basic.json @@ -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, diff --git a/docs/changelog.txt b/docs/changelog.txt index 496ef9febe..b4a39ba389 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -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 diff --git a/docs/plugins/orders.rst b/docs/plugins/orders.rst index 9ac3009af8..a56e527466 100644 --- a/docs/plugins/orders.rst +++ b/docs/plugins/orders.rst @@ -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 `__." @@ -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 From edbce6a8ff93375c50f62a331e3af059b3123b9f Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Fri, 28 Feb 2025 16:56:12 -0800 Subject: [PATCH 2/2] double quote not-commands --- docs/plugins/orders.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/plugins/orders.rst b/docs/plugins/orders.rst index a56e527466..378881d12c 100644 --- a/docs/plugins/orders.rst +++ b/docs/plugins/orders.rst @@ -146,9 +146,9 @@ 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. 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. +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