1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-03 19:07:56 +00:00

Update to Minecraft 1.21.8

This commit is contained in:
Jonathan Coates
2025-07-18 17:04:28 +01:00
parent b8d9499027
commit 4cccf1817c
4 changed files with 5 additions and 5 deletions

View File

@@ -15,4 +15,4 @@ isUnstable=true
modVersion=1.116.1
# Minecraft properties: We want to configure this here so we can read it in settings.gradle
mcVersion=1.21.7
mcVersion=1.21.8

View File

@@ -7,9 +7,9 @@
# Minecraft
# MC version is specified in gradle.properties, as we need that in settings.gradle.
# Remember to update corresponding versions in fabric.mod.json/neoforge.mods.toml
fabric-api = "0.128.0+1.21.7"
fabric-api = "0.129.0+1.21.8"
fabric-loader = "0.16.14"
neoForge = "21.7.19-beta"
neoForge = "21.8.0-beta"
neoMergeTool = "2.0.0"
mixin = "0.8.5"
parchment = "2025.06.29"

View File

@@ -51,7 +51,7 @@
"depends": {
"fabricloader": ">=0.16.14",
"fabric-api": ">=0.128.0",
"minecraft": "=1.21.7"
"minecraft": "=1.21.8"
},
"accessWidener": "computercraft.accesswidener"
}

View File

@@ -26,7 +26,7 @@ CC: Tweaked is a fork of ComputerCraft, adding programmable computers, turtles a
[[dependencies.computercraft]]
modId="neoforge"
type="required"
versionRange="[${neoVersion},21.8)"
versionRange="[${neoVersion},21.9)"
ordering="NONE"
side="BOTH"