Skip to content

Commit

Permalink
Fix deleted variable missed in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMiner committed Sep 6, 2021
1 parent b265660 commit f798116
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ private void addSpillingRecipes(Consumer<IFinishedRecipe> consumer) {
.addEffect(new CureEffectsSpillingEffect(new ItemStack(Items.MILK_BUCKET)))
.build(consumer, modResource(folder + "milk"));
// blaze - more damage, less fire
SpillingRecipeBuilder.forFluid(TinkerFluids.blazingBlood.getLocalTag(), bucketPart)
SpillingRecipeBuilder.forFluid(TinkerFluids.blazingBlood.getLocalTag(), FluidAttributes.BUCKET_VOLUME / 20)
.addEffect(new DamageSpillingEffect(LivingEntityPredicate.NOT_FIRE_IMMUNE, DamageType.FIRE, 3f))
.addEffect(new SetFireSpillingEffect(5))
.build(consumer, prefix(TinkerFluids.blazingBlood, folder));
Expand Down

0 comments on commit f798116

Please sign in to comment.