Change recipe condition log level to debug. (#6621)
This commit is contained in:
parent
e8966a05f5
commit
2e694d3a6d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
try {
|
||||
+ if (!net.minecraftforge.common.crafting.CraftingHelper.processConditions(entry.getValue(), "conditions")) {
|
||||
+ field_199521_c.info("Skipping loading recipe {} as it's conditions were not met", resourcelocation);
|
||||
+ field_199521_c.debug("Skipping loading recipe {} as it's conditions were not met", resourcelocation);
|
||||
+ continue;
|
||||
+ }
|
||||
IRecipe<?> irecipe = func_215377_a(resourcelocation, entry.getValue());
|
||||
|
|
Loading…
Reference in a new issue