Advertisement
Guest User

ore-merchant-int-recipe-patch.diff

a guest
Mar 7th, 2023
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.03 KB | Gaming | 0 0
  1. Index: mods/ore-merchant_0.1.0/lib/recipe.lua
  2. IDEA additional info:
  3. Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
  4. <+>UTF-8
  5. ===================================================================
  6. diff --git a/mods/ore-merchant_0.1.0/lib/recipe.lua b/mods/ore-merchant_0.1.0/lib/recipe.lua
  7. --- a/mods/ore-merchant_0.1.0/lib/recipe.lua    (revision d833a1712ff0e5d3e23169a5a6c0b7fefd06b7d7)
  8. +++ b/mods/ore-merchant_0.1.0/lib/recipe.lua    (revision a53bcf3aa1fdfe10aa55633de63c68386fe994a5)
  9. @@ -94,6 +94,7 @@
  10.    return {
  11.      type = "recipe",
  12.      name = exchange.resource .. "-for-coin",
  13. +    allow_as_intermediate = false,
  14.      order = GetItemOrder(exchange),
  15.      subgroup = "m-" .. exchange.subgroup,
  16.      category = GetCategoryFromtype(exchange.type),
  17. @@ -126,6 +127,7 @@
  18.    return {
  19.      type = "recipe",
  20.      name = "coin-for-" .. exchange.resource,
  21. +    allow_as_intermediate = false,
  22.      order = GetItemOrder(exchange),
  23.      subgroup = "m-coin-" .. exchange.subgroup,
  24.      category = GetCategoryFromtype(exchange.type),
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement