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,