Skip to content

Commit

Permalink
Merge pull request #8 from RoootTheFox/master
Browse files Browse the repository at this point in the history
actually render leashes
  • Loading branch information
pog5 authored Oct 26, 2023
2 parents ac85d8d + 216ce21 commit 6eb150e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ org.gradle.parallel=true
fabric_version=0.84.0+1.20.1

# Mod Properties
mod_version = 1.0.3
mod_version = 1.0.6
maven_group = me.pog5
archives_base_name = leashmod
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ else if (holderTarget != holderActual) {
if (leashplayers$proxy == null) {
leashplayers$proxy = new LeashProxyEntity(leashplayers$self);
leashplayers$self.getWorld().spawnEntity(leashplayers$proxy);
leashplayers$proxy.refreshPositionAndAngles(leashplayers$self.getX(), leashplayers$self.getY(), leashplayers$self.getZ(), 0.0F, 0.0F);
}
leashplayers$proxy.attachLeash(leashplayers$holder, true);

Expand Down

0 comments on commit 6eb150e

Please sign in to comment.