From 24e5bd7b2c81c9b5b8cb7b87bc0b64e11f368686 Mon Sep 17 00:00:00 2001 From: myk002 Date: Tue, 21 Sep 2021 00:25:23 -0700 Subject: [PATCH] remove orders for gypsum plaster b/c df bug see: https://www.bay12games.com/dwarves/mantisbt/bug_revision_view_page.php?bugnote_id=0041146#r16745 --- data/examples/orders/furnace.json | 43 ------------------------------- 1 file changed, 43 deletions(-) diff --git a/data/examples/orders/furnace.json b/data/examples/orders/furnace.json index 39a05bdc3..54d7d758e 100644 --- a/data/examples/orders/furnace.json +++ b/data/examples/orders/furnace.json @@ -107,49 +107,6 @@ "job" : "CustomReaction", "reaction" : "LIGNITE_TO_COKE" }, - { - "amount_left" : 1, - "amount_total" : 1, - "frequency" : "Daily", - "id" : 4, - "is_active" : false, - "is_validated" : false, - "item_conditions" : - [ - { - "condition" : "AtLeast", - "item_type" : "BOULDER", - "reaction_class" : "GYPSUM", - "reaction_id" : "MAKE_PLASTER_POWDER", - "value" : 5 - }, - { - "condition" : "AtLeast", - "flags" : - [ - "empty", - "bag" - ], - "item_type" : "BOX", - "reaction_id" : "MAKE_PLASTER_POWDER", - "value" : 5 - }, - { - "condition" : "AtLeast", - "item_type" : "BAR", - "material" : "COAL", - "value" : 100 - }, - { - "condition" : "AtMost", - "item_type" : "POWDER_MISC", - "material" : "INORGANIC:PLASTER", - "value" : 1 - } - ], - "job" : "CustomReaction", - "reaction" : "MAKE_PLASTER_POWDER" - }, { "amount_left" : 1, "amount_total" : 1,