Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ If you think that mpkmod should have a specific feature, encounter any bugs or i

* [Forge](https://files.minecraftforge.net/)
- 1.8.9
- 1.12.2
* [Fabric](https://fabricmc.net/)
- 1.21.9

Expand All @@ -42,7 +43,7 @@ To use the mod with other versions please check out the [ViaFabricPlus](https://
### Installation

Download the version you want from [releases](https://github.com/kurrycat2004/MPKMod_2/releases). (See [snapshots](#snapshots) for how to download a snapshot version) <br>
Then move the mod file (for example `mpkmod-2.0.0-pre.9-forge-1.8.9.jar`) into your [.minecraft](https://minecraft.fandom.com/wiki/.minecraft#Locating_.minecraft)/mods folder and start the game to use it. <br>
Then move the mod file (for example `mpkmod-2.0.0-pre.9-forge-1.8.9.jar`) into your [.minecraft](https://minecraft.wiki/w/.minecraft#Locating)/mods folder and start the game to use it. <br>

---

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$group=io.github.kurrycat.mpkmod
$jitpackGroup=com.github.kurrycat2004
$version=2.1.0
$version=2.2.0
$apiVersion=1.0
$modBaseName=mpkmod
$commonBaseName=mpkmod-common
Expand Down