Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Commit 3e6cee4

Browse files
committed
releasing v1.8.5
1 parent 31be4f2 commit 3e6cee4

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import org.anti_ad.mc.ipnext.buildsrc.loom_version
2323
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2424
import java.io.ByteArrayOutputStream
2525

26-
val versionObj = Version("1", "8", "4",
26+
val versionObj = Version("1", "8", "5",
2727
preRelease = (System.getenv("IPNEXT_RELEASE") == null))
2828

2929

changelog.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<!-- latest begin -->
22

3-
### 1.8.4
4-
5-
- fixed single player hotbar whitelist
6-
- now depends on libIPN v1.0.5
3+
### 1.8.5
74

5+
- fixes crash when in creative mode middle click is used to pick block and the inventory and hotbar are full of other blocks
6+
- fixes incompatibility/crash with mods that check for free slots in the hotbar
87

98
### NOTE
109

@@ -15,6 +14,12 @@
1514

1615
<!-- rest begin -->
1716

17+
### 1.8.4
18+
19+
- fixed single player hotbar whitelist
20+
- now depends on libIPN v1.0.5
21+
22+
1823
### 1.8.3
1924

2025
- Auto refill can now be configured to use any available food when refilling food slots.

0 commit comments

Comments
 (0)