CobbleSync Network Handler
This commit is contained in:
@@ -5,8 +5,8 @@ plugins {
|
||||
kotlin("jvm") version ("1.9.23")
|
||||
}
|
||||
|
||||
group = "org.example"
|
||||
version = "1.0.0-SNAPSHOT"
|
||||
group = "co.sirblob"
|
||||
version = "1.0.0"
|
||||
|
||||
architectury {
|
||||
platformSetupLoomIde()
|
||||
@@ -26,7 +26,7 @@ repositories {
|
||||
dependencies {
|
||||
minecraft("net.minecraft:minecraft:1.21.1")
|
||||
mappings(loom.officialMojangMappings())
|
||||
modImplementation("net.fabricmc:fabric-loader:0.16.5")
|
||||
modImplementation("net.fabricmc:fabric-loader:0.16.14")
|
||||
|
||||
modRuntimeOnly("net.fabricmc.fabric-api:fabric-api:0.104.0+1.21.1")
|
||||
modImplementation(fabricApi.module("fabric-command-api-v2", "0.104.0+1.21.1"))
|
||||
|
||||
Reference in New Issue
Block a user