Skip to content

Releases: DistrictOfJoban/RPHelper

v1.1.1

29 Aug 15:40
Compare
Choose a tag to compare

I regret to inform you that RPHelper can never successfully replace resource pack files on Windows OS (Therefore the pack is not updated), this hotfix(TM) is made to address that

A side effect is that this will reload the resource pack 2 times (One to unload all packs, Second one to load all packs again), but should at the very least get the pack updating to work.

Sorry~

v1.1.0

29 Aug 11:16
Compare
Choose a tag to compare

New

  • Now supports static sha1 string, you can specify it by adding the sha1 property (string) in your config pack entry.
  • Now supports specifying equivalent pack. You can specify by adding the equivPacks (string array) in your config pack entry.
    • This is in the format of your Minecraft Options file, so usually file/RP Name Here.zip
    • If any resource pack in equivPacks is loaded in the game, RPHelper will skip that entry when downloading and won't force apply, with the assumption that it is capable of replacing/superseding the downloaded pack.

Change

  • RPHelper will only start downloading after basic Minecraft assets are initialized (Usually when the Mojang logo appears). This results in slghtly lesser time saving, but otherwise simplifies the code.

Config File

  • The config file has been relocated from config/jbrph.json to config/rphelper/config.json
  • All object with a namespace and path entry has been replaced with a string with the format namespace:path
  • The hashUrl property key has been renamed to sha1Url

Fix

  • Fix "Please wait..." toast appearing even if the pack has finished downloading
  • Fix toast duration getting measured in FPS instead of ms (Millisecond)

v1.0.5

07 May 19:48
Compare
Choose a tag to compare

Toast icons are now rendered separately, therefore now you can have a custom icon! Normal Texture and Error Texture should not contain the icons themselves (otherwise they will be stretched).

v1.0.4

17 Mar 12:21
Compare
Choose a tag to compare

Toasts can now be fully customized!

  • Change the texture of the toast
  • Change the color of the title / description of the toast
  • Change the texture of the error toast
  • Change the color of the title / description of the error toast
  • Change the duration of the toast
  • Change the width/height of the toast & texture

v1.0.3

15 Mar 14:44
Compare
Choose a tag to compare
  • Toasts have been customized to distinguish them from vanilla toasts.

v1.0.2

17 Feb 11:39
Compare
Choose a tag to compare
  • The default entry (Joban Pack) is no longer included in the mod and requires a configuration file.
  • A toast will now appear if the pack failed to download during the launch of the game
  • Already-downloaded part will no longer be downloaded again (If the previous download has not finished) (For webservers supporting http ranges)

v1.0.1

20 Jan 07:07
Compare
Choose a tag to compare
  • Deletes the old resource pack file before merging in the new one to prevent pack corruption issue
  • Fixes a path traversal vulnerability, resource pack can no longer be downloaded to directory outside the Minecraft resource pack folder.