Port mod from Fabric

This commit is contained in:
Octol1ttle 2024-01-16 22:27:14 +05:00
parent 76d4b44153
commit ae6d9095e3
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF
26 changed files with 936 additions and 9 deletions

View file

@ -12,6 +12,8 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
// Remove the next line if you don't want to depend on the API
modApi "dev.architectury:architectury:${rootProject.architectury_version}"
compileOnly(annotationProcessor("io.github.llamalad7:mixinextras-common:0.3.3"))
}
publishing {