Skip to content

Commit

Permalink
fix(recipes): ✏️[Sentient Ingot] add [Transposer] recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Apr 20, 2024
1 parent 36c184e commit 97ffe1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/mods/bloodsmeltery.zs
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ for i in 0 .. 5 {
// mods.thermalexpansion.Crucible.removeRecipe(<bloodmagic:soul_gem>.definition.makeStack(i).withTag({souls: 1.0, demonWillType: will}));
// }
}

// Alt easier automatable recipe
mods.thermalexpansion.Transposer.addFillRecipe(<tconevo:metal:30>, <tconevo:material>, <fluid:raw_will> * 1000, 2000);

0 comments on commit 97ffe1a

Please sign in to comment.