Skip to content

Tags: mxamber/RPCMC

Tags

v1.3.1

Toggle v1.3.1's commit message
Update 1.3.1 - Fix for Minecraft 1.11

Incompatible with Minecraft 1.11 and onwards due to updated pack_format
introduced with Minecraft 1.11. This issue has been fixed with RPCMC
update 1.3.1.

v1.3

Toggle v1.3's commit message
Update v1.3

+ Pack format (pre or post 1.9) is determined automatically (based upon
the selected mincraft.jar)
+ Users can select a preview image (pack.png) now
++ the default pack.png will no longer be included with the created
resource pack
+ Added tooltips to control all elements

v1.2.2

Toggle v1.2.2's commit message
v1.2.2 - Subfolder

Added the ability to specify a subfolder of the .minecraft-folder.
Reorganized countless form.Controls.Add into one form.Controls.AddRange.

v1.2.1

Toggle v1.2.1's commit message
Update 1.2.1 - Rename

v1.2

Toggle v1.2's commit message
1.2 - Select Minecraft jar

Added a combobox that allows the user, to select the minecraft jar that
will be used.

v1.1

Toggle v1.1's commit message
try, catch, delete

Moved the "extract jar"-part into a try-catch-structure, if the
extraction of the .jar fails, the (then useless) pack directory will be
deleted.

v1.0

Toggle v1.0's commit message
Update README.md

v0.2

Toggle v0.2's commit message
More Output

Added some Console.WriteLine (extracting jar, deleting files, done).