Skip to content

Commit

Permalink
Fix merge commit issue
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Aug 6, 2024
1 parent 56dc8ed commit 001f680
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ public static SpriteFinder forBlockAtlas() {
return blockAtlasSpriteFinder;
}

<<<<<<<< HEAD:common/src/main/java/net/caffeinemc/mods/sodium/client/render/frapi/SpriteFinderCache.java
public static class ReloadListener implements SimpleSynchronousResourceReloadListener {
========
public static class ReloadListener implements ResourceManagerReloadListener, IdentifiableResourceReloadListener {
>>>>>>>> ml:fabric/src/main/java/net/caffeinemc/mods/sodium/fabric/texture/SpriteFinderCache.java
public static final ResourceLocation ID = ResourceLocation.fromNamespaceAndPath("sodium", "sprite_finder_cache");
public static final List<ResourceLocation> DEPENDENCIES = List.of(ResourceReloadListenerKeys.MODELS);
public static final ReloadListener INSTANCE = new ReloadListener();
Expand Down

0 comments on commit 001f680

Please sign in to comment.