Skip to content

Commit

Permalink
Downgrade for 1.19.2
Browse files Browse the repository at this point in the history
Signed-off-by: ErdbeerbaerLP <[email protected]>
  • Loading branch information
ErdbeerbaerLP committed Nov 26, 2023
1 parent 1f604f6 commit 152b369
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies {
}

// ========= Minecraft Forge =============
minecraft "net.minecraftforge:forge:${project.mcVersion}-45.1.0"
minecraft "net.minecraftforge:forge:${project.mcVersion}-43.2.21"

//Mixin
annotationProcessor 'org.spongepowered:mixin:0.8.5:processor'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
changelog=More bug fixes\nImplement permissions
releaseType = BETA
mcVersion = 1.19.4
mcVersion = 1.19.2
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
modLoader = "javafml" #mandatory
# A version range to match for said mod loader - for regular FML @Mod it will be the forge version
loaderVersion = "[41,)" #mandatory
loaderVersion = "[43,)" #mandatory
license = "MIT License"
# A URL to refer people to when problems occur with this mod
issueTrackerURL = "https://github.com/ErdbeerbaerLP/Discord-Chat-Integration/issues" #optional
Expand Down Expand Up @@ -29,6 +29,6 @@ side = "SERVER"
[[dependencies.dcintegration]]
modId = "forge"
mandatory = true
versionRange = "[41.1.0,)"
versionRange = "[43.2.0,)"
ordering = "NONE"
side = "BOTH"
7 changes: 2 additions & 5 deletions update_checker.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
"version": "3.0.4",
"changelog": "More bug fixes\nImplement permissions",
"type": "beta"
},{
"version": "3.0.3",
"changelog": "Large discord integration rewrite adding new features and fixing long existing bugs\nOld configuration can be used as-is\n\nAdded custom status\nAdded tellraw\nAdded option to disable chat message editing for compatibility reasons\nFixed lots of bugs",
"type": "beta"
},{
},
{
"version": "3.0.0",
"changelog": "Added new event handling methods for addons\nOtherwise mostly a bug fix update\nDon't forget to use 'discord migrate' in console when updating from below 2.6.0",
"type": "alpha"
Expand Down

0 comments on commit 152b369

Please sign in to comment.