Skip to content

Commit

Permalink
Fix refmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Jun 1, 2021
1 parent df222d7 commit 29cf19f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ sourceSets {
}
}

minecraft {
loom {
refmapName = 'pal-refmap.json'
}

dependencies {
Expand Down
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
------------------------------------------------------
Version 1.3.0
------------------------------------------------------
- Updated to 21w18a
- Updated to 1.17

*1.17-pre2: fixed refmap*

------------------------------------------------------
Version 1.2.1
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.17-pre1
yarn_mappings=1.17-pre1+build.1
minecraft_version=1.17-pre3
yarn_mappings=1.17-pre3+build.1
loader_version=0.11.3
#Fabric api
fabric_version=0.34.7+1.17
fabric_version=0.34.8+1.17

# Mod Properties
mod_version = 1.3.0-nightly.1.17-pre1
mod_version = 1.3.0-nightly.1.17-pre3
maven_group = io.github.ladysnake
archives_base_name = pal

Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/mixins.playerabilitylib.common.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
],
"injectors": {
"defaultRequire": 1
}
},
"refmap": "pal-refmap.json"
}

0 comments on commit 29cf19f

Please sign in to comment.