Skip to content

Commit

Permalink
feat: back port to 1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunekaer committed Jun 20, 2023
1 parent 8f77c34 commit 0af3ae1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"depends": {
"fabricloader": ">=0.14",
"fabric": "*",
"minecraft": ">=1.20",
"minecraft": ">=1.19.4",
"java": ">=17"
}
}
Expand Down
6 changes: 3 additions & 3 deletions 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="[44,)"
loaderVersion="[45,)"
license="All Rights Reserved"
[[mods]]
modId="yeetusexperimentus"
Expand All @@ -13,12 +13,12 @@ Disables the Experimental Settings popup, which appears when you create or load
[[dependencies.yeetusexperimentus]]
modId="forge"
mandatory=true
versionRange="[44,)"
versionRange="[45,)"
ordering="NONE"
side="BOTH"
[[dependencies.yeetusexperimentus]]
modId="minecraft"
mandatory=true
versionRange="[1.20,)"
versionRange="[1.19.4,)"
ordering="NONE"
side="BOTH"
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ curse_id=635427
curseforge_type=release

# Common
minecraft_version=1.20.1
minecraft_version=1.19.4

# Forge
forge_version=47.0.1
forge_version=45.1.0

# Fabric
fabric_version=0.83.1+1.20.1
fabric_version=0.83.0+1.19.4
fabric_loader_version=0.14.21

# Gradle
Expand Down

0 comments on commit 0af3ae1

Please sign in to comment.