build.17 and api 1.0.0

api-1.0.0
valoeghese 3 years ago
parent 16cf89b747
commit f36e270dd6

@ -12,7 +12,7 @@ buildscript {
}
}
dependencies {
classpath 'com.github.Chocohead:Fabric-Loom:bbaa5d7'
classpath 'com.github.Chocohead:Fabric-Loom:7425f5a'
}
}
@ -52,8 +52,8 @@ dependencies {
//to change the versions see the gradle.properties file
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings loom.fromCommit("minecraft-cursed-legacy/Plasma", "59b928b") {spec ->
spec.version = "b1.7.3-15"
mappings loom.fromCommit("minecraft-cursed-legacy/Plasma", "e84b183") {spec ->
spec.version = "b1.7.3-17"
}
modImplementation "com.github.minecraft-cursed-legacy:cursed-fabric-loader:${project.loader_version}"

@ -4,9 +4,9 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
minecraft_version=b1.7.3
loader_version=8f014a3
api_version=0.6.2
api_version=1.0.0
# Mod Properties
mod_version = 1.0.0
maven_group = io.github.minecraftcursedlegacy.example
archives_base_name = pomf-example-mod
archives_base_name = cursed-legacy-example-mod

Loading…
Cancel
Save