Skip to content

Commit

Permalink
Update mappings to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsorrell committed Jul 20, 2021
1 parent fa40d35 commit 75a5a23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ archives_base_name = skyblock

# Fabric Properties
# see https://modmuss50.me/fabric.html
minecraft_version=1.17
yarn_mappings=1.17+build.13
minecraft_version=1.17.1
yarn_mappings=1.17.1+build.23
loader_version=0.11.6
fabric_api_version=0.36.0+1.17
fabric_api_version=0.37.0+1.17

# see https://masa.dy.fi/maven/carpet/fabric-carpet/
carpet_core_version=1.17-1.4.40+v210608
carpet_core_version=1.17.1-1.4.44+v210714
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public Identifier getId() {
}

public void trigger(ServerPlayerEntity player) {
this.test(player, conditions -> true);
this.trigger(player, conditions -> true);
}

public GenerateGeodeCriterion.Conditions conditionsFromJson(
Expand Down

0 comments on commit 75a5a23

Please sign in to comment.