1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-10 01:10:30 +00:00

Update to Minecraft 1.21.1

I'm not sure we *need* to do this (the two versions are compatible), but
probably a good idea anyway.
This commit is contained in:
Jonathan Coates 2024-08-14 18:38:07 +01:00
parent 3eb84ffedd
commit 8bd4c3370e
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
4 changed files with 7 additions and 7 deletions

View File

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

View File

@ -7,14 +7,14 @@
# Minecraft # Minecraft
# MC version is specified in gradle.properties, as we need that in settings.gradle. # 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 # Remember to update corresponding versions in fabric.mod.json/neoforge.mods.toml
fabric-api = "0.100.7+1.21" fabric-api = "0.102.1+1.21.1"
fabric-loader = "0.15.11" fabric-loader = "0.15.11"
neoForge = "21.0.143" neoForge = "21.1.9"
neoForgeSpi = "8.0.1" neoForgeSpi = "8.0.1"
mixin = "0.8.5" mixin = "0.8.5"
parchment = "2024.07.28" parchment = "2024.07.28"
parchmentMc = "1.21" parchmentMc = "1.21"
yarn = "1.21+build.1" yarn = "1.21.1+build.1"
# Core dependencies (these versions are tied to the version Minecraft uses) # Core dependencies (these versions are tied to the version Minecraft uses)
fastutil = "8.5.12" fastutil = "8.5.12"

View File

@ -46,8 +46,8 @@
], ],
"depends": { "depends": {
"fabricloader": ">=0.15.10", "fabricloader": ">=0.15.10",
"fabric-api": ">=0.100.5", "fabric-api": ">=0.102.1",
"minecraft": "=1.21" "minecraft": "=1.21.1"
}, },
"accessWidener": "computercraft.accesswidener" "accessWidener": "computercraft.accesswidener"
} }

View File

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