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

Commit 96c6d21

Browse files
committed
fix libIPN dependency.
1 parent 5024968 commit 96c6d21

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
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", "10", "0",
26+
val versionObj = Version("1", "10", "1",
2727
preRelease = (System.getenv("IPNEXT_RELEASE") == null))
2828

2929

@@ -88,7 +88,7 @@ allprojects {
8888
group = "org.anti-ad.mc"
8989
ext.set("mod_artefact_version", versionObj.toCleanString())
9090
ext.set("mod_artefact_is_release", versionObj.isRelease())
91-
ext.set("libIPN_version", "3.0.0-SNAPSHOT")
91+
ext.set("libIPN_version", "3.0.0")
9292

9393
tasks.withType<JavaCompile>().configureEach {
9494
options.isFork = true

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- latest begin -->
22

3-
### 1.10.0
3+
### 1.10.0/1
44

55
- Adds support for 1.20-pre1/2 and probably 1.20 proper.
66
- Adds support for [Chipped](https://legacy.curseforge.com/minecraft/mc-mods/chipped) Stone Cutter like crafting tables.

0 commit comments

Comments
 (0)