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. // 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 { processResources {

@ -5,8 +5,7 @@ org.gradle.jvmargs=-Xmx1G
minecraft_version=b1.7.3 minecraft_version=b1.7.3
loader_version=1.0.0 loader_version=1.0.0
plasma_build=18 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.1.0
api_version=1.0.6.1
# Mod Properties # Mod Properties
mod_version = 1.0.0 mod_version = 1.0.0

Loading…
Cancel
Save