Skip to content

Commit

Permalink
Update for 1.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arollyson committed Mar 11, 2023
1 parent 45fee2c commit adca9ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ org.gradle.jvmargs = -Xmx3G
# No daemon
org.gradle.daemon = false

modVersion = 0.2.7
modVersion = 0.2.8

# The modid of the mod
modId = FasterLadderClimbing
Expand All @@ -30,7 +30,7 @@ modDescription = A simple mod that can allow you go up and down ladders much fas
modCredits = JaSpr

# The version of Minecraft we are modding for
modMinecraftVersion = 1.19.2
modMinecraftVersion = 1.19.3

# The MCP Mappings the source code of the mod will be built against
# MCP Mappings are in the format
Expand All @@ -41,7 +41,7 @@ modMinecraftVersion = 1.19.2
# (and the modMcpMappingsChannel property if you're switching in between stable and snapshot)
# and then refresh the gradle project in your IDE
modMcpMappingsChannel = official
modMcpMappingsVersion = 1.19.2
modMcpMappingsVersion = 1.19.3

# The Forge version the mod is being made for
modForgeVersion = 43.2.0
modForgeVersion = 44.1.0
8 changes: 4 additions & 4 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
modLoader = "javafml"
loaderVersion = "[43,)"
loaderVersion = "[44,)"
issueTrackerURL = "https://github.com/arollyson/FasterLadderClimbing/issues"
license = "CC-BY-NC-SA 3.0"

[[mods]]
modId = "fasterladderclimbing"
displayName = "Faster Ladder Climbing"
version = "0.2.7"
version = "0.2.8"
authors = "JaSpr, forkbomb_"
description = '''
Climb Ladders Faster
Expand All @@ -16,14 +16,14 @@ Climb Ladders Faster
[[dependencies.fasterladderclimbing]]
modId = "forge"
mandatory = true
versionRange = "[43,)"
versionRange = "[44,)"
ordering = "NONE"
side = "CLIENT"

#minecraft
[[dependencies.fasterladderclimbing]]
modId = "minecraft"
mandatory = true
versionRange = "[1.19.2]"
versionRange = "[1.19.3]"
ordering = "NONE"
side = "CLIENT"

0 comments on commit adca9ee

Please sign in to comment.