Skip to content

Commit

Permalink
updates to 1.15.2, only change is new mappings. Bumps version to 1.5.4
Browse files Browse the repository at this point in the history
minecraft_version=1.15.2
yarn_mappings=1.15.2+build.2
loader_version=0.7.5+build.178
fabric_version=0.4.29+build.290-1.15
  • Loading branch information
matjojo committed Jan 22, 2020
1 parent 31086ff commit d9d7f3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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.15.1
yarn_mappings=1.15.1+build.18
loader_version=0.7.3+build.176
minecraft_version=1.15.2
yarn_mappings=1.15.2+build.2
loader_version=0.7.5+build.178

# Mod Properties
mod_version=1.5.3
mod_version=1.5.4
maven_group = com.matjojo
archives_base_name = desire-paths
# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric
fabric_version=0.4.26+build.283-1.15
fabric_version=0.4.29+build.290-1.15
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public static boolean playerIsTrampling(PlayerEntity player, int distance) {
!player.hasVehicle() &&
player.onGround &&
!player.isSneaking() &&
!player.isInsideWater();
!player.isTouchingWater();
}

public static void triggerTrample(PlayerEntity player) {
Expand Down

0 comments on commit d9d7f3c

Please sign in to comment.