Skip to content

Commit

Permalink
Force run datagen by locally reverting mapping update so that AE2 doe…
Browse files Browse the repository at this point in the history
…sn't crash during datagen
  • Loading branch information
pupnewfster committed Oct 31, 2020
1 parent c331d7b commit 46a75e4
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"modid": "appliedenergistics2",
"type": "forge:mod_loaded"
}
],
"input": {
"ingredient": {
"tag": "forge:ender_pearls"
}
},
"output": {
"item": "appliedenergistics2:ender_dust"
}
}

0 comments on commit 46a75e4

Please sign in to comment.