Skip to content

Commit

Permalink
Update to Minecraft 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Aug 11, 2024
1 parent 1c69d61 commit 7550d07
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ val versionAdapterDefinition: String by project
val versionAdapterRuntime: String by project
val versionMc: String by project
val versionNeoForge: String by project
val versionParchmentMc: String by project
val versionParchment: String by project
val versionForgeAutoRenamingTool: String by project
val versionForgifiedFabricLoader: String by project
Expand Down Expand Up @@ -84,7 +85,7 @@ neoForge {

parchment {
mappingsVersion = versionParchment
minecraftVersion = versionMc
minecraftVersion = versionParchmentMc
}

runs {
Expand Down
17 changes: 9 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,18 @@ org.gradle.caching=true

# Versions
versionConnector=2.0.0-beta.2
versionAdapter=1.13.1+1.21-20240719.094540
versionAdapterDefinition=1.13.19+1.21
versionAdapterRuntime=1.0.0+1.21
versionAdapter=1.13.20+1.21.1-20240811.191740
versionAdapterDefinition=1.13.20+1.21.1
versionAdapterRuntime=1.0.0+1.21.1

versionMc=1.21
versionNeoForge=21.0.160
versionParchment=2024.06.23
versionMc=1.21.1
versionNeoForge=21.1.5
versionParchmentMc=1.21
versionParchment=2024.07.28
versionForgeAutoRenamingTool=1.0.12
versionForgifiedFabricLoader=2.5.31+0.16.0+1.21
versionForgifiedFabricLoader=2.5.33+0.16.0+1.21.1
versionAccessWidener=2.1.0
versionForgifiedFabricApi=0.100.7+2.0.8+1.21
versionForgifiedFabricApi=0.102.0+2.0.11+1.21.1

# Publishing
curseForgeId=890127
Expand Down
10 changes: 5 additions & 5 deletions src/mod/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ logoFile="logo.png"
authors="Su5eD"
displayURL="https://github.com/Sinytra/Connector"
description='''
Connector is a translation/compatibility layer that allows running Fabric mods on MinecraftForge.
Connector is a translation/compatibility layer that allows running Fabric mods on NeoForge.
Its goal is to bring the two platforms closer together, saving developers time and effort maintaining their mods for
multiple platforms at once, as well as allowing players to play all their favourite mods in one modpack.
'''
displayTest = 'IGNORE_ALL_VERSION' # Connector is optional for both sides
[[mixins]]
config="connector.mixins.json"
[[dependencies.connectormod]]
[[dependencies.connector]]
modId="neoforge"
mandatory=true
type="required"
versionRange="*"
ordering="NONE"
side="BOTH"
[[dependencies.connectormod]]
[[dependencies.connector]]
modId="minecraft"
mandatory=true
type="required"
versionRange="[1.21,1.22)"
ordering="NONE"
side="BOTH"

0 comments on commit 7550d07

Please sign in to comment.