Skip to content

Commit

Permalink
- updated version
Browse files Browse the repository at this point in the history
- config jar is no longer packaged into release jar
  • Loading branch information
HyperPigeon committed Mar 26, 2022
1 parent 7b93c14 commit 6b4ecc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,8 @@ dependencies {

// Config library
modApi ("me.shedaniel.cloth:cloth-config-fabric:4.11.26") { exclude module: 'fabric-api' }
include "me.shedaniel.cloth:cloth-config-fabric:4.11.26"

modApi ("me.sargunvohra.mcmods:autoconfig1u:3.3.1") { exclude module: 'fabric-api' }
include "me.sargunvohra.mcmods:autoconfig1u:3.3.1"


compileOnly "com.google.code.findbugs:jsr305:3.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ minecraft_version=1.16.4
yarn_mappings=1.16.4+build.9
loader_version=0.13.3
# Mod Properties
mod_version=1.0
mod_version=1.0.1
maven_group=net.hyper_pigeon
archives_base_name=polaroidcamera
# Dependencies
Expand Down

0 comments on commit 6b4ecc9

Please sign in to comment.