Skip to content

Commit

Permalink
⬆️ Update mod to Minecraft 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Autovw committed Dec 10, 2023
1 parent e84c17a commit 3713a10
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 @@ -39,7 +39,7 @@
"depends": {
"fabricloader": ">=0.14.25",
"fabric-api": "*",
"minecraft": "1.20.3",
"minecraft": "1.20.4",
"java": ">=17"
},
"suggests": {
Expand Down
4 changes: 2 additions & 2 deletions Forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Visit the GitHub Wiki for more information on everything this mod adds.
[[dependencies.advancednetherite]]
modId="forge"
mandatory=true
versionRange="[49.0.0,)"
versionRange="[49.0.3,)"
ordering="NONE"
side="BOTH"
[[dependencies.advancednetherite]]
modId="minecraft"
mandatory=true
versionRange="[1.20.3]"
versionRange="[1.20.4]"
ordering="NONE"
side="BOTH"
[[dependencies.advancednetherite]]
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ mod_name=Advanced Netherite
mod_author=Autovw

# Minecraft
minecraft_version=1.20.3
minecraft_version=1.20.4

# Forge
forge_version=49.0.2
forge_version=49.0.3

# Fabric
fabric_loader_version=0.15.1
fabric_api_version=0.91.1+1.20.3
fabric_api_version=0.91.2+1.20.4

# Forge mod dependencies
detailab_forge_version=3920487
Expand All @@ -26,7 +26,7 @@ configured_forge_version=4462894
jei_forge_version=4767571

# Fabric mod dependencies
detailab_fabric_version=4932988
detailab_fabric_version=4936710
catalogue_fabric_version=4590891
jei_fabric_version=4767570

0 comments on commit 3713a10

Please sign in to comment.