Skip to content

Commit

Permalink
hotfix: Patchouli mixin (Forge)
Browse files Browse the repository at this point in the history
  • Loading branch information
SiongSng committed Feb 27, 2023
1 parent c663c1f commit 3ce2691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ private void findFiles(String dir, List<ResourceLocation> list, CallbackInfo ci)
}

@Inject(at = @At("HEAD"), method = "loadJson", cancellable = true, remap = false)
private void loadJson(Book book, ResourceLocation file, @Nullable ResourceLocation fallback, CallbackInfoReturnable<InputStream> callback) {
private void loadJson(ResourceLocation file, @Nullable ResourceLocation fallback, CallbackInfoReturnable<InputStream> callback) {
RPMTWPlatformMod.LOGGER.debug("[Patchouli] Loading {}", file);
ResourceManager manager = Minecraft.getInstance().getResourceManager();
try {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx4096M
minecraft_version=1.16.5
enabled_platforms=fabric,forge
archives_base_name=rpmtw-platform-mod-1.16.5
mod_version=1.5.4
mod_version=1.5.4+1
maven_group=com.rpmtw.rpmtw_platform_mod
architectury_version=1.32.66
# yarn_version=1.16.5+build.10
Expand Down

0 comments on commit 3ce2691

Please sign in to comment.