Skip to content

Commit

Permalink
Ref Map fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLyle committed Nov 8, 2019
1 parent 4fda408 commit d85010a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ org.gradle.jvmargs=-Xmx1G
minecraft = 1.14.4
yarn_mappings=1.14.4+build.12
loader_version=0.6.1+build.164
fabric_version=0.3.2+build.218-1.14
fabric_api = 0.3.3+build.234-1.14
fabric_kotlin = 1.3.40+build.1
fabric_version=0.6.7+build.218-1.14
fabric_api = 0.4.1+build.245-1.14
fabric_kotlin = 1.3.50+build.1


# Mod Properties
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/exnihilofabrico.common.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"required": true,
"package": "exnihilofabrico.mixins",
"compatibilityLevel": "JAVA_8",
"refmap": "mixins.exnihilofabrico.refmap.json",
"refmap": "exnihilofabrico-refmap.json",
"mixins": [
"BlockHarvestMixin",
"RecipeManagerMixin"
Expand Down

0 comments on commit d85010a

Please sign in to comment.