aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/impl/EntryRegistryImpl.java
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2020-04-05 16:05:57 +0800
committershedaniel <daniel@shedaniel.me>2020-04-05 16:05:57 +0800
commitee5b4871178f42d365e99b1133a3faffe989adad (patch)
treeb7077d97cd1dd2de323adb527d7e03b5c0f83deb /src/main/java/me/shedaniel/rei/impl/EntryRegistryImpl.java
parent12d9839573e6a59fa1e2ca466722a3a8f43bb4f9 (diff)
downloadRoughlyEnoughItems-ee5b4871178f42d365e99b1133a3faffe989adad.tar.gz
RoughlyEnoughItems-ee5b4871178f42d365e99b1133a3faffe989adad.tar.bz2
RoughlyEnoughItems-ee5b4871178f42d365e99b1133a3faffe989adad.zip
9 patch textures
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'src/main/java/me/shedaniel/rei/impl/EntryRegistryImpl.java')
-rw-r--r--src/main/java/me/shedaniel/rei/impl/EntryRegistryImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/impl/EntryRegistryImpl.java b/src/main/java/me/shedaniel/rei/impl/EntryRegistryImpl.java
index a78114ca8..3d4bf58b9 100644
--- a/src/main/java/me/shedaniel/rei/impl/EntryRegistryImpl.java
+++ b/src/main/java/me/shedaniel/rei/impl/EntryRegistryImpl.java
@@ -101,7 +101,7 @@ public class EntryRegistryImpl implements EntryRegistry {
preFilteredList.add(stack);
}
long time = System.currentTimeMillis() - started;
- RoughlyEnoughItemsCore.LOGGER.info("[REI] Refiltered %d entries in %dms.", filteredStacks.size(), time);
+ RoughlyEnoughItemsCore.LOGGER.info("Refiltered %d entries in %dms.", filteredStacks.size(), time);
}
public void reset() {