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:
parent
3eb84ffedd
commit
8bd4c3370e
@ -15,4 +15,4 @@ isUnstable=true
|
||||
modVersion=1.112.0
|
||||
|
||||
# Minecraft properties: We want to configure this here so we can read it in settings.gradle
|
||||
mcVersion=1.21
|
||||
mcVersion=1.21.1
|
||||
|
@ -7,14 +7,14 @@
|
||||
# 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.100.7+1.21"
|
||||
fabric-api = "0.102.1+1.21.1"
|
||||
fabric-loader = "0.15.11"
|
||||
neoForge = "21.0.143"
|
||||
neoForge = "21.1.9"
|
||||
neoForgeSpi = "8.0.1"
|
||||
mixin = "0.8.5"
|
||||
parchment = "2024.07.28"
|
||||
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)
|
||||
fastutil = "8.5.12"
|
||||
|
@ -46,8 +46,8 @@
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.15.10",
|
||||
"fabric-api": ">=0.100.5",
|
||||
"minecraft": "=1.21"
|
||||
"fabric-api": ">=0.102.1",
|
||||
"minecraft": "=1.21.1"
|
||||
},
|
||||
"accessWidener": "computercraft.accesswidener"
|
||||
}
|
||||
|
@ -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.1)"
|
||||
versionRange="[${neoVersion},21.2)"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user