Skip to content

Commit

Permalink
Add mod loaded condition to LazierAE2 circuit etcher recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
62832 committed Oct 13, 2022
1 parent 347559f commit 57e0fb1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,11 @@
}
],
"process_time": 120,
"energy_cost": 1500
"energy_cost": 1500,
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "lazierae2"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,11 @@
}
],
"process_time": 120,
"energy_cost": 1500
"energy_cost": 1500,
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "lazierae2"
}
]
}

0 comments on commit 57e0fb1

Please sign in to comment.