api 1.1.0

b1.7.3
valoeghese 3 years ago
parent 5e3c42f36e
commit c2f7d5991b

@ -59,7 +59,7 @@ dependencies {
}
// API. You technically don't need it, but it's extremely useful for not having to write the same code in every mod.
modImplementation "com.github.minecraft-cursed-legacy:Cursed-Legacy-API:${project.api_version}"
modImplementation "io.github.minecraft-cursed-legacy:cursed-legacy-api:${project.api_version}"
}
processResources {

@ -5,8 +5,7 @@ org.gradle.jvmargs=-Xmx1G
minecraft_version=b1.7.3
loader_version=1.0.0
plasma_build=18
# is actually 1.0.6, but we stuffed up the maven build, so 1.0.6.1 should fix that
api_version=1.0.6.1
api_version=1.1.0
# Mod Properties
mod_version = 1.0.0

Loading…
Cancel
Save