Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
add mekanism compat recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Sep 29, 2022
1 parent cb8e11e commit 9891690
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].

## [Unreleased]
- added Mekanism compat recipes
- crushing Resonating Crystal to Resonating Dust
- enriching Resonating Seed to Resonating Crystal
- fixed crash when an auto extract target is removed
- JEI recipe pages are now viewable by clicking the progress arrows
- this bumps the minimum JEI version to 9.7.2.259
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"modid": "mekanism",
"type": "forge:mod_loaded"
}
],
"input": {
"ingredient": {
"tag": "forge:gems/resonating"
}
},
"output": {
"item": "lazierae2:resonating_dust"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "mekanism:enriching",
"conditions": [
{
"modid": "mekanism",
"type": "forge:mod_loaded"
}
],
"input": {
"ingredient": {
"item": "lazierae2:resonating_seed"
}
},
"output": {
"item": "lazierae2:resonating_crystal"
}
}

0 comments on commit 9891690

Please sign in to comment.