Skip to content

Commit

Permalink
Fix dumb incompatibility with industrial revolution
Browse files Browse the repository at this point in the history
  • Loading branch information
BasiqueEvangelist committed Jun 25, 2021
1 parent 81ca873 commit bb4e0bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
modImplementation include('me.lucko:fabric-permissions-api:0.1-SNAPSHOT')
shadow implementation("blue.endless:jankson:1.2.0")

modImplementation include('com.github.BasiqueEvangelist:ne-v-seti:0.1.5') {
modImplementation include('com.github.BasiqueEvangelist:ne-v-seti:0.1.6-1.16.5') {
transitive = false
}
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.11.2

# Mod Properties
mod_version = 1.2.1
mod_version = 1.2.2
maven_group = me.basiqueevangelist
archives_base_name = pingspam

Expand Down

0 comments on commit bb4e0bb

Please sign in to comment.