Skip to content

Commit 11bcb3c

Browse files
committed
bump version + changelog
1 parent b91892f commit 11bcb3c

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@ plugins {
1313
id("com.gradleup.nmcp") version "1.4.3"
1414
}
1515

16-
val debugifyVersion = "1.0"
17-
1816
modstitch {
1917
minecraftVersion = property("minecraftVersion")!!.toString()
2018
modLoaderVersion = "0.18.6"
2119

2220
metadata {
23-
modVersion = minecraftVersion.map { "$it+$debugifyVersion" }
21+
modVersion = providers.gradleProperty("modVersion")
2422
modId = "debugify"
2523
modName = "Debugify"
2624
modDescription = "Fixes Minecraft bugs found on the bug tracker"

changelogs/26.1.2/26.1.2.2.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Debugify 26.1.2.2
2+
3+
Debugify now has a new versioning scheme!
4+
5+
It is now similar to the versioning scheme of NeoForge.
6+
This version, `26.1.2.2`, refers to `26.1.2` Minecraft version, build `2` of Debugify.
7+
This change was made to make Debugify's version semantically parseable by Fabric.
8+
9+
## Changes
10+
11+
- Move MC-136249 (Depth strider + riptide bug) to a gameplay fix, meaning it is disabled by default in multiplayer.
12+
- Move MC-231097 (Release item after dropping bug) to a gameplay fix, meaning it is disabled by default in multiplayer.
13+
14+
Both of these fixes had been known to cause strict anti-cheats, such as the one found on `minemen.club`,
15+
to ban users of Debugify.
16+
17+
As of this release, Debugify will no longer cause bans on `minemen.club`, as of this update, confirmed by dewgs.

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ org.gradle.parallel.threads=4
44

55
modstitch.platform=fabric-loom
66

7+
modVersion=26.1.2.2
78
pub.modrinthId=QwxR6Gcd
89
pub.curseforgeId=596224
910
pub.curseforgeSlug=debugify

0 commit comments

Comments
 (0)