1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-11-04 15:43:00 +00:00

Bump Forge version one more time

This commit is contained in:
Jonathan Coates
2022-03-23 08:34:57 +00:00
parent e6339b2847
commit 7731759c77
2 changed files with 2 additions and 2 deletions

View File

@@ -6,5 +6,5 @@ mod_version=1.100.3
# Minecraft properties (update mods.toml when changing)
mc_version=1.18.2
mapping_version=2022.02.13
forge_version=40.0.19
forge_version=40.0.24
# NO SERIOUSLY, UPDATE mods.toml WHEN CHANGING

View File

@@ -21,6 +21,6 @@ CC: Tweaked is a fork of ComputerCraft, adding programmable computers, turtles a
[[dependencies.computercraft]]
modId="forge"
mandatory=true
versionRange="[40.0.19,41)"
versionRange="[40.0.24,41)"
ordering="NONE"
side="BOTH"