Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
forgot to make them invis again
Browse files Browse the repository at this point in the history
  • Loading branch information
BradBot1 committed May 25, 2021
1 parent 64c1636 commit 4273645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/bb1/sit/Loader.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public boolean collides() {

};
entity.lookAt(EntityAnchor.EYES, target.subtract(0, (target.getY()*2), 0));
// entity.setInvisible(true);
entity.setInvisible(true);
entity.setInvulnerable(true);
entity.setCustomName(new LiteralText("FABRIC_SEAT"));
entity.setNoGravity(true);
Expand Down

0 comments on commit 4273645

Please sign in to comment.