Removed latent System.out and reformatted to an inferior format.
This commit is contained in:
parent
f1a3c5ee46
commit
4e063e24a0
2 changed files with 2 additions and 5 deletions
|
@ -84,10 +84,8 @@ public class AltarRecipeRegistry {
|
|||
this(input, null, minTier, 0, consumeRate, drainRate);
|
||||
}
|
||||
|
||||
public boolean doesRequiredItemMatch(ItemStack comparedStack, EnumAltarTier tierCheck)
|
||||
{
|
||||
if (comparedStack == null || this.input == null)
|
||||
{
|
||||
public boolean doesRequiredItemMatch(ItemStack comparedStack, EnumAltarTier tierCheck) {
|
||||
if (comparedStack == null || this.input == null) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue