Skip to content

Commit

Permalink
Disable velocity for quick armor stands
Browse files Browse the repository at this point in the history
  • Loading branch information
Patbox committed Dec 14, 2024
1 parent 28ac225 commit d0aec6f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import net.minecraft.entity.decoration.ArmorStandEntity;
import net.minecraft.server.network.ServerPlayerEntity;
import net.minecraft.server.world.ServerWorld;
import net.minecraft.util.math.Vec3d;
import net.minecraft.world.World;
import xyz.nucleoid.extras.lobby.NEEntities;
import xyz.nucleoid.packettweaker.PacketContext;
Expand Down Expand Up @@ -42,4 +43,7 @@ protected void tickCramming() {
public void tickMovement() {

}

@Override
public void setVelocity(Vec3d velocity) {}
}

0 comments on commit d0aec6f

Please sign in to comment.