Releases: DistrictOfJoban/RPHelper
Releases · DistrictOfJoban/RPHelper
v1.1.1
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
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
- This is in the format of your Minecraft Options file, so usually
-
- 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
toconfig/rphelper/config.json
- All object with a
namespace
andpath
entry has been replaced with a string with the formatnamespace:path
- The
hashUrl
property key has been renamed tosha1Url
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
v1.0.4
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
v1.0.2
- 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)