Comment fixes
This commit is contained in:
parent
a2e77adbff
commit
e8b4e6f2c0
11 changed files with 46 additions and 44 deletions
|
@ -89,11 +89,7 @@ public class AltarRecipeRegistry
|
|||
return false;
|
||||
|
||||
return tierCheck.ordinal() >= minTier.ordinal() && this.input.isItemEqual(comparedStack);// &&
|
||||
// (this.useTag
|
||||
// ?
|
||||
// this.areRequiredTagsEqual(comparedStack)
|
||||
// :
|
||||
// true);
|
||||
// (this.useTag this.areRequiredTagsEqual(comparedStack) : true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue