Skip to content

Commit

Permalink
bumb 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
19MisterX98 committed Oct 28, 2020
1 parent fa51092 commit f083a0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modCompile "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:0.20.2+build.402-1.16"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modApi("me.shedaniel.cloth:config-2:4.8.1") {
exclude(group: "net.fabricmc.fabric-api")
}
Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.16.3
yarn_mappings=1.16.3+build.17
loader_version=0.10.0+build.208
minecraft_version=1.16.3
yarn_mappings=1.16.3+build.47
loader_version=0.10.5+build.213

#Fabric api
fabric_version=0.22.1+build.409-1.16
#Fabric api
fabric_version=0.24.3+build.414-1.16

# Mod Properties
mod_version = 0.2.2-beta
mod_version = 0.2.4-beta
maven_group = kaptainwutax
archives_base_name = seedcracker

0 comments on commit f083a0a

Please sign in to comment.