Skip to content

Commit

Permalink
Casting recipe for congulated blood thing
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Jan 22, 2016
1 parent a87a57a commit 7452988
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,9 @@ private void registerMeltingCasting() {

// bloooooood
TinkerRegistry.registerMelting(Items.rotten_flesh, TinkerFluids.blood, 5);
if(TinkerCommons.matSlimeBallBlood != null) {
TinkerRegistry.registerTableCasting(TinkerCommons.matSlimeBallBlood.copy(), null, TinkerFluids.blood, 160);
}

// purple slime
TinkerRegistry.registerMelting(TinkerCommons.matSlimeBallPurple, TinkerFluids.purpleSlime, Material.VALUE_SlimeBall);
Expand Down

0 comments on commit 7452988

Please sign in to comment.