Skip to content

Commit a7da4b9

Browse files
Release 1.0.3
2 parents 7dfb447 + eff01ec commit a7da4b9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ResourcePackExtractor
22

3-
**ResourcePackExtractor** is a Fabric mod (1.21.8) based on [MineCraft Resource Pack eXtractor (MCRPX)](https://github.com/Speedy11CZ/MCRPX).
3+
**ResourcePackExtractor** is a Fabric mod (1.21.10) based on [MineCraft Resource Pack eXtractor (MCRPX)](https://github.com/Speedy11CZ/MCRPX).
44
It allows you to extract server resource packs directly in-game.
55

66
Unlike normal unpacking, this mod can also bypass corrupted resource packs, which are often used by servers to protect their packs.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ yarn_mappings=1.21.10+build.2
77
loader_version=0.17.3
88
kotlin_loader_version=1.13.6+kotlin.2.2.20
99
# Mod Properties
10-
mod_version=1.0.2
10+
mod_version=1.0.3
1111
maven_group=de.ole101.rpx
1212
archives_base_name=resourcepackextractor
1313
# Dependencies

src/main/resources/fabric.mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"id": "rpx",
44
"version": "${version}",
55
"name": "ResourcePackExtractor",
6-
"description": "Fabric 1.21.8 mod that allows extracting server resource packs in-game.",
7-
"authors": [],
6+
"description": "Fabric 1.21.10 mod that allows extracting server resource packs in-game.",
7+
"authors": ["ole101"],
88
"contact": {},
99
"license": "MIT",
1010
"icon": "assets/rpx/icon.png",

0 commit comments

Comments
 (0)