Skip to content

Commit

Permalink
Add exclusion-lib version to gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
f-raZ0R committed Oct 3, 2024
1 parent 9aa4d20 commit 89e506b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
modImplementation ("net.fabricmc.fabric-api:fabric-api:${project.fabric_version}")

// mine
modImplementation include("maven.modrinth:exclusions-lib:0.6")
modImplementation ("maven.modrinth:exclusions-lib:${project.exclusionslib_version}")
modImplementation ("maven.modrinth:Revelationary:${project.revelationary_version}")
modImplementation include("maven.modrinth:AdditionalEntityAttributes:${project.additional_entity_attributes_version}")
modImplementation include("com.github.DaFuqs:Arrowhead:${project.arrowhead_version}")
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ auth_me_version=7.0.2+1.20
create_version=0.5.1-f-build.1417+mc1.20.1
# https://modrinth.com/mod/neepmeat
neepmeat_version=0.6.2-beta+1.20.1
# https://modrinth.com/mod/exclusions-lib
exclusionslib_version=0.6

# What recipe viewer to use ('emi', 'rei', or 'disabled')
recipe_viewer=emi

0 comments on commit 89e506b

Please sign in to comment.