Skip to content

Commit

Permalink
Port to Minecraft 1.19.
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkhax committed Jun 9, 2022
1 parent a8fe00e commit 3f3a1c3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Fabric/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.11-SNAPSHOT'
id 'fabric-loom' version '0.12-SNAPSHOT'
id 'net.darkhax.curseforgegradle' version '1.0.10'
id 'net.darkhax.tweedle' version '1.0.5'
id 'idea'
Expand Down
4 changes: 2 additions & 2 deletions Fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"${mod_id}.fabric.mixins.json"
],
"depends": {
"fabricloader": ">=0.13",
"fabricloader": ">=0.14",
"fabric": "*",
"minecraft": "1.18.x",
"minecraft": "1.19.x",
"java": ">=17"
},
"custom": {
Expand Down
2 changes: 1 addition & 1 deletion Forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modLoader = "javafml"
loaderVersion = "[40,)"
loaderVersion = "[41,)"
license = "${mod_license}"
issueTrackerURL = "${mod_issues}"
logoFile = "logo.png"
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Project
version=5.0
version=6.0
group=net.darkhax.maxhealthfix

# Common
minecraft_version=1.18.2
minecraft_version=1.19

# Forge
forge_version=40.1.0
forge_version=41.0.5

# Fabric
fabric_version=0.51.1+1.18.2
fabric_loader_version=0.13.3
fabric_version=0.55.3+1.19
fabric_loader_version=0.14.7

# Mod options
mod_name=MaxHealthFix
Expand Down

0 comments on commit 3f3a1c3

Please sign in to comment.