Fixed console spam
This commit is contained in:
parent
bffbd31cab
commit
dedb00aa7e
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ public class ItemCells extends ItemTR {
|
|||
return stack;
|
||||
}
|
||||
} else {
|
||||
LogHelper.error("Could not find " + "fluid" + name + " in the fluid registry!");
|
||||
LogHelper.debug("Could not find " + "fluid" + name + " in the fluid registry!");
|
||||
}
|
||||
}
|
||||
int index = -1;
|
||||
|
|
Loading…
Add table
Reference in a new issue