Add a getter for the LE bucket to the API
This commit is contained in:
parent
7872e94430
commit
22c1f0db55
3 changed files with 15 additions and 2 deletions
|
@ -35,7 +35,7 @@ public class AltarRecipeMaker
|
|||
int drainRate = itemStackAltarRecipeEntry.getValue().getDrainRate();
|
||||
|
||||
if (output.getItem() == ForgeModContainer.getInstance().universalBucket && requiredLP == 1000)
|
||||
output = UniversalBucket.getFilledBucket(ForgeModContainer.getInstance().universalBucket, BloodMagicAPI.getLifeEssence());
|
||||
output = BloodMagicAPI.getLifeEssenceBucket();
|
||||
|
||||
AltarRecipeJEI recipe = new AltarRecipeJEI(input, output, requiredTier, requiredLP, consumptionRate, drainRate);
|
||||
recipes.add(recipe);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue