Skip to content

Commit

Permalink
[MoM] Add electrokinetic matrix crystal disassembly (CleverRaven#70047)
Browse files Browse the repository at this point in the history
* Add disassembly

* Kick tests
  • Loading branch information
Standing-Storm authored Dec 9, 2023
1 parent 36eaafe commit 8f68909
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/mods/MindOverMatter/recipes/deconstruction.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
"qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "GRIND", "level": 2 }, { "id": "FINE_GRIND", "level": 1 } ],
"components": [ [ [ "matrix_crystal_clair_dust", 10 ] ] ]
},
{
"result": "matrix_crystal_electrokinesis",
"type": "uncraft",
"activity_level": "BRISK_EXERCISE",
"time": "45 m",
"qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "GRIND", "level": 2 }, { "id": "FINE_GRIND", "level": 1 } ],
"components": [ [ [ "matrix_crystal_electrokin_dust", 10 ] ] ]
},
{
"result": "matrix_crystal_photokinesis",
"type": "uncraft",
Expand Down

0 comments on commit 8f68909

Please sign in to comment.